]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add another trill spanner reg test.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 25 Aug 2007 23:13:35 +0000 (20:13 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 25 Aug 2007 23:13:35 +0000 (20:13 -0300)
input/regression/trill-spanner-grace.ly [new file with mode: 0644]
input/regression/trill-spanner.ly

diff --git a/input/regression/trill-spanner-grace.ly b/input/regression/trill-spanner-grace.ly
new file mode 100644 (file)
index 0000000..f7b3b59
--- /dev/null
@@ -0,0 +1,12 @@
+\header {
+    texidoc = "Trill spanner can end on a grace note"
+}
+
+\version "2.10.0"
+\layout {
+    ragged-right = ##T
+}
+\relative \new Voice {
+    << { c1 \startTrillSpan }
+       { s2. \grace { d16[\stopTrillSpan e] } } >>
+    c4 }
index 52fcbfad6287b14c4a6039361d1d205925a98492..40ca514768cd97688a4bbe3a1d1a6a1a44fa69bf 100644 (file)
@@ -1,12 +1,14 @@
+
 \header {
-    texidoc = "Trill spanner"
+  texidoc = "The trill symbol and the wavy line are neatly aligned:
+the wavy line should appear to come from the crook of the r"
+
 }
 
-\version "2.10.0"
-\layout {
-    ragged-right = ##T
+\version "2.11.30"
+\paper { ragged-right = ##t }
+\relative c'' {
+  c1\startTrillSpan
+  c\stopTrillSpan
 }
-\relative \new Voice {
-    << { c1 \startTrillSpan }
-       { s2. \grace { d16[\stopTrillSpan e] } } >>
-    c4 }
+