]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-performer.hh
release: 1.1.1
[lilypond.git] / lily / include / lyric-performer.hh
index 29a5f92390160778e235800a20f1dd40dde73cd0..df77b0f02878924915e46b214d9e526a9b3ec5ac 100644 (file)
 class Lyric_performer : public Performer {
 public:
   TRANSLATOR_CLONE(Lyric_performer);
-    DECLARE_MY_RUNTIME_TYPEINFO;
-    Lyric_performer();
-    ~Lyric_performer();
+  DECLARE_MY_RUNTIME_TYPEINFO;
 
 protected:
-    void do_print() const;
-    virtual bool do_try_request (Request* req_l);
-    virtual void do_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