]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / break.ly
index f342ea75e0362a6e838417e6b6da081dd1a6d38e..af83a3e13402efc0c38212dcdac20c83e982a4f0 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.39"
+\version "2.11.51"
 
 \header{
   texidoc="
@@ -7,13 +7,13 @@ Breaks can be encouraged and discouraged using @code{\\break} and
 @code{\\noBreak}."
 }
 
+\layout {
+  indent = 0.0
+  line-width = 4.0\cm
+}
 
 \relative c'' \context Voice {
-  \emptyText
+  \textLengthOff
   c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
   c1 \break \mark "break" c1 \break \mark "break" c1 
 }
-\layout {
-  indent = 0.0
-  line-width = 4.0\cm
-}