X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frhythmic-head.hh;h=2fae285707052631190c135e129533fb757aa6e7;hb=e0106a2533e8a6a90db07941af4ad3830667fe6e;hp=c1f70e66f7cff4de296607132b3c8dd27c70c03d;hpb=a6ee9dcd388111e842064a8d46ab06c4897a00d2;p=lilypond.git diff --git a/lily/include/rhythmic-head.hh b/lily/include/rhythmic-head.hh index c1f70e66f7..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--2002 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