]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-column.cc
2003 -> 2004
[lilypond.git] / lily / audio-column.cc
index 15050f57ee6a799e99b8d0c3d03763f514969d9a..fb33b85fbd14fc9055534dd978eaf79ee10c03ad 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "audio-column.hh"
 Audio_column::Audio_column (Moment at_mom)
 {
   at_mom_ = at_mom;
-  performance_l_ = 0;
+  performance_ = 0;
 }
 
 void
 Audio_column::add_audio_item (Audio_item* l)
 {
-  audio_item_l_arr_.push (l);
-  l->audio_column_l_ = this; 
+  audio_items_.push (l);
+  l->audio_column_ = this; 
 }
 
 Moment