X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=e62e7f13a5371f7edc30b85ecffa97f92b12058f;hb=bcc48624c73e6036255b5d4f6aaad61f0edd90c3;hp=647a1255135e89f7a12d348e15b9cc36b46fe997;hpb=bb36bac02a64770871780231ecc709cb18b20932;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 647a125513..e62e7f13a5 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,29 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2006 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 * do_brew_molecule_p () const; - virtual void do_post_processing (); public: - - Dots (); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + static bool has_interface (Grob *); }; #endif // DOTS_HH