]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-interface.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / break-align-interface.hh
index 96aec1122d0d6695e62561d4901be59e8f805505..931e219965ddc43b0bd7f2e62e2fa3e13516ef09 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef BREAK_ALIGN_INTERFACE_HH
 class Break_align_interface
 {
 public:
-  static void do_alignment (Grob *);
   static Link_array<Grob> ordered_elements (Grob *me);
   static bool has_interface (Grob *);
   static void add_element (Grob *me, Grob *add);
-  DECLARE_SCHEME_CALLBACK (alignment_callback, (SCM element, SCM axis));
-  DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element, SCM axis));
-
+  DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM element));
+  DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element));
 };
 struct Break_aligned_interface
 {