Welcome to Auxjad’s documentation¶
Auxjad is a library of auxiliary classes and functions for Abjad 3.4 aimed
at composers of algorithmic music. All classes and functions have a __doc__
attribute with usage instructions.
This library’s code is available at the Auxjad Repository at GitHub.
Bugs can be reported through the project’s Issue Tracker.
This library is published under the MIT License.
Installation¶
The recommended way to install Auxjad is via pip:
~$ pip install --user auxjad
If you are using virtual environments, simply use:
~$ pip install auxjad
Auxjad requires Python 3.9 and LilyPond 2.24 or later, as well as Abjad 3.4. Please note that Auxjad is not compatible with newever versions of Abjad.
Documentation¶
Each member of this library is individually documented in the Auxjad API page. In the Score gallery page, you will find examples of my own compositions created with these tools. The Examples of usage page contains simple examples showing some of the capabilities of this library.