]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/performer-group-performer.hh
b8c03cccefa42f2fcf5c8d2a42db989e4e269820
[lilypond.git] / lily / include / performer-group-performer.hh
1 /*
2   performer-group-performer.hh -- declare Performer_group_performer
3
4   (c) 1996,  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5                  Jan Nieuwenhuizen <janneke@gnu.org>
6  */
7
8 #ifndef PERFORMER_GROUP_PERFORMER_HH
9 #define PERFORMER_GROUP_PERFORMER_HH
10
11 #include "lily-proto.hh"
12 #include "parray.hh"
13 #include "performer.hh"
14 #include "translator-group.hh"
15
16 /**
17   Group a number of performers. Usually delegates everything to its contents.
18 */
19
20 class Performer_group_performer : public Performer, public virtual Translator_group {
21 public:
22   VIRTUAL_COPY_CONS(Translator);
23   
24 };
25
26 #endif // PERFORMER_GROUP_PERFORMER_HH
27