lilypond-1.3.122
[lilypond.git] / lily / voice-group-performer.cc
blobfa3393347b003e3be8756406996e71d7b6265bf8
1 /*
2 voice-group-performer.cc -- implement Voice_group_performer
4 (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 Jan Nieuwenhuizen <jan@digicash.com>
6 */
9 #include "voice-group-performer.hh"
10 #include "translator.hh"
11 #include "input-translator.hh"
12 #include "debug.hh"
14 //IMPLEMENT_IS_TYPE_B2(Voice_group_performer,Performer, Translator);
15 IMPLEMENT_IS_TYPE_B1(Voice_group_performer,Performer_group_performer);
17 ADD_THIS_PERFORMER(Voice_group_performer);
19 Voice_group_performer::Voice_group_performer()
23 Voice_group_performer::~Voice_group_performer()