X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fnote-column-reg.hh;h=ddcbdae2f5d803529c9f1cd6068cc08ea3f51b0d;hb=d8018dfc750f1dee8e1ee78a5d5f51b06d4c8348;hp=01a860911dfdab40baac7ff46846d4664feb6c2d;hpb=450905eed19bced95484ebb2639aba2eeb250b06;p=lilypond.git diff --git a/lily/include/note-column-reg.hh b/lily/include/note-column-reg.hh index 01a860911d..ddcbdae2f5 100644 --- a/lily/include/note-column-reg.hh +++ b/lily/include/note-column-reg.hh @@ -14,9 +14,12 @@ class Note_column_register :public Request_register { Note_column *ncol_p_; + bool h_shift_b_; + int dir_i_; /* *************** */ bool acceptable_elem_b(Staff_elem const*)const; protected: + virtual void set_feature(Feature); virtual void acknowledge_element(Staff_elem_info); virtual void pre_move_processing();