]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/voice-regs.hh
release: 0.0.70pre
[lilypond.git] / lily / include / voice-regs.hh
1 /*
2   voice-regs.hh -- declare Voice_registers
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef VOICEREGS_HH
11 #define VOICEREGS_HH
12
13 #include "register-group.hh"
14 #include "interpreter.hh"
15
16 class Voice_registers : public Interpreter, public Register_group_register {
17 public:
18     NAME_MEMBERS();
19
20 protected:
21     virtual bool interpret_request_b(Request*);
22     virtual Interpreter* interpreter_l() { return this; }
23 };
24
25
26 #endif // VOICEREGS_HH