X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frhythmic-head.hh;h=164760a419c60e63b29ce6f3e3dadf041ddf5b15;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=1da23356b1bad40f313916e71a1681bffa2ddd99;hpb=c89de2a770104af7b014bd4674e871957951e8fb;p=lilypond.git diff --git a/lily/include/rhythmic-head.hh b/lily/include/rhythmic-head.hh index 1da23356b1..164760a419 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--2008 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 * stem_l (Grob*) ; - static Item * dots_l (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