X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=bb18db33ad38821e782666bd3cd13feccd71487f;hb=refs%2Ftags%2Frelease%2F2.7.15;hp=2446e1f906671f172116089da19f02c460aeda04;hpb=51e7345f199657c7b868d5653f209703e897fca8;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 2446e1f906..bb18db33ad 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,34 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ - #ifndef DOTS_HH #define DOTS_HH -#include "item.hh" - - -/** - The dots to go with a notehead/rest. A separate class, since they - are a party in collision resolution. - - properties: - - dot-count -- number of dots. +#include "lily-proto.hh" +#include "lily-guile.hh" - - */ -class Dots : public Item +class Dots { -protected: - virtual Molecule do_brew_molecule () const; - virtual void after_line_breaking (); public: - - Dots (); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + static bool has_interface (Grob *); }; #endif // DOTS_HH