]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / tempo-performer.cc
index 34864274c48c044df84e2667939e0ece00270ec1..5387d49a3a4ca6233e997b2d1529fd3b020a1224 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "performer.hh"
@@ -74,6 +74,16 @@ Tempo_performer::stop_translation_timestep ()
     }
 }
 
-ADD_TRANSLATOR (Tempo_performer, "", "",
+ADD_TRANSLATOR (Tempo_performer,
+               /* doc */
+               "",
+
+               /* create */
+               "",
+
+               /* read */
                "tempoWholesPerMinute ",
-               "");
+
+               /* write */
+               ""
+               );