]> git.donarmstrong.com Git - lilypond.git/blob - lily/performer-group-performer.cc
release: 1.0.1
[lilypond.git] / lily / performer-group-performer.cc
1 /*
2   performer-group-performer.cc -- implement Performer_group_performer
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1996,  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7                Jan Nieuwenhuizen <janneke@gnu.org>
8  */
9
10 #include "performer-group-performer.hh"
11
12 #include "debug.hh"
13
14 IMPLEMENT_IS_TYPE_B2(Performer_group_performer,Performer, Translator_group);
15 ADD_THIS_TRANSLATOR(Performer_group_performer);
16