]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
release commit
[lilypond.git] / input / regression / glissando.ly
index 115c5c2883eba0a5e78e8e9529f01efc402d8150..dc88f0ebf50926a658a732731c4dc51e4600b539 100644 (file)
@@ -1,12 +1,15 @@
+#(ly:set-option 'old-relative)
+\version "2.1.22"
+
 \header{
 
 texidoc=" Simple glissando lines between notes are supported.
 The first two glissandi are not consecutive.
 
 The engraver does no time-keeping, so it involves some trickery to get
-< @{ s8 s8 s4 @} @{ c4 \\gliss d4 @} > working correctly.
+<< @{ s8 s8 s4 @} @{ c4 \\gliss d4 @} >> working correctly.
 
-";
+"
 }
 
 \score{
@@ -14,17 +17,19 @@ The engraver does no time-keeping, so it involves some trickery to get
                     % gliss non gliss and 
             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 } >
-            
+            c \glissando d, \glissando e'
+             << { \stemUp e8 \glissando g8 }
+               \context Voice = VB {\stemDown \repeat unfold 4 d16 } >>
+               \override Glissando  #'style = #'zigzag
+               c4 \glissando c,, \glissando c' \glissando d
     }
     \paper{
-        linewidth = 70.\mm;
+        linewidth = 50.\mm indent = 0
        \translator{
               \StaffContext
               % makes for handier debugging
-              % \remove Clef_engraver;
+              % \remove Clef_engraver
        }
     }
 }
+