X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreak.ly;h=a0017fb4f9d0598d1de14351c51c793bc2b6b675;hb=af60e9b57f205a3c2e044ac8db351b42ef3e26ad;hp=7737e60aecd8588ea34340af86e441e954b4550a;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/break.ly b/input/regression/break.ly index 7737e60aec..a0017fb4f9 100644 --- a/input/regression/break.ly +++ b/input/regression/break.ly @@ -1,20 +1,19 @@ -\version "1.9.2" +\version "2.14.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 { + \textLengthOff + c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak + c1 \break \mark "break" c1 \break \mark "break" c1 }