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