]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / glissando.ly
index 7629873befa5dbbbe6bcee90f7550e37677dcf9a..4b352ebe580f91cb067cc0038ea84ccc63cc0f91 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.14.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
 }