]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-performer.hh
patch::: 1.3.95.tca2
[lilypond.git] / lily / include / note-performer.hh
index beaae306d9055bdcd715ca6d62661f103a588485..574e6952244f0547267e0ce6f2541e8a3219a15e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   note-performer.hh -- declare Note_performer
 
-  (c) 1996,  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
                  Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -21,9 +21,9 @@ public:
   Note_performer();
 
 protected:
-  virtual void do_process_requests ();
+  virtual void do_process_music ();
   virtual bool do_try_music (Music *req_l) ;
-  virtual void do_print () const;
+
   virtual void do_pre_move_processing ();
   virtual void process_acknowledged ();
   Global_translator* global_translator_l ();