]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
''
[lilypond.git] / lily / include / dots.hh
index 2446e1f906671f172116089da19f02c460aeda04..37f667dff0b6fb732d6f935f99c2fd1461c4803d 100644 (file)
@@ -3,34 +3,24 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 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.
 
-  properties:
-
-  dot-count -- number of dots.
-
-  
-  */
-class Dots :  public Item
+class Dots
 {
-protected:
-  virtual Molecule do_brew_molecule () const;
-  virtual void after_line_breaking ();
 public:
-  
-  Dots ();
+  DECLARE_SCHEME_CALLBACK (quantised_position_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  bool has_interface (Grob*);
 };
 
 #endif // DOTS_HH