]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-performer.hh
release: 0.1.46
[lilypond.git] / lily / include / staff-performer.hh
index 0d8058634203a58d4b5e8d1df4b9689b32392348..063b3c1b058df6092e11c246e876a4482477c5b2 100644 (file)
@@ -20,15 +20,17 @@ public:
   TRANSLATOR_CLONE(Staff_performer);
   DECLARE_MY_RUNTIME_TYPEINFO;
 
-  Staff_performer();
-  ~Staff_performer();
+  Staff_performer ();
+  ~Staff_performer ();
 
-  String instrument_str();
+  String new_instrument_str ();
+  String instrument_str_;
 
 protected:
   virtual void play (Audio_element* p);
-  virtual void do_removal_processing();
-  virtual void do_creation_processing();
+  virtual void do_removal_processing ();
+  virtual void do_creation_processing ();
+  virtual void do_process_requests ();
 
 private:
   Audio_staff* audio_staff_p_;