]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest-column.hh
release: 0.0.76
[lilypond.git] / lily / include / rest-column.hh
index 05327cbc6c0b0a3d29ca35b0522deb791b5e440d..86aa7f96e0f6fa6b7a40733f4fc3250029d10e31 100644 (file)
 #define REST_COLUMN_HH
 
 #include "script-column.hh"
+#include "head-column.hh"
 
 /** 
   struct to treat a set of rests as union (one voicegroup should
   only produce one rest.
   */
-class Rest_column : public Script_column {
-    Link_array<Note_head> head_l_arr_;
+class Rest_column : public Head_column {
 public:
-    int dir_i_;
-    Stem* stem_l_;
-    void add(Note_head *);
-    void add(Stem *);
     NAME_MEMBERS();
-    Rest_column();
     void translate_heads(int dy);
-protected:
-    virtual void do_print() const;
-    virtual void do_substitute_dependency(Score_elem*, Score_elem*);
 };
 
 #endif // REST_COLUMN_HH