X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frhythmic-head.hh;h=2fae285707052631190c135e129533fb757aa6e7;hb=9e69cb84d6ee5b0a861cd97869b10e3bdf0c833c;hp=f50cccb12d382ff5690a9aea18b04c9eb444ea8a;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/rhythmic-head.hh b/lily/include/rhythmic-head.hh index f50cccb12d..2fae285707 100644 --- a/lily/include/rhythmic-head.hh +++ b/lily/include/rhythmic-head.hh @@ -3,27 +3,25 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ - #ifndef RHYTHMIC_HEAD_HH #define RHYTHMIC_HEAD_HH -#include "lily-guile.hh" +#include "grob-interface.hh" #include "lily-proto.hh" class Rhythmic_head { public: - static int duration_log (Grob*); - static void set_dots (Grob*,Item *); - static Item * get_stem (Grob*) ; - static Item * get_dots (Grob*) ; - static int dot_count (Grob*) ; - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); - static bool has_interface (Grob*); - + static int duration_log (Grob *); + static void set_dots (Grob *, Item *); + static Item *get_stem (Grob *); + static Item *get_dots (Grob *); + static int dot_count (Grob *); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // RHYTHMIC_HEAD_HH