]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/augmentum.ly
add regression test for the augmentum bug
[lilypond.git] / input / regression / augmentum.ly
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