]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-performer.hh
release: 1.1.1
[lilypond.git] / lily / include / lyric-performer.hh
index f03c4faaf0460ad39ac28d46c57460d258952514..df77b0f02878924915e46b214d9e526a9b3ec5ac 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Jan Nieuwenhuizen <jan@digicash.com>
+  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 
 #include "lily-proto.hh"
 #include "performer.hh"
-#include "varray.hh"
+#include "array.hh"
 
 class Lyric_performer : public Performer {
 public:
-    DECLARE_MY_RUNTIME_TYPEINFO;
-    Lyric_performer();
-    ~Lyric_performer();
+  TRANSLATOR_CLONE(Lyric_performer);
+  DECLARE_MY_RUNTIME_TYPEINFO;
 
 protected:
-    void do_print() const;
-    virtual bool do_try_request (Request* req_l);
-    virtual void process_requests();
+  void do_print() const;
+  virtual bool do_try_request (Request* req_l);
+  virtual void do_process_requests();
 
 private:
-    Array<Lyric_req*> lreq_arr_;
+  Array<Lyric_req*> lreq_arr_;
 };
 
 #endif // LYRIC_PERFOMER_HH