]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-performer.cc
* input/regression/markup-bidi-pango.ly: new file.
[lilypond.git] / lily / key-performer.cc
index 50fd46b171ec156e2aeaf386ea44a75fd391a7ce..1b411a90e29952043fb55d3bf813378263976c91 100644 (file)
@@ -19,7 +19,7 @@ public:
 
 protected:
   virtual bool try_music (Music *ev);
-  virtual void create_audio_elements ();
+  void process_music ();
   void stop_translation_timestep ();
 
 private:
@@ -38,7 +38,7 @@ Key_performer::~Key_performer ()
 }
 
 void
-Key_performer::create_audio_elements ()
+Key_performer::process_music ()
 {
   if (key_ev_)
     {