]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release: 1.3.55
[lilypond.git] / lily / include / dots.hh
index 6a36c9ef06e6e2ce02e6e9be9da9da80781c4d80..e1bf806390d2d00d481630777b1678d28185f04f 100644 (file)
 /**
   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 Item
 {
 protected:
   virtual Molecule do_brew_molecule () const;
-  virtual void do_post_processing ();
+  virtual void after_line_breaking ();
 public:
   
-  Dots ();
+  Dots (SCM);
 };
 
 #endif // DOTS_HH