X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stick-out.ly;h=099ae34651e8d4ddfa59f5ee9673d3c3dae1ee12;hb=53db923e715126eb9463220526b4838fbfd3dad4;hp=b042ae1abcf99c7189ffacdeb4a3dbdb280cf5e8;hpb=6255791221fd8197a23d3299fdad85a3a79336ab;p=lilypond.git diff --git a/input/regression/spacing-stick-out.ly b/input/regression/spacing-stick-out.ly index b042ae1abc..099ae34651 100644 --- a/input/regression/spacing-stick-out.ly +++ b/input/regression/spacing-stick-out.ly @@ -1,9 +1,9 @@ \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." } @@ -12,7 +12,6 @@ \layout { ragged-right = ##t } \relative c' { - \override Score.PaperColumn #'keep-inside-line = ##t c1 c1^"This is a really long text" c }