]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/music-functions-init.ly
Revert "bad"
[lilypond.git] / ly / music-functions-init.ly
index 2ebbd8f1bce3bd83b240ffa066b754d6cac37b82..ac62bffa9ae67575da8bbce6e60ec12fd8d18595 100644 (file)
@@ -342,28 +342,7 @@ featherDurations=
 
      argument))
 
-footnoteGrob =
-#(define-music-function (parser location grob-name offset text footnote)
-   (symbol? number-pair? markup? markup?)
-   (_i "Attach @var{text} to @var{grob-name} at offset @var{offset},
- with @var{text} referring to @var{footnote} (use like @code{\\once})")
-   (make-music 'FootnoteEvent
-              'symbol grob-name
-              'X-offset (car offset)
-              'Y-offset (cdr offset)
-              'text text
-              'footnote-text footnote))
-
-footnote =
-#(define-music-function (parser location offset text footnote)
-   (number-pair? markup? markup?)
-   (_i "Attach @var{text} at @var{offset} with @var{text} referring
- to @var{footnote} (use like @code{\\tweak})")
-   (make-music 'FootnoteEvent
-              'X-offset (car offset)
-              'Y-offset (cdr offset)
-              'text text
-              'footnote-text footnote))
+
 
 grace =
 #(def-grace-function startGraceMusic stopGraceMusic