select

The select subpackage contains selection functions. Selections take as input an abjad.Container or abjad.Leaf (depending on the function). They do not alter the input when return a value (normally an abjad.Selection). Auxjad automatically adds them as extension functions to abjad.select.

Note

All selection functions are also added as extension functions to abjad.select, so it is possible to simply use abjad.select instead of auxjad.select:

>>> import abjad
>>> import auxjad
>>> logical_selections = abjad.select.logical_selections(container)

Below is the full list of functions included in select. Click on their names for their individual documentation.

logical_selections(container)

Takes an abjad.Container (or child class).