]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/augmentum.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / augmentum.ly
index 5a9618cba383f16fb839f24c9d505e018f7de993..2d5d2f7423b63525683fdda85d0c391f21340993 100644 (file)
@@ -2,10 +2,12 @@
   texidoc = "Augmentum dots are accounted for in horizontal spacing."
 }
 
-\include "gregorian-init.ly"
+\version "2.12.0"
+
+\include "gregorian.ly"
 \score {
   \new VaticanaVoice {
     \[ \augmentum a \flexa \augmentum g \]
     \augmentum g
   }
-}
\ No newline at end of file
+}