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

Add `abjad.TextMark` indicator #1572

Open trevorbaca opened 6 months ago

trevorbaca commented 6 months ago

The underlying LilyPond command is \mark.

It looks like recent versions of LilyPond added \textMark and \textEndMark commands, perhaps to better dedicate \mark to rehearsal marks. Not clear whether it will be better to added abjad.TextMark, abjad.TextMarkEnd classes or abjad.Mark.text, abjad.Mark.end_text properties.