]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer.cc
''
[lilypond.git] / lily / performer.cc
index f3d2a4eada509358ae1380882b17ef2f748daf2f..9f0e889ce7062655c2ad41e609307ec5df5320cf 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
                Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
@@ -18,9 +18,9 @@ Performer::play_element (Audio_element* p)
 }
 
 int
-Performer::get_tempo_i() const
+Performer::get_tempo_i () const
 {
-  return daddy_perf_l ()->get_tempo_i();
+  return daddy_perf_l ()->get_tempo_i ();
 }
 
 Performer_group_performer*
@@ -47,5 +47,5 @@ Performer::announce_element (Audio_element_info i)
 {
   if (!i.origin_trans_l_)
     i.origin_trans_l_= this;
-  daddy_perf_l()->announce_element (i);
+  daddy_perf_l ()->announce_element (i);
 }