]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-column-reg.hh
release: 0.0.64
[lilypond.git] / lily / include / note-column-reg.hh
index d052d04983ca66a708c60237a7503c06fefd165e..d33dddf96209c49c0ba1803e514f5d074dc79011 100644 (file)
@@ -24,10 +24,10 @@ class Note_column_register :public Request_register {
     int dir_i_;
     
     /* *************** */
-    bool acceptable_elem_b(Staff_elem const*)const;
+    bool acceptable_elem_b(Score_elem const*)const;
 protected:
     virtual void set_feature(Feature);
-    virtual void acknowledge_element(Staff_elem_info);
+    virtual void acknowledge_element(Score_elem_info);
     virtual void pre_move_processing();
     virtual void post_move_processing();
 public: