X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-performer.cc;h=327a53c042d50f0eeecd804a398c673a9294cea1;hb=cb01be4028886109ecc4772234452965ce7dfb66;hp=32f94a632ed1356aaa48394432237f901ce9d28c;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/key-performer.cc b/lily/key-performer.cc index 32f94a632e..327a53c042 100644 --- a/lily/key-performer.cc +++ b/lily/key-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Jan Nieuwenhuizen + (c) 1997--2009 Jan Nieuwenhuizen */ #include "audio-item.hh" @@ -96,7 +96,15 @@ Key_performer::listen_key_change (Stream_event *ev) } ADD_TRANSLATOR (Key_performer, + /* doc */ "", + + /* create */ "", + + /* read */ "", - ""); + + /* write */ + "" + );