]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-performer.hh
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / lily / include / score-performer.hh
index 32344aa3a9d701cc5e4a71909cfef607ca86f37b..929853bba0d59baffb51d1d69107c94b5bf5b693 100644 (file)
@@ -18,10 +18,11 @@ class Score_performer : public Performer_group
 {
 public:
   VIRTUAL_COPY_CONSTRUCTOR (Translator_group, Score_performer);
-  ~Score_performer ();
   Performance *performance_;
 
+  ~Score_performer ();
   Score_performer ();
+
 protected:
   DECLARE_LISTENER (finish);
   DECLARE_LISTENER (prepare);
@@ -32,8 +33,8 @@ protected:
   virtual void disconnect_from_context ();
   virtual void initialize ();
   virtual void announce_element (Audio_element_info);
-  virtual void play_element (Audio_element *p);
   virtual void derived_mark () const;
+  virtual void acknowledge_audio_elements ();
 private:
   void header (Midi_stream &);