]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/align-interface.hh
* scm/paper-system.scm (paper-system-annotate): also annotate the
[lilypond.git] / lily / include / align-interface.hh
index b01c744bffc63284b9374b2dc2afb74f0faab839..273dbc660ccb18dec8cd388c205f9c0298b4eeaa 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "lily-proto.hh"
 #include "lily-guile.hh"
+#include "std-vector.hh"
 
 struct Align_interface
 {
@@ -18,12 +19,17 @@ struct Align_interface
   DECLARE_SCHEME_CALLBACK (stretch_after_break, (SCM element));
   static void align_to_fixed_distance (Grob *, Axis a);
   static void align_elements_to_extents (Grob *, Axis a);
+  static vector<Real> get_extents_aligned_translates (Grob *, vector<Grob*> const&,
+                                                     Axis a,
+                                                     bool safe, int start, int end);
   static void set_ordered (Grob *);
   static Axis axis (Grob *);
   static void add_element (Grob *, Grob *);
   static int get_count (Grob *, Grob *);
 
   static bool has_interface (Grob *);
+
+  static Real get_pure_child_y_translation (Grob *, Grob *child, int start, int end);
 };
 
 Grob *find_fixed_alignment_parent (Grob *g);