]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / dots.hh
index 4c17ab42c100693e239b1bfb90d36c91907c7424..a6eb3ab89acca60f0ed58a2956df93c96b52a4ad 100644 (file)
@@ -3,30 +3,24 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #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 (quantised_position_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  bool has_interface (Grob*);
 };
 
 #endif // DOTS_HH