]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer-group-performer.hh
release: 1.3.145
[lilypond.git] / lily / include / performer-group-performer.hh
index 8c9c8aa8d865d479023cedcf8b4e92f18ccd69dc..2f05ae6604bc943c8eeae3e0ab77fd235c3c7c8c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   performer-group-performer.hh -- declare Performer_group_performer
 
-  (c) 1996,  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
                  Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -10,7 +10,6 @@
 
 #include "lily-proto.hh"
 #include "parray.hh"
-#include "plist.hh"
 #include "performer.hh"
 #include "translator-group.hh"
 
 
 class Performer_group_performer : public Performer, public virtual Translator_group {
 public:
-  TRANSLATOR_CLONE(Performer_group_performer);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS (Translator);
+
+  virtual void do_announces ();
+  virtual void announce_element (Audio_element_info);
+protected:
+  Array<Audio_element_info> announce_info_arr_;
+  void create_audio_elements ();
+
+private:
+  void acknowledge_audio_elements ();
 };
 
 #endif // PERFORMER_GROUP_PERFORMER_HH