X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=e9390a6adb1c66a2029eb4a6db29ba936d14105d;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=2806cb1cc4a749d4c918902b11b1e96929f63046;hpb=2b0aa2c5bbb4af4e7d0d3c057de066dc1d6d6b8d;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 2806cb1cc4..e9390a6adb 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--1999 Han-Wen Nienhuys + (c) 1997--2008 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 "grob-interface.hh" + +class Dots { -protected: - virtual Molecule * do_brew_molecule_p () const; - virtual void do_post_processing (); public: - int dots_i_; - Direction resolve_dir_; - - Dots (); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // DOTS_HH