]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-line.ly
Update of texidoc strings in Contexts and Engravers LSR snippets
[lilypond.git] / input / regression / note-line.ly
index f6e1a555075d2d407c5e8064a7ce28feb0800f1d..392dbf0c8bcff39079f0beb25f67b6a3aeb7ac09 100644 (file)
@@ -9,9 +9,15 @@ su = { \change Staff = up}
 sd = { \change Staff = down}
 
 
+\layout {
+  line-width = 8.0 \cm
+}
+
+
 \context PianoStaff
 <<
   \new Staff = "up"   {
+    \override Glissando #'breakable = ##t
     \set PianoStaff.connectArpeggios = ##t
     \showStaffSwitch
     \clef F
@@ -21,9 +27,4 @@ sd = { \change Staff = down}
     \clef F s1*4
   }
 >>
-  \layout {
-    line-width = 8.0 \cm
-  }
-
-