]> git.donarmstrong.com Git - lilypond.git/blob - lily/performer-group-performer.cc
release: 0.1.13
[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 Han-Wen Nienhuys <hanwen@stack.nl>
7                Jan Nieuwenhuizen <jan@digicash.com>
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