X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fclef.hh;h=4d6f3ea85778f0a06006c82025b9cf3f4c352651;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=a436219de1c4a17e0aca80171df5abd71165d3d7;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/include/clef.hh b/lily/include/clef.hh index a436219de1..4d6f3ea857 100644 --- a/lily/include/clef.hh +++ b/lily/include/clef.hh @@ -1,25 +1,23 @@ -/* - clef.hh -- declare - +/* + clef.hh -- declare Clef + source file of the GNU LilyPond music typesetter - - (c) 2000--2001 Han-Wen Nienhuys - - */ + + (c) 2000--2008 Han-Wen Nienhuys +*/ #ifndef CLEF_HH #define CLEF_HH -#include "lily-guile.hh" + #include "lily-proto.hh" +#include "grob-interface.hh" -struct Clef +struct Clef { - DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM )); - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); - static bool has_interface (Grob*); - static void set_interface (Grob*); + DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; - #endif /* CLEF_HH */