X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreak.ly;h=b3a88c798ee9f08150a94adc0da12b1f97945c3e;hb=e4b3aa8d0afa689a3a95e1c730cb3d2213418270;hp=a9690c62846e8753be5085831a6f349c3fbc1f7e;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/break.ly b/input/regression/break.ly index a9690c6284..b3a88c798e 100644 --- a/input/regression/break.ly +++ b/input/regression/break.ly @@ -1,20 +1,19 @@ -#(ly:set-option 'old-relative) -\version "1.9.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 }