]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/voice-regs.hh
release: 0.0.39-1
[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 "registergroup.hh"
14
15 class Voice_registers : public Register_group_register {
16
17
18 public:
19     Voice *voice_l_;
20     /* *************** */
21
22     NAME_MEMBERS(Voice_registers);
23     virtual bool acceptable_request_b(Request*);
24     virtual void acknowledge_element(Staff_elem_info info);
25     virtual bool try_request(Request*);
26     Voice_registers(Voice*);
27     virtual void do_print() const;
28 };
29
30
31 #endif // VOICEREGS_HH