X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreak.ly;h=0b7c595339d950f2e41e500b64c6882e7c56c94f;hb=0041871ea33b9e937e14f2fb97a32a759c7404ce;hp=a166c8aa0eabc9f2807ad2a633c43fa2cccee85b;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/break.ly b/input/regression/break.ly index a166c8aa0e..0b7c595339 100644 --- a/input/regression/break.ly +++ b/input/regression/break.ly @@ -1,20 +1,19 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.16.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 }