indicators
The indicators subpackage contains derived classes and extension methods for Abjad’s indicator
classes.
Note
The extension methods are added to Abjad’s own classes, and therefore usage is as follows:
>>> import abjad
>>> import auxjad
>>> time_signature = abjad.TimeSignature((4, 8))
>>> time_signature.simplify_ratio()
The derived classes are imported directly into the auxjad namespace.
Below is the full list of derived classes and extension methods included in indicators. Click on
their names for their individual documentation.
|
Simplifies the ratio of an |