X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frhythmic-head.hh;h=02d1969730866fe4b840f2fbffc5d7fda74393db;hb=58285d9a44003dc28d5183daa5c1ae71249440e5;hp=58063bd501bf49288c4ec491ce411899c6dfac78;hpb=01d84d552854fb399bd0e819502c6c2db2a1b214;p=lilypond.git diff --git a/lily/include/rhythmic-head.hh b/lily/include/rhythmic-head.hh index 58063bd501..02d1969730 100644 --- a/lily/include/rhythmic-head.hh +++ b/lily/include/rhythmic-head.hh @@ -3,33 +3,27 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ #ifndef RHYTHMIC_HEAD_HH #define RHYTHMIC_HEAD_HH -#include "item.hh" -#include "staff-symbol-referencer.hh" +#include "lily-guile.hh" +#include "lily-proto.hh" -class Rhythmic_head : public Item, public Staff_symbol_referencer +class Rhythmic_head { - Dots * dots_l_; - Stem * stem_l_; public: - - int balltype_i_; - - void add_dots (Dots *); - Rhythmic_head (); - Stem * stem_l ()const; - Dots * dots_l ()const; - int dots_i ()const; -protected: - virtual void do_post_processing (); - - virtual void do_print () const; + 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*); + }; #endif // RHYTHMIC_HEAD_HH