]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/voice-group-performer.hh
93f8ed0495c6723362237ceff36c167ac1025eed
[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 class Voice_performer_group_performer : public Performer_group_performer {
14
15 };
16
17 #if 0
18 class Voice_performer : 
19         public Performer_group_performer, public Interpreter 
20 {
21     
22 };
23 #endif
24
25 #endif // VOICE_GROUP_PERFORMER_HH