]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/voice-group-performer.hh
patch::: 0.0.74pre.jcn1: pats
[lilypond.git] / lily / include / voice-group-performer.hh
1 /*
2   voice-group-performer.hh -- declare Voice_group_performer
3
4   (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5                  Jan Nieuwenhuizen <jan@digicash.com>
6  */
7
8 #ifndef VOICE_GROUP_PERFORMER_HH
9 #define VOICE_GROUP_PERFORMER_HH
10
11 #include "performer-group-performer.hh"
12
13 #if 0
14 class Voice_performer_group_performer : public Performer_group_performer {
15 public:
16     Voice_performer_
17
18 };
19
20 #endif
21
22 class Voice_group_performer : public Performer_group_performer {
23 public:
24     NAME_MEMBERS();
25
26     Voice_group_performer();
27     ~Voice_group_performer();
28
29 private:
30 };
31
32
33 #if 0
34 class Voice_performer : 
35         public Performer_group_performer, public Interpreter 
36 {
37     
38 };
39 #endif
40
41 #endif // VOICE_GROUP_PERFORMER_HH