X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frest-column.hh;h=86aa7f96e0f6fa6b7a40733f4fc3250029d10e31;hb=6ce61146edb1c36647b514778c29cdc9beedab6a;hp=05327cbc6c0b0a3d29ca35b0522deb791b5e440d;hpb=6a0ea5e307744ad53d8b4a7381f2b27c2cfc9c13;p=lilypond.git diff --git a/lily/include/rest-column.hh b/lily/include/rest-column.hh index 05327cbc6c..86aa7f96e0 100644 --- a/lily/include/rest-column.hh +++ b/lily/include/rest-column.hh @@ -11,24 +11,16 @@ #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 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