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

Refactor glissando commands #26

Open
2 tasks
trevorbaca opened this issue Nov 11, 2018 · 0 comments
Open
2 tasks

Refactor glissando commands #26

trevorbaca opened this issue Nov 11, 2018 · 0 comments
Assignees

Comments

@trevorbaca
Copy link
Owner

trevorbaca commented Nov 11, 2018

  • Raise exception on attempt to attach glissando to tied not. LilyPond allows c'4 \glissando ~ c'4 but refuses to draw the glissando.

DISCOVERY: \override NoteColumn.glissando-skip = ##t causes LilyPond to create only a single glissando segment. This means that intervening \glissando commands along the course of multisegment glissando are unnecessary (and confusing). This also means that individual "segments" of the glissando can no longer be tweaked (because such "segments" no longer actually exist). This also means that the entire glissando can be tweaked at, say,bound-details.right.padding: use abjad.tweak(2).bound_details__right__padding INSTEAD OF (abjad.tweak(2).bound_details__right__padding, -1). Leads to at least the following:

  • Teach abjad.glissando() to omit intervening \glissando commands when stems=True (that is, when \override NoteColumn.glissando-skip = ##t.
@trevorbaca trevorbaca self-assigned this Nov 11, 2018
@trevorbaca trevorbaca changed the title Raise exception on attempting to attach glissando to tied note Glissando enhancements Nov 28, 2018
@trevorbaca trevorbaca changed the title Glissando enhancements Make glissando enhancements Jul 5, 2019
@trevorbaca trevorbaca changed the title Make glissando enhancements Refactor glissando commands Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant