2 voicegroupregs.hh -- declare
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #ifndef VOICEGROUPREGS_HH
11 #define VOICEGROUPREGS_HH
13 #include "registergroup.hh"
15 struct Voice_group_registers
: Register_group
{
17 Complex_walker
* walk_l_
;
21 static bool acceptable_request_b(Request
*);
23 void acknowledge_element(Staff_elem_info info
);
24 Voice_group_registers(Complex_walker
*, String id
= "");
25 bool try_request(Request
*);
27 #endif // VOICEGROUPREGS_HH