]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature-performer.hh
release: 1.3.93
[lilypond.git] / lily / include / time-signature-performer.hh
index b86e9b4a6a49f0e4e26fb58eec982acdc3fb6a44..ef3d20bb27551a616209e0ed64c7de6d75967b35 100644 (file)
@@ -3,16 +3,17 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#ifndef METER_PERFOMER_HH
-#define METER_PERFOMER_HH
+#ifndef TIME_SIGNATURE_PERFORMER_HH
+#define TIME_SIGNATURE_PERFORMER_HH
 
 #include "lily-proto.hh"
 #include "performer.hh"
 
-class Time_signature_performer : public Performer {
+class Time_signature_performer : public Performer
+{
 public:
   VIRTUAL_COPY_CONS(Translator);
   
@@ -20,12 +21,14 @@ public:
   ~Time_signature_performer();
 
 protected:
-  void do_print() const;
+
   virtual bool do_try_music (Music* req_l);
-  virtual void do_process_requests();
+  virtual void do_process_music();
+  virtual void do_pre_move_processing ();
 
 private:
   Time_signature_change_req* time_signature_req_l_;
+  Audio_time_signature* audio_p_;
 };
 
-#endif // METER_PERFOMER_HH
+#endif // TIME_SIGNATURE_PERFORMER_HH