lilypond-0.1.14
[lilypond.git] / hdr / voiceregs.hh
blobc9e809b61862ddd5509243d2ae0858208b49a7a5
1 /*
2 voiceregs.hh -- declare Voice_registers
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef VOICEREGS_HH
11 #define VOICEREGS_HH
13 #include "registergroup.hh"
15 struct Voice_registers : Register_group {
16 Voice *voice_l_;
18 /* *************** */
20 static bool acceptable_request_b(Request*);
21 virtual void acknowledge_element(Staff_elem_info info);
23 Voice_registers(Complex_walker*,Voice*);
27 #endif // VOICEREGS_HH