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

2024-02-update-1 #1579

Merged
merged 1 commit into from
Feb 8, 2024
Merged

2024-02-update-1 #1579

merged 1 commit into from
Feb 8, 2024

Conversation

trevorbaca
Copy link
Member

CHANGED. Cleaned up abjad.Dynamic.

CHANGED: abjad.Dynamic is now a frozen dataclass

CHANGED: added abjad.Dynamic.get_ordinal()

REMOVED: abjad.Dynamic("niente").

    * OLD: abjad.Dynamic("niente")
    * NEW: abjad.StopHaipin()

Moved abjad.Dynamic to indicators.py.

FIXED. #1577:

OLD:

    abjad.iterpitches.transpose_from_sounding_pitch() lost note head tweaks
    abjad.iterpitches.transpose_from_written_pitch() lost note head tweaks

NEW:

    abjad.iterpitches.transpose_from_sounding_pitch() preserves note head tweaks
    abjad.iterpitches.transpose_from_written_pitch() preserves note head tweaks

NEW Added abjad.StartTrillSpan.force_trill_pitch_head_accidental keyword.

* Set to true to force "!" after pitch name.

CHANGED. Cleaned up abjad.Dynamic.

    CHANGED: abjad.Dynamic is now a frozen dataclass

    CHANGED: added abjad.Dynamic.get_ordinal()

    REMOVED: abjad.Dynamic("niente").

        * OLD: abjad.Dynamic("niente")
        * NEW: abjad.StopHaipin()

    Moved abjad.Dynamic to indicators.py.

FIXED. #1577:

    OLD:

        abjad.iterpitches.transpose_from_sounding_pitch() lost note head tweaks
        abjad.iterpitches.transpose_from_written_pitch() lost note head tweaks

    NEW:

        abjad.iterpitches.transpose_from_sounding_pitch() preserves note head tweaks
        abjad.iterpitches.transpose_from_written_pitch() preserves note head tweaks

NEW Added abjad.StartTrillSpan.force_trill_pitch_head_accidental keyword.

    * Set to true to force "!" after pitch name.
@trevorbaca trevorbaca added this to the 3.20 milestone Feb 8, 2024
@trevorbaca trevorbaca self-assigned this Feb 8, 2024
@trevorbaca trevorbaca merged commit 66bf6ec into main Feb 8, 2024
2 checks passed
@trevorbaca trevorbaca deleted the trevor/2024-02-update-1 branch February 8, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant