X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer-group.cc;h=1f9e9aee12f0117a3808cb9ef66d7e17f195afd0;hb=51ad7969211cfd9076eb2be43e17145cb3f7e527;hp=d1696dac748317318eff66cef0731852ad1dd8d0;hpb=6d37e68b8d93284b8ce8a17975fe3ac482a02f2d;p=lilypond.git diff --git a/lily/performer-group.cc b/lily/performer-group.cc index d1696dac74..1f9e9aee12 100644 --- a/lily/performer-group.cc +++ b/lily/performer-group.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2006 Han-Wen Nienhuys + (c) 1996--2009 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -14,11 +14,18 @@ #include "warn.hh" ADD_TRANSLATOR_GROUP (Performer_group, - /* doc */ "", - /* create */ "", - /* accept */ "", - /* read */ "", - /* write */ ""); + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + ); void Performer_group::announce_element (Audio_element_info info)