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

Changed the format site of four indicators from "opening" to "before" #1573

Closed trevorbaca closed 6 months ago

trevorbaca commented 6 months ago

CHANGED:

    OLD: abjad.Clef.site == "opening"
    OLD: abjad.RehearsalMark.site == "opening"
    OLD: abjad.StaffChange.site == "opening"
    OLD: abjad.TimeSignature.site == "opening"

    NEW: abjad.Clef.site == "before"
    NEW: abjad.RehearsalMark.site == "before"
    NEW: abjad.StaffChange.site == "before"
    NEW: abjad.TimeSignature.site == "before"