]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
Merge with master
[lilypond.git] / input / regression / break.ly
index 4107e26789ee0af7e9c8553a682f1541cee609b2..b3a88c798ee9f08150a94adc0da12b1f97945c3e 100644 (file)
@@ -1,20 +1,19 @@
 
-\version "2.2.0"
+\version "2.10.0"
 
 \header{
-texidoc="
+  texidoc="
 Breaks can be encouraged and discouraged using @code{\\break} and
 @code{\\noBreak}."
 }
 
+\layout {
+  indent = 0.0
+  line-width = 4.0\cm
+}
 
-\score{
-       \notes\relative c'' \context Voice{
-       \emptyText
-       c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
-       c1 \break \mark "break" c1 \break \mark "break" c1 
-       }
-       \paper {
-           indent = 0.0
-           linewidth = 4.0\cm}
+\relative c'' \context Voice {
+  \emptyText
+  c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
+  c1 \break \mark "break" c1 \break \mark "break" c1 
 }