]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
* scm/tex.scm (zigzig-line): added.
[lilypond.git] / input / regression / glissando.ly
index 24b869d9bda90acc866c2f4722c63ab8063a8bb3..a98de4ff334d6adb54fdf3e99b0b8ea510ea5f18 100644 (file)
@@ -16,13 +16,14 @@ 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
+            c \glissando d, \glissando e'
              < { \stemUp e8 \glissando g8 }
                \context Voice = VB {\stemDown \repeat unfold 4 d16 } >
-            
+               \property Voice.Glissando \override #'type = #'zigzag
+               c4 \glissando c,, \glissando c' \glissando d
     }
     \paper{
-        linewidth = 70.\mm
+        linewidth = 50.\mm indent = 0
        \translator{
               \StaffContext
               % makes for handier debugging