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

Change abjad.illustrators.selection() to abjad.illustrators.components() #1525

Closed trevorbaca closed 1 year ago

trevorbaca commented 1 year ago

CHANGED. Renamed two functions:

OLD: abjad.illustrators.selection()
NEW: abjad.illustrators.components()

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