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

Moved abjad.illustrators.selection() to abjad.illustrators.components(). #1526

Closed trevorbaca closed 1 year ago

trevorbaca commented 1 year ago
OLD: abjad.illustrators.selection()
NEW: abjad.illustrators.components()

OLD: abjad.illustrators.selection_to_score_markup_string()
NEW: abjad.illustrators.components_to_score_markup_string()

Closes #1525.