]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / break.ly
index ef2be2a15ec09eb4d94f74233f4092feceb04a70..afce0368a2b2eb9c48286345185592caade7c2b0 100644 (file)
@@ -1,20 +1,19 @@
 
-\version "2.6.0"
+\version "2.12.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{
-       \relative c'' \context Voice{
-       \emptyText
-       c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
-       c1 \break \mark "break" c1 \break \mark "break" c1 
-       }
-       \layout {
-           indent = 0.0
-           linewidth = 4.0\cm}
+\relative c'' \context Voice {
+  \textLengthOff
+  c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
+  c1 \break \mark "break" c1 \break \mark "break" c1 
 }