]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer.cc
patch::: 0.1.1.jcn1: zachte pats
[lilypond.git] / lily / performer.cc
index 5e15fc53d6c97d737ba27f153212eaa36aa7dfa2..246fc603e219bf51e1fd4cbc8ced5076394be65f 100644 (file)
@@ -1,5 +1,7 @@
 /*
-  performer.cc -- declare Performer
+  performer.cc -- implement Performer
+
+  source file of the GNU LilyPond music typesetter
 
   (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
                  Jan Nieuwenhuizen <jan@digicash.com>
@@ -34,9 +36,15 @@ Performer::get_mom() const
 }
 
 void 
-Performer::play_event( Midi_item* l ) 
+Performer::play( Audio_item* p ) 
+{ 
+    daddy_perf_l_->play( p ); 
+}
+
+void 
+Performer::play( Midi_item* l ) 
 { 
-    daddy_perf_l_->play_event( l ); 
+    daddy_perf_l_->play( l ); 
 }
 
 int