]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-line.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / note-line.ly
index f4e66639b1eadf4af4d2cc0dc09bfd5166c23dce..c1be7be23483b112d293ade1a8860865f9b94017 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.16.0"
 
 \header {
   texidoc = "Note head lines (e.g. glissando)
@@ -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
-  }
-
-