]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
ADD_TRANSLATOR: Formatting, fix typos, add some doc strings.
[lilypond.git] / lily / tempo-performer.cc
index ac537891ef2c1a8b6bfecf2b2d37a87e7f267922..d7975c5719accb301ad3d98f4fd4606520d68df9 100644 (file)
@@ -74,6 +74,16 @@ Tempo_performer::stop_translation_timestep ()
     }
 }
 
-ADD_TRANSLATOR (Tempo_performer, "", "",
+ADD_TRANSLATOR (Tempo_performer,
+               /* doc */
+               "",
+
+               /* create */
+               "",
+
+               /* read */
                "tempoWholesPerMinute ",
-               "");
+
+               /* write */
+               ""
+               );