X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreak.ly;h=2ba54fdc47d326ff30028d5a353ef82484581326;hb=3407fa791df17ba69585c8128edb211fbf83406a;hp=87ddcdbf387832220b482dad06c139be6bcf8e9f;hpb=49428cfe64483bc706da930d4e24d16166d8e79a;p=lilypond.git diff --git a/input/regression/break.ly b/input/regression/break.ly index 87ddcdbf38..2ba54fdc47 100644 --- a/input/regression/break.ly +++ b/input/regression/break.ly @@ -1,5 +1,5 @@ -\version "2.6.0" +\version "2.11.38" \header{ texidoc=" @@ -7,13 +7,13 @@ Breaks can be encouraged and discouraged using @code{\\break} and @code{\\noBreak}." } +\layout { + indent = 0.0 + line-width = 4.0\cm +} \relative c'' \context Voice { - \emptyText + \textLengthOff c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak c1 \break \mark "break" c1 \break \mark "break" c1 } -\layout { - indent = 0.0 - linewidth = 4.0\cm -}