X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fclef.hh;h=bc6550fe4e92b9129fc3c61313de2cbd93f5b80a;hb=38925347b5370c7eb06f7baaeac8a461a0a12ac4;hp=e5308818df54e2e9f66db78169f3d06c0c962304;hpb=8ecd09ad7514d57630fb611d38c161f3c3c708db;p=lilypond.git diff --git a/lily/include/clef.hh b/lily/include/clef.hh index e5308818df..bc6550fe4e 100644 --- a/lily/include/clef.hh +++ b/lily/include/clef.hh @@ -1,24 +1,23 @@ -/* - clef.hh -- declare - +/* + clef.hh -- declare Clef + source file of the GNU LilyPond music typesetter - - (c) 2000 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 +struct Clef { - DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM )); - static bool has_interface (Score_element*); - static void set_interface (Score_element*); + DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; - #endif /* CLEF_HH */