X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer-group.cc;h=32c22d13dacb5a638d9fd0d93968c83e85f1bfe6;hb=375279298392a64be4f415b058fff88b3523540a;hp=6eb2b656c26f4716c4c8bb02b37def7e8faa5d65;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/performer-group.cc b/lily/performer-group.cc index 6eb2b656c2..32c22d13da 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--2007 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -14,10 +14,18 @@ #include "warn.hh" ADD_TRANSLATOR_GROUP (Performer_group, - /* doc */ "", - /* create */ "", - /* read */ "", - /* write */ ""); + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + ); void Performer_group::announce_element (Audio_element_info info)