lilypond-0.0.40
[lilypond.git] / hdr / voicegroupregs.hh
blob649be8e6003d234c1fd2bea8774f7f67506664be
1 /*
2 voicegroupregs.hh -- declare
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef VOICEGROUPREGS_HH
11 #define VOICEGROUPREGS_HH
13 #include "registergroup.hh"
15 struct Voice_group_registers : Register_group {
16 String group_id_str_;
17 Complex_walker * walk_l_;
19 /* *************** */
20 void set_dir(int i);
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