]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-column-reg.hh
release: 0.0.52
[lilypond.git] / lily / include / note-column-reg.hh
index 01a860911dfdab40baac7ff46846d4664feb6c2d..ddcbdae2f5d803529c9f1cd6068cc08ea3f51b0d 100644 (file)
 
 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();