lilypond-0.1.59
[lilypond.git] / lily / performer-group-performer.cc
blob525b6202fcec0583147eb23c755d8d42bbc70018
1 /*
2 performer-group-performer.cc -- implement Performer_group_performer
4 source file of the GNU LilyPond music typesetter
6 (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 Jan Nieuwenhuizen <jan@digicash.com>
8 */
10 #include "performer-group-performer.hh"
12 #include "debug.hh"
14 IMPLEMENT_IS_TYPE_B2(Performer_group_performer,Performer, Translator_group);
15 ADD_THIS_TRANSLATOR(Performer_group_performer);