]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / break.ly
index 116fe8242e15969d19ae4368c5ee8b1e14a5797b..b3a88c798ee9f08150a94adc0da12b1f97945c3e 100644 (file)
@@ -1,19 +1,19 @@
-\version "1.5.68"
+
+\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 
 }