From: Han-Wen Nienhuys Date: Sun, 28 Nov 2004 12:15:01 +0000 (+0000) Subject: new file. X-Git-Tag: release/2.5.14~484 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d31729c115ae83380b1cc6ffa06866dd43367211;p=lilypond.git new file. --- diff --git a/input/regression/spacing-stick-out.ly b/input/regression/spacing-stick-out.ly new file mode 100644 index 0000000000..18ad1bfb04 --- /dev/null +++ b/input/regression/spacing-stick-out.ly @@ -0,0 +1,16 @@ + +\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." + +} + +\version "2.5.2" + +\layout { raggedright = ##t } +\relative { + c1 c1^"This is a really long text" c +} +