]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-performer.cc
patch::: 1.3.95.tca2
[lilypond.git] / lily / score-performer.cc
index b69dcbe5b78f21702c7e29680b0ac115901aff3f..1908644904f4ba32ce95e0b1131f8eb54ac25a66 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996,  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1996--2000 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "score-performer.hh"
@@ -47,7 +47,7 @@ void
 Score_performer::announce_element (Audio_element_info info)
 {
   announce_info_arr_.push (info);
-  info.origin_trans_l_arr_.push (this);
+
 
   /*
     huh?
@@ -71,7 +71,7 @@ Score_performer::prepare (Moment m)
 void 
 Score_performer::process()
 {
-  process_requests();
+  process_music();
   do_announces ();
   pre_move_processing();
   check_removal();