X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fclef.hh;h=bc6550fe4e92b9129fc3c61313de2cbd93f5b80a;hb=38925347b5370c7eb06f7baaeac8a461a0a12ac4;hp=1f3146aea9e147068566b4c63197384fa9dedc59;hpb=eb72c0f066957c3e71d336db0f72814e34d3964d;p=lilypond.git diff --git a/lily/include/clef.hh b/lily/include/clef.hh index 1f3146aea9..bc6550fe4e 100644 --- a/lily/include/clef.hh +++ b/lily/include/clef.hh @@ -3,20 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2005 Han-Wen Nienhuys + (c) 2000--2007 Han-Wen Nienhuys */ #ifndef CLEF_HH #define CLEF_HH -#include "lily-guile.hh" #include "lily-proto.hh" +#include "grob-interface.hh" struct Clef { - DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM)); DECLARE_SCHEME_CALLBACK (print, (SCM)); - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); }; #endif /* CLEF_HH */