X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=8b29433ba49446c9c8eed9c13195153343c91f8b;hb=50a19de991aac1e93d1ff2cda6b30929661e036d;hp=05aeec680d2073e2a3145c80574cd15d94d1b59f;hpb=82731e802565546441c401a84a13b486e54eb760;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 05aeec680d..8b29433ba4 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,31 +3,23 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2003 Han-Wen Nienhuys */ #ifndef DOTS_HH #define DOTS_HH -#include "item.hh" -#include "staff-symbol-referencer.hh" -#include "directional-element.hh" +#include "lily-proto.hh" +#include "lily-guile.hh" -/** - The dots to go with a notehead/rest. A separate class, since they - are a party in collision resolution. - */ -class Dots : public Item, public Staff_symbol_referencer, - public Directional_element + + +class Dots { -protected: - virtual Molecule * do_brew_molecule_p () const; - virtual void do_post_processing (); public: - int dots_i_; - - Dots (); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + bool has_interface (Grob*); }; #endif // DOTS_HH