]> 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 8161601b78ab723a853870c92c580df33e8bdbaa..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
@@ -545,7 +545,7 @@ print anything, and also does not create staves or voices implicitly.
 Syntax: @code{\\skip} @var{duration}")
        (length-callback . ,ly:music-duration-length)
        (iterator-ctor . ,ly:simple-music-iterator::constructor)
-       (types . (general-music event rhythmic-event skip-event))
+       (types . (general-music event skip-event))
        ))
 
     (SlurEvent