From: Joe Neeman Date: Thu, 12 Jul 2007 23:57:55 +0000 (+1000) Subject: add regression test for the augmentum bug X-Git-Tag: release/2.11.28-1~14^2~10 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=e64991d00373b6e5e62f3c5b280f143f5b697a57;p=lilypond.git add regression test for the augmentum bug --- diff --git a/input/regression/augmentum.ly b/input/regression/augmentum.ly new file mode 100644 index 0000000000..5a9618cba3 --- /dev/null +++ b/input/regression/augmentum.ly @@ -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