]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
release: 1.3.37
[lilypond.git] / lily / include / dot-column.hh
index 0389f516858e93c99f2b8c81fdc23b38f83c4c84..4c3a211557d197a175ac8f91959104308a99c1bc 100644 (file)
@@ -3,20 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef DOT_COLUMN_HH
 #define DOT_COLUMN_HH
 
-#include "axis-group-item.hh"
-#include "note-head-side.hh"
+#include "item.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 Item
 {
   static int compare (Dots * const&,Dots * const&);
   void add_dots (Dots*);
@@ -26,6 +26,6 @@ public:
   Dot_column ();
 
 protected:
-  virtual void do_post_processing ();
+  virtual void after_line_breaking ();
 };
 #endif // DOT_COLUMN_HH