X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stick-out.ly;h=ae2a46e539be04b5ac3a1f77c6ee82706943370c;hb=926115ff42def8bc1ce767029e4f03c8072994ba;hp=d89ee89e22face4d0f3090e8a2e1c6ad32385c7e;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/spacing-stick-out.ly b/input/regression/spacing-stick-out.ly index d89ee89e22..ae2a46e539 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.12.0" +\version "2.19.21" \layout { ragged-right = ##t } \relative { - \override Score.PaperColumn #'keep-inside-line = ##t - c1 c1^"This is a really long text" c + c'1 c1^"This is a really long text" c }