X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=05aeec680d2073e2a3145c80574cd15d94d1b59f;hb=82731e802565546441c401a84a13b486e54eb760;hp=2806cb1cc4a749d4c918902b11b1e96929f63046;hpb=2b0aa2c5bbb4af4e7d0d3c057de066dc1d6d6b8d;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index 2806cb1cc4..05aeec680d 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -12,18 +12,20 @@ #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 (); };