]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando-consecutive.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / glissando-consecutive.ly
index e99f56f0843390e636b6043e4d938d0cff1e6bdc..012103c4af8a0e65b2da25dbe9f26a44a9d9d127 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.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
 
@@ -8,6 +8,6 @@
 
 }
 
-\relative c' {
-  c1 \glissando d1 \glissando e1
+\relative {
+  c'1 \glissando d1 \glissando e1
 }