]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-skip.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / glissando-skip.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi.
5 "
6 }
7
8 \relative c' {
9   a2 \glissando
10   \once \override NoteColumn #'glissando-skip = ##t
11   f''4 d,
12 }