Making glissandi breakable: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
The <code>breakable</code> property does not affect manual breaks inserted with commands like <code>\break</code>. | The <code>breakable</code> property does not affect manual breaks inserted with commands like <code>\break</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
glissandoSkipOn = { | glissandoSkipOn = { | ||
\override NoteColumn.glissando-skip = ##t | \override NoteColumn.glissando-skip = ##t | ||
| Line 35: | Line 35: | ||
\paper { | \paper { | ||
line-width = 100\mm | line-width = 100\mm | ||
} | } | ||
</lilypond> | </lilypond> | ||
[[Category:Staff notation]] | [[Category:Staff notation]] | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Included in the official documentation]] | |||
[[Category:Snippet]] | |||