]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-line.ly
Update .ly files.
[lilypond.git] / input / regression / note-line.ly
index 9c212157729cd82407bcd38672481e8997e702d3..a59378224ee6d83d64c00c68cf53164914bed68b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.12.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
-  }
-
-