]> git.donarmstrong.com Git - lilypond.git/commitdiff
new file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 28 Nov 2004 12:15:01 +0000 (12:15 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 28 Nov 2004 12:15:01 +0000 (12:15 +0000)
input/regression/spacing-stick-out.ly [new file with mode: 0644]

diff --git a/input/regression/spacing-stick-out.ly b/input/regression/spacing-stick-out.ly
new file mode 100644 (file)
index 0000000..18ad1bf
--- /dev/null
@@ -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
+}
+