X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie.hh;h=106d9e93bc8611b17c9c196c202b2a6a5c47c5f3;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=d0a0baf5b705c6605eaab7ddb07a35b8c45b2722;hpb=99242a027c2281ed7674772e9a0ae7fc86024be0;p=lilypond.git diff --git a/lily/include/semi-tie.hh b/lily/include/semi-tie.hh index d0a0baf5b7..106d9e93bc 100644 --- a/lily/include/semi-tie.hh +++ b/lily/include/semi-tie.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ @@ -12,16 +12,16 @@ #include "grob-interface.hh" -#include "lily-guile.hh" +#include "lily-proto.hh" struct Semi_tie { - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); DECLARE_SCHEME_CALLBACK (calc_direction, (SCM)); DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM)); - static int compare (Grob *const &s1, - Grob *const &s2); + static bool less (Grob *const &s1, + Grob *const &s2); static int get_position (Grob *); };