]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-types.scm
Make \footnote a post-event
[lilypond.git] / scm / define-music-types.scm
index 0b828c1516c161f78e1a98d67b37954d629b64a5..658027c88c24a6dd5f545c9aac71bc4a0f1e2901 100644 (file)
@@ -228,7 +228,7 @@ duration stored in @code{duration}.")
 
     (FootnoteEvent
      . ((description . "Footnote a grob.")
-       (types . (general-music event footnote-event))
+       (types . (general-music event post-event footnote-event))
        ))
 
     (GlissandoEvent