[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Making an object invisible with the ’transparent property ] | [ Up : Tweaks and overrides ] | [ Manually controlling beam positions > ] |
Making glissandi breakable
Setting the breakable
property to #t
in combination with
after-line-breaking
allows a glissando to break if it occurs at
a line break:
\paper { tagline = ##f } glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t \hide NoteHead \override NoteHead.no-ledgers = ##t } \relative c'' { \override Glissando.breakable = ##t \override Glissando.after-line-breaking = ##t f1\glissando | \break a4 r2. | f1\glissando \once \glissandoSkipOn \break a2 a4 r4 | }
[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Making an object invisible with the ’transparent property ] | [ Up : Tweaks and overrides ] | [ Manually controlling beam positions > ] |