X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stick-out.ly;h=ae2a46e539be04b5ac3a1f77c6ee82706943370c;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=ac751bea92de3305ed2fee8d8998a42544c40c1a;hpb=99bcd0343c445836841b99823cc40440c453410d;p=lilypond.git diff --git a/input/regression/spacing-stick-out.ly b/input/regression/spacing-stick-out.ly index ac751bea92..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.6.0" +\version "2.19.21" -\layout { raggedright = ##t } +\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 }