X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore-performer.hh;h=55f31b11231b73546dd9aef65bbcc7f68ded45bc;hb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;hp=32344aa3a9d701cc5e4a71909cfef607ca86f37b;hpb=b053638dac19bed7f8d2f8b8b0231b3611c17fde;p=lilypond.git diff --git a/lily/include/score-performer.hh b/lily/include/score-performer.hh index 32344aa3a9..55f31b1123 100644 --- a/lily/include/score-performer.hh +++ b/lily/include/score-performer.hh @@ -1,7 +1,7 @@ /* score-performer.hh -- declare Score_performer - (c) 1996--2006 Han-Wen Nienhuys + (c) 1996--2008 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -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 &);