lilypond-0.1.33
[lilypond.git] / hdr / meterreg.hh
blobf14e2ecb9e2c67a76520f5fa6d2be8011a8907a8
1 /*
2 meterreg.hh -- declare Meter_register
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef METERREG_HH
11 #define METERREG_HH
12 #include "register.hh"
14 /**
15 generate meters.
17 class Meter_register : public Request_register {
18 public:
19 Meter_change_req * meter_req_l_;
20 Meter * meter_p_;
22 virtual bool try_request(Request *req_l);
23 virtual void process_request();
24 virtual void do_pre_move_process();
25 virtual void do_post_move_process();
26 Meter_register(Complex_walker*);
28 #endif // METERREG_HH