X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreak.ly;h=f342ea75e0362a6e838417e6b6da081dd1a6d38e;hb=e7feb911ea00e26449d3cfadfe6a4e429552cb5f;hp=4f7887346bf6a843e7f69a985aa10a2168b5c0e6;hpb=58c8b86fa6d39e071ffb1d3eb94bced165c3e43b;p=lilypond.git diff --git a/input/regression/break.ly b/input/regression/break.ly index 4f7887346b..f342ea75e0 100644 --- a/input/regression/break.ly +++ b/input/regression/break.ly @@ -1,20 +1,19 @@ -\version "1.5.68" + +\version "2.7.39" \header{ -texidoc=" + texidoc=" Breaks can be encouraged and discouraged using @code{\\break} and -@code{\\noBreak}. They are abbrevs for @code{\\penalty} commands. -" +@code{\\noBreak}." } -\score{ - \notes\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 +} +\layout { + indent = 0.0 + line-width = 4.0\cm }