]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / glissando.ly
index 2d981f7d5db74ce4e1948ad0f2b3d100148c448f..b04eb2aee08c758963ce17325b55fe1228dbce2b 100644 (file)
@@ -1,3 +1,5 @@
+#(ly:set-option 'old-relative)
+\version "2.1.23"
 
 \header{
 
@@ -5,9 +7,9 @@ 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{
@@ -15,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
        }
     }
 }
+