2 voice-regs.hh -- declare Voice_registers
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
13 #include "registergroup.hh"
15 class Voice_registers
: public Register_group_register
{
22 NAME_MEMBERS(Voice_registers
);
23 virtual bool acceptable_request_b(Request
*);
24 virtual void acknowledge_element(Staff_elem_info info
);
25 virtual bool try_request(Request
*);
26 Voice_registers(Voice
*);
27 virtual void do_print() const;
31 #endif // VOICEREGS_HH