]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando-consecutive.ly
Doc-es: various updates.
[lilypond.git] / input / regression / glissando-consecutive.ly
index cfcb8de6c33dc53e443bde57eb1056666609a694..012103c4af8a0e65b2da25dbe9f26a44a9d9d127 100644 (file)
@@ -1,4 +1,6 @@
-\version "2.15.0"
+\version "2.19.21"
+%% This should really be 2.15.0, because the glissando code
+%% hasn't been backported -- this is a git-only test at this point
 
 \header {
 
@@ -6,6 +8,6 @@
 
 }
 
-\relative c' {
-  c1 \glissando d1 \glissando e1
+\relative {
+  c'1 \glissando d1 \glissando e1
 }