]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
Cleanup us << \\ >> for multivoice sections.
[lilypond.git] / input / regression / glissando.ly
index ec259f54dffca237005ea047223f2abded3ffe9c..a878601a92989bce264e45b375f5fee3ac40d2cd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.11.51"
 
 \header{
 
@@ -12,19 +12,22 @@ The engraver does no time-keeping, so it involves some trickery to get
 }
 
 
-\context Staff = "one" \relative c''{
-                               % gliss non gliss and 
+\layout{
+  line-width = 50.\mm
+  indent = 0
+}
+
+\new Staff \relative c''{
+  \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
 }
-\layout{
-  linewidth = 50.\mm indent = 0
-}