X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frhythmic-head.hh;h=164760a419c60e63b29ce6f3e3dadf041ddf5b15;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b64844d41d00b36630eabfc1f9355593aa37d8ed;hpb=0af2486a28f1c60b9de929a9101964d880927e54;p=lilypond.git diff --git a/lily/include/rhythmic-head.hh b/lily/include/rhythmic-head.hh index b64844d41d..164760a419 100644 --- a/lily/include/rhythmic-head.hh +++ b/lily/include/rhythmic-head.hh @@ -3,35 +3,25 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 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" -/* - Properties - - duration-log -- 2-log of the notehead duration - - dot -- reference to Dots object. - -*/ class Rhythmic_head { public: - static int balltype_i (Score_element*) ; - static void set_dots (Score_element*,Item *); - static Item * stem_l (Score_element*) ; - static Item * dots_l (Score_element*) ; - static int dot_count (Score_element*) ; - static SCM after_line_breaking (SCM); - static bool has_interface (Score_element*); - static void set_interface (Score_element*); + 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