From: hanwen Date: Sun, 28 Nov 2004 12:15:01 +0000 (+0000) Subject: new file. X-Git-Tag: release/2.5.23~897 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e955a77a7d18e6edb1c8b392b0f263b6d9af5e55;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 +} +