X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftime-signature-performer.hh;h=ef3d20bb27551a616209e0ed64c7de6d75967b35;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=b86e9b4a6a49f0e4e26fb58eec982acdc3fb6a44;hpb=8aad615ea7bb31f49a0c2afc21eea5ff5de20437;p=lilypond.git diff --git a/lily/include/time-signature-performer.hh b/lily/include/time-signature-performer.hh index b86e9b4a6a..ef3d20bb27 100644 --- a/lily/include/time-signature-performer.hh +++ b/lily/include/time-signature-performer.hh @@ -3,16 +3,17 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Jan Nieuwenhuizen + (c) 1997--2000 Jan Nieuwenhuizen */ -#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