You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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"
This will finally fix the remaining grace iteration corner cases.
The text was updated successfully, but these errors were encountered: