]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/meter-reg.hh
release: 0.0.39-1
[lilypond.git] / lily / include / meter-reg.hh
1 /*
2   meter-reg.hh -- declare  Meter_register
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef METERREG_HH
11 #define METERREG_HH
12 #include "register.hh"
13
14 /**
15   generate meters. 
16   */
17 class Meter_register : public Request_register {
18 public:
19     Meter_change_req * meter_req_l_;
20     Meter * meter_p_;
21  
22     virtual bool try_request(Request *req_l);
23     virtual void process_requests();
24     virtual void pre_move_processing();
25     virtual void post_move_processing();
26     Meter_register();
27     NAME_MEMBERS(Meter_register);
28 };
29 #endif // METERREG_HH