]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-consecutive.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / glissando-consecutive.ly
1 \version "2.14.0"
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 c' {
12   c1 \glissando d1 \glissando e1
13 }