]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release: 1.3.16
[lilypond.git] / lily / include / dots.hh
index 8225860aa9ca1af4180e5e57b9377bb699308dd3..4cb5843b9df8b891703d97207ac68d4b1706495e 100644 (file)
 
 #include "item.hh"
 
-#include "directional-element.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 Directional_element
+  public Item
 {
 protected:
   virtual Molecule * do_brew_molecule_p () const;
   virtual void do_post_processing ();
 public:
+  // junkme.
   int dots_i_;
   
   Dots ();