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.TimeSignature.context from "Staff" to "Score" #1534

Closed trevorbaca closed 1 year ago

trevorbaca commented 1 year ago

Through Abjad 3.16, time signature application was most commonly abjad.attach(time_signature, note, context="Score").

Beginning in Abjad 3.17, abjad.attach(time_signature, note) will bind to the score context automatically.