]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element-info.cc
2003 -> 2004
[lilypond.git] / lily / audio-element-info.cc
index c38e482b205f303d55cb8f208b2f655572176480..9a079a1425a27213708654b4fc4b81c4fa691848 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element-info.hh"
@@ -13,14 +13,14 @@ Audio_element_info::Audio_element_info (Audio_element*s, Music *r)
 {
   elem_ = s;
   origin_trans_ =0;
-  req_ = r;
+  event_ = r;
 }
 
 
 Audio_element_info::Audio_element_info ()
 {
   elem_ = 0;
-  req_ = 0;
+  event_ = 0;
   origin_trans_ =0;
 }