]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer.hh
* lily/object-key-dumper-scheme.cc: new file.
[lilypond.git] / lily / include / performer.hh
index 9b5d24ef32ac86eed7dc2504f19188f13d8a0715..ddc2fe4995ecde70db5a0047b5dd9ce65c29031f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   performer.hh -- declare Performer
 
-  (c) 1996--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
                  Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -9,21 +9,18 @@
 #define PERFORMER_HH
 
 #include "audio-element-info.hh"
-#include "array.hh"
 #include "event.hh"
 #include "grob-info.hh"
 #include "translator.hh"
 
-/**
-  Convert a music definition into a audio representation.
-  A baseclass
- */
+/* Convert a music definition into a audio representation.
+   A baseclass.  */
 class Performer : public virtual Translator
 {
 public:
-  VIRTUAL_COPY_CONS (Translator);
+  VIRTUAL_COPY_CONSTRUCTOR (Translator, Performer);
   friend class Performer_group_performer;  
-  Performer_group_performer* get_daddy_perf () const;
+  Performer_group_performer* get_daddy_performer () const;
 
 protected:
   virtual void announce_element (Audio_element_info);
@@ -34,5 +31,5 @@ protected:
 };
 
 
-#endif // PERFORMER_HH
+#endif /* PERFORMER_HH */