]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/voice-gravs.hh
release: 0.0.72pre
[lilypond.git] / lily / include / voice-gravs.hh
1 /*
2   voice-gravs.hh -- declare Voice_engravers
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 VOICEGRAVS_HH
11 #define VOICEGRAVS_HH
12
13 #include "engraver-group.hh"
14 #include "interpreter.hh"
15
16 class Voice_engravers : public Interpreter, public Engraver_group_engraver {
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 // VOICEGRAVS_HH