]> git.donarmstrong.com Git - lilypond.git/commitdiff
add regression test for the augmentum bug
authorJoe Neeman <joeneeman@gmail.com>
Thu, 12 Jul 2007 23:57:55 +0000 (09:57 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Thu, 12 Jul 2007 23:57:55 +0000 (09:57 +1000)
input/regression/augmentum.ly [new file with mode: 0644]

diff --git a/input/regression/augmentum.ly b/input/regression/augmentum.ly
new file mode 100644 (file)
index 0000000..5a9618c
--- /dev/null
@@ -0,0 +1,11 @@
+\header {
+  texidoc = "Augmentum dots are accounted for in horizontal spacing."
+}
+
+\include "gregorian-init.ly"
+\score {
+  \new VaticanaVoice {
+    \[ \augmentum a \flexa \augmentum g \]
+    \augmentum g
+  }
+}
\ No newline at end of file