]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-performer.hh
release: 0.1.61
[lilypond.git] / lily / include / key-performer.hh
index 6b1cba48f8b2b9c8104ae8ef1c87e96004d34ad6..f76b9e11fde996e2408fdfd8c72f39a6f61e879b 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 <jan@digicash.com>
 */
 
 #ifndef KEY_PERFOMER_HH
 
 class Key_performer : public Performer {
 public:
-    DECLARE_MY_RUNTIME_TYPEINFO;
-    Key_performer();
-    ~Key_performer();
+  TRANSLATOR_CLONE(Key_performer);
+  DECLARE_MY_RUNTIME_TYPEINFO;
+  Key_performer();
+  ~Key_performer();
 
 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:
-    Key_change_req* key_req_l_;
+  Key_change_req* key_req_l_;
 };
 
 #endif // KEY_PERFOMER_HH