Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGED. Froze abjad.MetronomeMark, abjad.TimeSignature. #1537

Merged
merged 1 commit into from Apr 15, 2023

Conversation

trevorbaca
Copy link
Member

The initializers are now strict. That is, initializers no longer coerce input.

Intialize metronome marks like this:

OLD:

    * abjad.MetronomeMark(abjad.Duration(1, 4), 72)
    * abjad.MetronomeMark((1, 4), 72)

NEW:

    * abjad.MetronomeMark(abjad.Duration(1, 4), 72)

Initialize time signatures like this:

OLD:

    * abjad.TimeSignature(pair)
    * abjad.TimeSignature(duration)
    * abjad.TimeSignature(time_signature)

NEW:

    * abjad.TimeSignature(pair)

Also, moved LilyPond stop-hairpin ! from articulations to spanner-stops site.

The initializers are now strict. That is, initializers no longer
coerce input.

Intialize metronome marks like this:

    OLD:

        * abjad.MetronomeMark(abjad.Duration(1, 4), 72)
        * abjad.MetronomeMark((1, 4), 72)

    NEW:

        * abjad.MetronomeMark(abjad.Duration(1, 4), 72)

Initialize time signatures like this:

    OLD:

        * abjad.TimeSignature(pair)
        * abjad.TimeSignature(duration)
        * abjad.TimeSignature(time_signature)

    NEW:

        * abjad.TimeSignature(pair)

Also, moved LilyPond stop-hairpin \! from articulations to spanner-stops site.
@trevorbaca trevorbaca added this to the 3.17 milestone Apr 15, 2023
@trevorbaca trevorbaca self-assigned this Apr 15, 2023
@trevorbaca trevorbaca merged commit f75f41c into main Apr 15, 2023
2 checks passed
@trevorbaca trevorbaca deleted the trevor/freeze-metronome-mark-and-time-signature branch April 15, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant