]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
release: 0.0.68pre
[lilypond.git] / lily / include / script-column.hh
index 3b94feda7a926677fafddee4df78530586b583ac..242acd4bdbc3ae31ebda3d990e2edb9420176563 100644 (file)
 #ifndef SCRIPT_COLUMN_HH
 #define SCRIPT_COLUMN_HH
 
-#include "elem-group.hh"
-#include "item.hh"
+#include "elem-group-item.hh"
 
 /** a struct for treating a group of noteheads (noteheads, stem
   (chord) and scripts ) as a single entity.  */
-class Script_column : public Item, public Element_group {
+class Script_column : public Horizontal_vertical_group_item {
 
 protected:
     virtual void do_print() const;