]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
Adds automatic numbering to footnotes.
[lilypond.git] / lily / include / system.hh
index 940f6a5fb876e1b2ca76cc58280f714b570f9757..4b56238f367c49f563469bd93b6454a9fdd8c091 100644 (file)
@@ -48,7 +48,8 @@ public:
   int get_rank () const;
   vector<Stencil *> get_footnotes_in_range (vsize st, vsize end);
   void get_footnote_grobs_in_range (vector<Grob *> &out, vsize st, vsize end);
-  Stencil make_footnote_stencil (Real padding);
+  vector<Grob *> *footnote_grobs ();
+  vsize num_footnotes ();
   void do_break_substitution_and_fixup_refpoints ();
   void post_processing ();
   void populate_footnote_grob_vector ();