X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftime-signature-performer.cc;h=2401c2f77117e4cb655eee1ee6408936aab48750;hb=cd9e822d8daa2af3303f7e1a35e0852edb2282c7;hp=cef302c49caa8d27871cd26833523c5636519b28;hpb=6d37e68b8d93284b8ce8a17975fe3ac482a02f2d;p=lilypond.git diff --git a/lily/time-signature-performer.cc b/lily/time-signature-performer.cc index cef302c49c..2401c2f771 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--2007 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 */ + "" + );