]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / break.ly
index 86595cee655a2d7b5acd057a5c6a5a38a23b9bef..d2313fba41e0cf48cc2f67ab6d08dae833b27eb7 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.4.0"
 
 \header{
 texidoc="
@@ -8,12 +9,12 @@ Breaks can be encouraged and discouraged using @code{\\break} and
 
 
 \score{
-       \notes\relative c'' \context Voice{
+       \relative c'' \context Voice{
        \emptyText
        c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
        c1 \break \mark "break" c1 \break \mark "break" c1 
        }
-       \paper {
+       \layout {
            indent = 0.0
            linewidth = 4.0\cm}
 }