-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added abjad.IndependentAfterGraceContainer. Tag #1125.
CHANGED. Cleaned up abjad.spanners.glissando() overrides. OLD: abjad.glissando() included spurious blocks like this on length-2 glissandi; these settings did nothing: \hide NoteHead \override Accidental.stencil = ##f \override NoteColumn.glissando-skip = ##t \override NoteHead.no-ledgers = ##t \revert Accidental.stencil \revert NoteColumn.glissando-skip \revert NoteHead.no-ledgers \undo \hide NoteHead NEW: abjad.glissando() no longer includes these blocks on length-2 glissandi. REMOVED. Removed abjad.spanners.glissando(..., style=None) keyword. OLD: abjad.spanners.glissand(..., style="trill") NEW: Use abjad.Tweak(r"- \tweak style #'trill") Makefile update: changed "make pytest" to "pytest tests". Newer versions of pytest (eg, 8.1.1) error on "pytest ." because of duplicate conftest.py, conf.py files in the abjad/abjad and abjad/tests. OLD: "make pytest" defined equal to "pytest ." NEW: "make pytest" defined equal to "pytest tests"
- Loading branch information
1 parent
1eb11b6
commit f2200b7
Showing
12 changed files
with
1,316 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.