Abjad / abjad

Abjad is a Python API for building LilyPond files. Use Abjad to make PDFs of music notation.
https://abjad.github.io
GNU General Public License v3.0
234 stars 41 forks source link

Alphabetized all format contributions (by format site). #1452

Closed trevorbaca closed 2 years ago

trevorbaca commented 2 years ago

The lexical order of commands in LilyPond output no longer depends on the (dynamic) order in which indicators are attached to leaves.

Alphabetized tags, and offset tags two spaces to the right in LilyPond output.

Added abjad.lilypond(..., site_comments=False) keyword. Set to true to debug the names and contents of every format site.

Closes #1450.