]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
Fix developers resources links
[lilypond.git] / lily / tempo-performer.cc
index 19a453f01bbb8cf6240ec196c563320bec19e3c8..ac537891ef2c1a8b6bfecf2b2d37a87e7f267922 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2007 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;
 }
 
@@ -74,6 +75,5 @@ Tempo_performer::stop_translation_timestep ()
 }
 
 ADD_TRANSLATOR (Tempo_performer, "", "",
-               "",
                "tempoWholesPerMinute ",
                "");