]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-performer.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / dynamic-performer.cc
index c1d28c52f141523a891f3ae92f882a9d03449337..05969cffad6fa28294388ea86afa820a2e225147 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "performer.hh"
@@ -26,7 +26,7 @@ public:
 protected:
   virtual bool try_music (Music *event);
   void stop_translation_timestep ();
-  virtual void create_audio_elements ();
+  void process_music ();
 
 private:
   Music *script_event_;
@@ -40,7 +40,7 @@ Dynamic_performer::Dynamic_performer ()
 }
 
 void
-Dynamic_performer::create_audio_elements ()
+Dynamic_performer::process_music ()
 {
   if (script_event_)
     {