]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-consecutive.ly
git master is now 2.15.0.
[lilypond.git] / input / regression / glissando-consecutive.ly
1 \version "2.15.0"
2
3 \header {
4
5   texidoc = "Lilypond prints consecutive glissandi."
6
7 }
8
9 \relative c' {
10   c1 \glissando d1 \glissando e1
11 }