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