componenttools.is_beamable_component

abjad.tools.componenttools.is_beamable_component.is_beamable_component(expr)[source]

New in version 1.1.

True when expr is a beamable component. Otherwise false:

abjad> componenttools.is_beamable_component(Note(13, (1, 16)))
True

Return boolean.

This Page