lilypond-1.3.11
[lilypond.git] / hdr / voice-regs.hh
blob82070a704e352e2f7351930643752ef6ff43ddd5
1 /*
2 voice-regs.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 class Voice_registers : public Register_group_register {
18 public:
19 Voice *voice_l_;
20 /* *************** */
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