X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreak.ly;h=2ba54fdc47d326ff30028d5a353ef82484581326;hb=0814eb254c79c03bce8a8db49e8779e8f9a8683a;hp=32a48357b16faf9a47bf297e797f57a22b5107d0;hpb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;p=lilypond.git diff --git a/input/regression/break.ly b/input/regression/break.ly index 32a48357b1..2ba54fdc47 100644 --- a/input/regression/break.ly +++ b/input/regression/break.ly @@ -1,19 +1,19 @@ -\version "1.3.146" + +\version "2.11.38" \header{ -texidoc=" -Breaks can be encouraged and discouraged using @code{\break} and -@code{\noBreak}. They are abbrevs for @code{\penalty} commands. -" + texidoc=" +Breaks can be encouraged and discouraged using @code{\\break} and +@code{\\noBreak}." } +\layout { + indent = 0.0 + line-width = 4.0\cm +} -\score{ - \notes\context Voice{ - \emptyText - c1 c1^"no break after 2nd note" \noBreak c1 c1 - - c1^"break after this" \break c1 c1 - } - \paper { 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 }