]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-layout-problem.hh
Adds a numbering-assertion-function property to the footnote grob.
[lilypond.git] / lily / include / page-layout-problem.hh
index 665f15396bf311a32f1d981ad492a87feb5e1e84..c0577b9ab072b37e4d1a9a996d9415d92b2d9c0c 100644 (file)
@@ -34,6 +34,7 @@ public:
   static bool read_spacing_spec (SCM spec, Real *dest, SCM sym);
   static bool is_spaceable (Grob *g);
   static SCM get_details (Grob *g);
+  static vector<Grob *> get_footnote_grobs (SCM lines);
   static vsize get_footnote_count (SCM lines);
   static SCM get_footnotes_from_lines (SCM lines);
   static void add_footnotes_to_lines (SCM lines, int counter, Paper_book *pb);