]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release: 1.1.35
[lilypond.git] / lily / include / dots.hh
index 846cf0364f4eafbdf5e936f51fe4a1a4b153969c..2ff6f061700a4619248ee19dd7669434bd6c95ac 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #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
+class Dots : public Item, public Staff_symbol_referencer
 {
 protected:
-  virtual Molecule * brew_molecule_p () const;
+  virtual Molecule * do_brew_molecule_p () const;
   virtual void do_post_processing ();
 public:
   int no_dots_i_;
   int position_i_;
 
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  
   Dots ();
 };