]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-consecutive.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / glissando-consecutive.ly
1 \version "2.19.21"
2 %% This should really be 2.15.0, because the glissando code
3 %% hasn't been backported -- this is a git-only test at this point
4
5 \header {
6
7   texidoc = "Lilypond prints consecutive glissandi."
8
9 }
10
11 \relative {
12   c'1 \glissando d1 \glissando e1
13 }