]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
update .ly files for (un)breakable glissandi.
[lilypond.git] / input / regression / glissando.ly
index 2cea6f962158046d129c1689a86e8697541dbca6..7629873befa5dbbbe6bcee90f7550e37677dcf9a 100644 (file)
@@ -18,9 +18,11 @@ The engraver does no time-keeping, so it involves some trickery to get
 }
 
 \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 } >>