X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreak-align-interface.hh;h=931e219965ddc43b0bd7f2e62e2fa3e13516ef09;hb=75eebcb49e52d296b1da3e1074e0825d2c780db4;hp=96aec1122d0d6695e62561d4901be59e8f805505;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/break-align-interface.hh b/lily/include/break-align-interface.hh index 96aec1122d..931e219965 100644 --- a/lily/include/break-align-interface.hh +++ b/lily/include/break-align-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #ifndef BREAK_ALIGN_INTERFACE_HH @@ -14,13 +14,11 @@ class Break_align_interface { public: - static void do_alignment (Grob *); static Link_array 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 {