]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/new/glissandi-can-skip-grobs.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / glissandi-can-skip-grobs.ly
1 \version "2.17.6"
2
3 \header {
4   lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides"
5   doctitle = "Glissandi can skip grobs"
6   texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi."
7 }
8
9 \relative c' {
10   a2 \glissando
11   \once \override NoteColumn.glissando-skip = ##t
12   f''4 d,
13 }