X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faugmentum.ly;h=19f8a8658829b0f6b2877f0d9c83c5909f3a3831;hb=79c17e0eaedca79e5f7605f5b9f92db27c68e679;hp=5a9618cba383f16fb839f24c9d505e018f7de993;hpb=e64991d00373b6e5e62f3c5b280f143f5b697a57;p=lilypond.git diff --git a/input/regression/augmentum.ly b/input/regression/augmentum.ly index 5a9618cba3..19f8a86588 100644 --- a/input/regression/augmentum.ly +++ b/input/regression/augmentum.ly @@ -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 +}