]> git.donarmstrong.com Git - lilypond.git/commitdiff
add version to augmentum.ly
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 14 Jul 2007 21:04:56 +0000 (14:04 -0700)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 14 Jul 2007 21:04:56 +0000 (14:04 -0700)
input/regression/augmentum.ly

index 5a9618cba383f16fb839f24c9d505e018f7de993..d5b0561c93cda587a417c5b1a5d03e45bad5ea61 100644 (file)
@@ -2,10 +2,12 @@
   texidoc = "Augmentum dots are accounted for in horizontal spacing."
 }
 
+\version "2.11.28"
+
 \include "gregorian-init.ly"
 \score {
   \new VaticanaVoice {
     \[ \augmentum a \flexa \augmentum g \]
     \augmentum g
   }
-}
\ No newline at end of file
+}