]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/augmentum.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / augmentum.ly
index 5a9618cba383f16fb839f24c9d505e018f7de993..19f8a8658829b0f6b2877f0d9c83c5909f3a3831 100644 (file)
@@ -2,10 +2,12 @@
   texidoc = "Augmentum dots are accounted for in horizontal spacing."
 }
 
-\include "gregorian-init.ly"
+\version "2.16.0"
+
+\include "gregorian.ly"
 \score {
   \new VaticanaVoice {
     \[ \augmentum a \flexa \augmentum g \]
     \augmentum g
   }
-}
\ No newline at end of file
+}