]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/new/glissandi-can-skip-grobs.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / new / glissandi-can-skip-grobs.ly
1 \version "2.16.0"
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 }