]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-item.cc
2003 -> 2004
[lilypond.git] / lily / audio-item.cc
index fc34cd457b3349503e2a082628cb8629a9eeddd7..d72adbcc7d9011031e3a73f3fd0244e7b2d85338 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-item.hh"
@@ -70,15 +70,15 @@ Audio_text::Audio_text (Audio_text::Type type, String text_string)
 
 Audio_tie::Audio_tie ()
 {
-  note_l_drul_[RIGHT] = 0;
-  note_l_drul_[LEFT] = 0;
+  note_drul_[RIGHT] = 0;
+  note_drul_[LEFT] = 0;
 }
 
 void
 Audio_tie::set_note (Direction d, Audio_note* note)
 {
-  assert (!note_l_drul_[d]);
-  note_l_drul_[d] = note;
+  assert (!note_drul_[d]);
+  note_drul_[d] = note;
   //set_bound (d, head);
 
   //  add_dependency (head);