]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release: 1.3.6
[lilypond.git] / lily / include / dots.hh
index 2806cb1cc4a749d4c918902b11b1e96929f63046..05aeec680d2073e2a3145c80574cd15d94d1b59f 100644 (file)
 
 #include "item.hh"
 #include "staff-symbol-referencer.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 Staff_symbol_referencer
+class Dots : public Item, public Staff_symbol_referencer,
+  public Directional_element
 {
 protected:
   virtual Molecule * do_brew_molecule_p () const;
   virtual void do_post_processing ();
 public:
   int dots_i_;
-  Direction resolve_dir_;
   
   Dots ();
 };