]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / glissando.ly
index f3940198829aa04dd82484df0ec53a13d0047782..057b8d3c4eb0e01552716606844ca5b3bbb54482 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.51"
+\version "2.16.0"
 
 \header{
 
@@ -24,8 +24,8 @@ The engraver does no time-keeping, so it involves some trickery to get
   c4 \glissando d e \glissando f \glissando \break
   %% consecutive 
   c \glissando d, \glissando e'
-  << { \stemUp e8 \glissando g8 }
-     \context Voice = VB {\stemDown \repeat unfold 4 d16 } >>
+  << { e8 \glissando g8 } \\
+     { \repeat unfold 4 d16 } >>
   \override Glissando  #'style = #'zigzag
   c4 \glissando c,, \glissando c' \glissando d
 }