]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
Run `make grand-replace'.
[lilypond.git] / lily / tempo-performer.cc
index 19a453f01bbb8cf6240ec196c563320bec19e3c8..557e03c1aa612817c297641c59c4f3996715305c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "performer.hh"
@@ -38,6 +38,7 @@ Tempo_performer::derived_mark () const
 
 Tempo_performer::Tempo_performer ()
 {
+  last_tempo_ = SCM_EOL;
   audio_ = 0;
 }
 
@@ -73,7 +74,16 @@ Tempo_performer::stop_translation_timestep ()
     }
 }
 
-ADD_TRANSLATOR (Tempo_performer, "", "",
+ADD_TRANSLATOR (Tempo_performer,
+               /* doc */
                "",
+
+               /* create */
+               "",
+
+               /* read */
                "tempoWholesPerMinute ",
-               "");
+
+               /* write */
+               ""
+               );