]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/voice-regs.hh
release: 0.0.65
[lilypond.git] / lily / include / voice-regs.hh
index 818f32d71c680fbddac4fbbb528fa09e49a96022..c6e75b7505273194ca09125a3b1caaf1cecc4867 100644 (file)
@@ -1,7 +1,7 @@
 /*
   voice-regs.hh -- declare Voice_registers
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
@@ -25,7 +25,7 @@ public:
 protected:
     virtual void pre_move_processing();
     virtual bool acceptable_request_b(Request*);
-    virtual void acknowledge_element(Staff_elem_info info);
+    virtual void acknowledge_element(Score_elem_info info);
     virtual bool try_request(Request*);
     virtual void do_print() const;
 };