X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreak.ly;h=2ba54fdc47d326ff30028d5a353ef82484581326;hb=4b8dc8caac9bae6dc9856be8e38ef7b5b42854cb;hp=1d032700fb99183bf731d1bc70d15d90f8cb0584;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/break.ly b/input/regression/break.ly index 1d032700fb..2ba54fdc47 100644 --- a/input/regression/break.ly +++ b/input/regression/break.ly @@ -1,20 +1,19 @@ -\version "2.1.22" +\version "2.11.38" \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 { + \textLengthOff + c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak + c1 \break \mark "break" c1 \break \mark "break" c1 }