]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
2003 -> 2004
[lilypond.git] / lily / include / dots.hh
index 8225860aa9ca1af4180e5e57b9377bb699308dd3..d58e068a8cedce7d79905fd8848eab3da7112f1d 100644 (file)
@@ -3,32 +3,23 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef DOTS_HH
 #define DOTS_HH
 
-#include "item.hh"
+#include "lily-proto.hh"
+#include "lily-guile.hh"
 
-#include "directional-element.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 Directional_element
+
+class Dots
 {
-protected:
-  virtual Molecule * do_brew_molecule_p () const;
-  virtual void do_post_processing ();
 public:
-  int dots_i_;
-  
-  Dots ();
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  bool has_interface (Grob*);
 };
 
 #endif // DOTS_HH