]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
Run convert-ly and update manual for syntax changes
[lilypond.git] / input / regression / glissando.ly
index 407ad0b9cb7fada29ae2f5341c608ecb3379f5f9..7629873befa5dbbbe6bcee90f7550e37677dcf9a 100644 (file)
@@ -12,10 +12,17 @@ The engraver does no time-keeping, so it involves some trickery to get
 }
 
 
+\layout{
+  line-width = 50.\mm
+  indent = 0
+}
+
 \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 } >>
@@ -23,9 +30,4 @@ The engraver does no time-keeping, so it involves some trickery to get
   c4 \glissando c,, \glissando c' \glissando d
 }
 
-\layout{
-  line-width = 50.\mm
-  indent = 0
-}
-