]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/voice-regs.hh
70735ff10f27697b7fb87487c2030fd2f7f540f9
[lilypond.git] / lily / include / voice-regs.hh
1 /*
2   voice-regs.hh -- declare Voice_registers
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef VOICEREGS_HH
11 #define VOICEREGS_HH
12
13 #include "register-group.hh"
14
15 class Voice_registers : public Register_group_register {
16
17 public:
18     Voice *voice_l_;
19     /* *************** */
20
21     NAME_MEMBERS(Voice_registers);
22     virtual bool acceptable_request_b(Request*);
23     virtual void acknowledge_element(Staff_elem_info info);
24     virtual bool try_request(Request*);
25     Voice_registers(Voice*);
26     virtual void do_print() const;
27 };
28
29
30 #endif // VOICEREGS_HH