]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release commit
[lilypond.git] / lily / include / dots.hh
index 05aeec680d2073e2a3145c80574cd15d94d1b59f..bb18db33ad38821e782666bd3cd13feccd71487f 100644 (file)
@@ -3,31 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef DOTS_HH
 #define DOTS_HH
 
-#include "item.hh"
-#include "staff-symbol-referencer.hh"
-#include "directional-element.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, public Staff_symbol_referencer,
-  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 (print, (SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif // DOTS_HH