X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbreak.ly;h=0b7c595339d950f2e41e500b64c6882e7c56c94f;hb=0041871ea33b9e937e14f2fb97a32a759c7404ce;hp=32a48357b16faf9a47bf297e797f57a22b5107d0;hpb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;p=lilypond.git diff --git a/input/regression/break.ly b/input/regression/break.ly index 32a48357b1..0b7c595339 100644 --- a/input/regression/break.ly +++ b/input/regression/break.ly @@ -1,19 +1,19 @@ -\version "1.3.146" + +\version "2.16.0" \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 }