]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
* lily/parser.yy (bass_number),
[lilypond.git] / input / regression / break.ly
index 4f7887346bf6a843e7f69a985aa10a2168b5c0e6..d2313fba41e0cf48cc2f67ab6d08dae833b27eb7 100644 (file)
@@ -1,20 +1,20 @@
-\version "1.5.68"
+
+\version "2.4.0"
 
 \header{
 texidoc="
 Breaks can be encouraged and discouraged using @code{\\break} and
-@code{\\noBreak}.  They are abbrevs for @code{\\penalty} commands.
-"
+@code{\\noBreak}."
 }
 
 
 \score{
-       \notes\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}
 }