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