X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftime-signature-performer.cc;h=740aca82d39ac9b36b67d32123728e2ec45943d7;hb=ba9d8e2f35cd29eefe9e7cca978cdd6f5d44e776;hp=cef302c49caa8d27871cd26833523c5636519b28;hpb=6d37e68b8d93284b8ce8a17975fe3ac482a02f2d;p=lilypond.git diff --git a/lily/time-signature-performer.cc b/lily/time-signature-performer.cc index cef302c49c..740aca82d3 100644 --- a/lily/time-signature-performer.cc +++ b/lily/time-signature-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Jan Nieuwenhuizen + (c) 1997--2009 Jan Nieuwenhuizen */ #include "audio-item.hh" @@ -70,4 +70,16 @@ Time_signature_performer::stop_translation_timestep () #include "translator.icc" -ADD_TRANSLATOR (Time_signature_performer, "", "", "", "", ""); +ADD_TRANSLATOR (Time_signature_performer, + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );