]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-performer.hh
patch::: 1.3.108.jcn5
[lilypond.git] / lily / include / key-performer.hh
index b89dbb8b425fd3357ab6969c2d0c12426edc41fe..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,33 +0,0 @@
-/*
-  key-performer.hh -- declare Key_performer
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
-*/
-
-#ifndef KEY_PERFOMER_HH
-#define KEY_PERFOMER_HH
-
-#include "lily-proto.hh"
-#include "performer.hh"
-
-class Key_performer : public Performer
-{
-public:
-  VIRTUAL_COPY_CONS(Translator);
-  
-  Key_performer();
-  ~Key_performer();
-
-protected:
-  virtual bool do_try_music (Music* req_l);
-  void deprecated_process_music ();
-  virtual void do_pre_move_processing ();
-
-private:
-  Key_change_req* key_req_l_;
-  Audio_key* audio_p_;
-};
-
-#endif // KEY_PERFOMER_HH