X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stick-out.ly;h=cd78aa7bfd337ed9415437acc671d536fe5e451c;hb=90d1cf58a1f5c2f75bf4ace43911c4b6d33245da;hp=001b0ec59666d103507e489c9d54e1d85b9d3ee7;hpb=169a91c8514e3dcea29d1aa01653a684fb60457d;p=lilypond.git diff --git a/input/regression/spacing-stick-out.ly b/input/regression/spacing-stick-out.ly index 001b0ec596..cd78aa7bfd 100644 --- a/input/regression/spacing-stick-out.ly +++ b/input/regression/spacing-stick-out.ly @@ -1,18 +1,17 @@ \header { - texidoc = "If @code{keep-inside-line} is set for the relevant - PaperColumn, LilyPond will space a line to prevent text sticking out - of the right margin." + texidoc = "LilyPond will space a line to prevent text sticking out of the + right margin unless @code{keep-inside-line} is false for the relevant + PaperColumn." } -\version "2.10.0" +\version "2.16.0" \layout { ragged-right = ##t } -\relative { - \override Score.PaperColumn #'keep-inside-line = ##t +\relative c' { c1 c1^"This is a really long text" c }