]> git.donarmstrong.com Git - lilypond.git/blob - hdr/voiceregs.hh
release: 0.0.35
[lilypond.git] / hdr / voiceregs.hh
1 /*
2   voiceregs.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 struct Voice_registers : Register_group {
16     Voice *voice_l_;
17
18     /* *************** */
19
20     static bool acceptable_request_b(Request*);
21     virtual void acknowledge_element(Staff_elem_info info);
22
23     Voice_registers(Complex_walker*,Voice*);
24 };
25
26
27 #endif // VOICEREGS_HH