X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stick-out.ly;h=cd78aa7bfd337ed9415437acc671d536fe5e451c;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=18ad1bfb045813ae00d8739f4192f78dbdaf90de;hpb=d31729c115ae83380b1cc6ffa06866dd43367211;p=lilypond.git diff --git a/input/regression/spacing-stick-out.ly b/input/regression/spacing-stick-out.ly index 18ad1bfb04..cd78aa7bfd 100644 --- a/input/regression/spacing-stick-out.ly +++ b/input/regression/spacing-stick-out.ly @@ -1,16 +1,17 @@ \header { - texidoc = "Unless @code{allow-outside-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.5.2" +\version "2.16.0" -\layout { raggedright = ##t } -\relative { +\layout { ragged-right = ##t } + +\relative c' { c1 c1^"This is a really long text" c }