]> git.donarmstrong.com Git - lilypond.git/blob - hdr/voice-group-regs.hh
partial: 0.0.39-1.jcn
[lilypond.git] / hdr / voice-group-regs.hh
1 /*
2   voice-group-regs.hh -- declare Voice_group_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 VOICEGROUPREGS_HH
11 #define VOICEGROUPREGS_HH
12
13 #include "registergroup.hh"
14
15 struct Voice_group_registers  : Register_group_register {
16     String group_id_str_;
17     Array<Voice_registers*> voice_regs_l_;
18     
19     /* *************** */
20     
21     NAME_MEMBERS(Voice_group_registers);
22     static bool static_acceptable_request_b(Request*);
23     virtual void terminate_register(Request_register*);
24     virtual void do_print() const;
25     virtual void add(Request_register*);
26     Voice_group_registers(String id);
27     virtual bool try_request(Request*);
28 };
29 #endif // VOICEGROUPREGS_HH