X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-column.hh;h=07f166f17b32e83509874af9d7dc4191c03b604e;hb=2b8c85e27b554513c6527e8a2d25b0e3d2db4b66;hp=17797e9d963c38a592fdcb91b1cce47a1187d1a6;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/tie-column.hh b/lily/include/tie-column.hh index 17797e9d96..07f166f17b 100644 --- a/lily/include/tie-column.hh +++ b/lily/include/tie-column.hh @@ -1,27 +1,26 @@ - /* tie-column.hh -- declare Tie_column source file of the GNU LilyPond music typesetter - (c) 2000--2005 Han-Wen Nienhuys + (c) 2000--2007 Han-Wen Nienhuys */ #ifndef TIE_COLUMN_HH #define TIE_COLUMN_HH +#include "grob-interface.hh" #include "lily-proto.hh" -#include "lily-guile.hh" class Tie_column { public: - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); static void add_tie (Grob *me, Grob *); - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM)); DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM)); static void set_directions (Grob *me); - static void werner_directions (Grob *me); + static void new_directions (Grob *me); }; #endif /* TIE_COLUMN_HH */