]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release: 1.3.67
[lilypond.git] / lily / include / dots.hh
index 33c821a7b40e798ae3228101ae883a1a6174c326..21be4f774761090e2192a6c3018d7eee061edd8b 100644 (file)
@@ -3,29 +3,32 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 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                     // interface
 {
-protected:
-  virtual Molecule * do_brew_molecule_p () const;
-  virtual void do_post_processing ();
 public:
-  
-  Dots ();
+  static Real quantised_position_callback(Score_element const*, Axis);
+  static SCM brew_molecule (SCM);
 };
 
 #endif // DOTS_HH