]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
DOC -- fix convert-ly instructions for documentation.
[lilypond.git] / input / regression / glissando.ly
index 2cea6f962158046d129c1689a86e8697541dbca6..fb780e1d27d0212f22ff83c4b43ba7a053b7dc8b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.12.0"
 
 \header{
 
@@ -18,12 +18,14 @@ The engraver does no time-keeping, so it involves some trickery to get
 }
 
 \new Staff \relative c''{
-                               % gliss non gliss and 
+  \override Glissando #'breakable = ##t
+  
+  %% gliss non gliss and 
   c4 \glissando d e \glissando f \glissando \break
-                               % consecutive 
+  %% 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
 }