]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-performer.cc
*** empty log message ***
[lilypond.git] / lily / time-signature-performer.cc
index 3988db8c23d85a45e2c49aff4b439e99173e3879..3b499d5ddd87c875b74bf6da684507ae7149a15c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "audio-item.hh"
@@ -48,7 +48,7 @@ Time_signature_performer::create_audio_elements ()
       int b = scm_to_int (scm_car (fr));
       int o = scm_to_int (scm_cdr (fr));
       
-      audio_ = new Audio_time_signature (b,o);
+      audio_ = new Audio_time_signature (b, o);
       Audio_element_info info (audio_, 0);
       announce_element (info);
 
@@ -65,4 +65,4 @@ Time_signature_performer::stop_translation_timestep ()
     }
 }
 
-ENTER_DESCRIPTION (Time_signature_performer,"","","","","","");
+ADD_TRANSLATOR (Time_signature_performer, "", "", "", "", "", "");