get
The get subpackage contains inspection functions. Inspections take as input an abjad.Selection,
abjad.Container, or abjad.Leaf (depending on the function). They do not alter the input when
return a value (normally a bool). Auxjad automatically adds them as extension functions to
abjad.get.
Note
All inspection functions are also added as extension functions to abjad.get, so it is possible
to simply use abjad.get instead of auxjad.get:
>>> import abjad
>>> import auxjad
>>> abjad.get.selection_is_full(container[:])
True
Below is the full list of functions included in get. Click on their names for their individual
documentation.
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns a |
|
Returns an |
|
Returns the virtual fundamental (highest common fundamental) for all pitches in a |