]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
cleanup. Separate into internal
[lilypond.git] / lily / include / dots.hh
index f816cc2a247d49f649c950623f9ddb39a30cdabf..0e123550f0037e359b01c59d8f3cd3c47a13072e 100644 (file)
@@ -3,35 +3,23 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 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"
 
 
-/**
-  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
 {
 public:
-  SCM member_brew_molecule () const;
-  SCM member_after_line_breaking ();
-  static SCM after_line_breaking (SCM);
-  static SCM brew_molecule (SCM);
-
-  Dots (SCM);
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
+  bool has_interface (Grob*);
 };
 
 #endif // DOTS_HH