]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grobs.scm
Revert "bad"
[lilypond.git] / scm / define-grobs.scm
index 7369e95e4286addf27becb5dbe8f9461ddc3dd1c..286490e81beffd11d05169fb2858eeb4b6736e9d 100644 (file)
 
     (BalloonTextItem
      . (
-        (annotation-balloon . #t)
-        (annotation-line . #t)
        (stencil . ,ly:balloon-interface::print)
        (text . ,(grob::calc-property-by-copy 'text))
        (X-offset . ,(grob::calc-property-by-copy 'X-offset))
                                text-interface
                                text-script-interface))))))
 
-    (Footnote
-     . (
-        (annotation-balloon . #f)
-        (annotation-line . #t)
-       (stencil . ,ly:balloon-interface::print)
-       (text . ,(grob::calc-property-by-copy 'text))
-       (X-offset . ,(grob::calc-property-by-copy 'X-offset))
-       (Y-offset . ,(grob::calc-property-by-copy 'Y-offset))
-       (meta . ((class . Item)
-                (interfaces . (balloon-interface
-                               footnote-interface
-                               font-interface
-                               text-interface))))))
-
-    (FootnoteSpanner
-     . (
-        (annotation-balloon . #f)
-        (annotation-line . #t)
-        (footnote-text . #f)
-       (stencil . ,ly:balloon-interface::print-spanner)
-       (text . ,(grob::calc-property-by-copy 'text))
-        (X-offset . ,(grob::calc-property-by-copy 'X-offset))
-       (Y-offset . ,(grob::calc-property-by-copy 'Y-offset))
-       (meta . ((class . Spanner)
-                (interfaces . (balloon-interface
-                               footnote-spanner-interface
-                               font-interface
-                               text-interface))))))
-
     (FretBoard
      . (
        (after-line-breaking . ,ly:chord-name::after-line-breaking)