X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=d58e068a8cedce7d79905fd8848eab3da7112f1d;hb=7e72a1e50e94a7f9738d62599de79fe7745f600c;hp=29e1bd5b114d7a59a3adcb0926d5621573556aea;hpb=ad4297de0246935caa4c51f4e152e20009a6f64e;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 29e1bd5b11..d58e068a8c 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,30 +3,23 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ #ifndef DOTS_HH #define DOTS_HH -#include "item.hh" -#include "staff-symbol-referencer.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 +#include "lily-proto.hh" +#include "lily-guile.hh" + + + +class Dots { -protected: - virtual Molecule * do_brew_molecule_p () const; - virtual void do_post_processing (); public: - int dots_i_; - int position_i_; - Direction resolve_dir_; - - Dots (); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + bool has_interface (Grob*); }; #endif // DOTS_HH