X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=0e123550f0037e359b01c59d8f3cd3c47a13072e;hb=05fabaaf86fd44f9bd903f282bb98d343a991e40;hp=4c17ab42c100693e239b1bfb90d36c91907c7424;hpb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 4c17ab42c1..0e123550f0 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--1998 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ #ifndef DOTS_HH #define DOTS_HH -#include "item.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 + + +class Dots { -protected: - virtual Molecule * brew_molecule_p () const; - virtual void do_post_processing (); public: - int no_dots_i_; - int position_i_; - - DECLARE_MY_RUNTIME_TYPEINFO; - Dots (); + DECLARE_SCHEME_CALLBACK (print, (SCM )); + bool has_interface (Grob*); }; #endif // DOTS_HH