]> git.donarmstrong.com Git - lilypond.git/commitdiff
Test broken cresc- - - distance.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Jan 2007 15:51:46 +0000 (16:51 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Jan 2007 15:51:46 +0000 (16:51 +0100)
input/regression/dynamics-text-spanner-padding.ly [new file with mode: 0644]

diff --git a/input/regression/dynamics-text-spanner-padding.ly b/input/regression/dynamics-text-spanner-padding.ly
new file mode 100644 (file)
index 0000000..8fc4e87
--- /dev/null
@@ -0,0 +1,20 @@
+
+\header {
+
+  texidoc = "The 2nd half of the cresc. stays at a reasonable distance
+from the notes. "
+
+}
+\version "2.10.13"
+
+\layout {
+  indent = 0.0\mm
+  line-width = 70.0\mm
+
+\relative c' {
+  \setTextCresc
+  c\< c c c | \break
+  c  c\! c c
+}
+}
+