]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
Gets vertical ordering of footnotes correct.
[lilypond.git] / lily / include / grob.hh
index 36f912a2894629a4b789366bd359d486ee60a238..681e4be2904f7da774b4ed4c52a5246ce8f0cda0 100644 (file)
@@ -144,6 +144,8 @@ public:
   static Grob *get_root_vertical_alignment (Grob *g);
   static Grob *get_vertical_axis_group (Grob *g);
   static bool vertical_less (Grob *g1, Grob *g2);
+  static bool pure_vertical_less (Grob *g1, Grob *g2);
+  static bool internal_vertical_less (Grob *g1, Grob *g2, bool pure);
   static int get_vertical_axis_group_index (Grob *g);
 
   virtual Interval_t<int> spanned_rank_interval () const;