]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
release: 1.3.24
[lilypond.git] / lily / include / dot-column.hh
index 78caaf839d08a96158bc6783c1dcc2b8227e7354..de7d522f05b1480673368023612f986d93daee53 100644 (file)
 #define DOT_COLUMN_HH
 
 #include "axis-group-item.hh"
-#include "note-head-side.hh"
+
 
 /**
   Group dots.  This is needed because, the dots have to be aligned per voice
  */
-class Dot_column : public Axis_group_item, public Note_head_side
+class Dot_column : public Axis_group_item
 {
   static int compare (Dots * const&,Dots * const&);
   void add_dots (Dots*);