]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/align-interface.hh
patch::: 1.5.41.jcn2
[lilypond.git] / lily / include / align-interface.hh
index 904f20202a5b976ccde71767dc522c7d80b9a000..b2ebee3b7df1d7ac62f5795b10a2cf69a9d43146 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include "lily-guile.hh"
 
 struct Align_interface {
-  DECLARE_SCHEME_CALLBACK(alignment_callback, (SCM element, SCM axis));
-  static void do_side_processing (Score_element*,Axis a);
-  static void set_axis (Score_element*,Axis);
-  static Axis axis (Score_element*) ;
-  static void add_element (Score_element*,Score_element*);
-  static int get_count (Score_element*,Score_element*);
-  static void set_interface (Score_element*);
-  static bool has_interface (Score_element*);
-  DECLARE_SCHEME_CALLBACK(center_on_element, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (alignment_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (fixed_distance_alignment_callback, (SCM element, SCM axis));
+  static void align_to_fixed_distance (Grob*,Axis a);
+  static void align_elements_to_extents (Grob*,Axis a);
+  static void set_axis (Grob*,Axis);
+  static Axis axis (Grob*) ;
+  static void add_element (Grob*,Grob*, SCM callback);
+  static int get_count (Grob*,Grob*);
+  static void set_interface (Grob*);
+  static bool has_interface (Grob*);
 };
 
 #endif /* ALIGN_INTERFACE_HH */