]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-item.cc
(spelling) change "excentricity" to "eccentricity".
[lilypond.git] / lily / audio-item.cc
index cd1606114781dc12b3f9947a23533b4d112a1159..3774f732e9fa964e8cf9b3738bcd33b1f5b21cf6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "audio-item.hh"
@@ -30,17 +30,16 @@ Audio_note::Audio_note (Pitch p, Moment m, int transposing_i)
 }
 
 void
-Audio_note::tie_to (Audio_notet)
+Audio_note::tie_to (Audio_note *t)
 {
   tied_ = t;
-  Audio_notefirst = t;
+  Audio_note *first = t;
   while (first->tied_)
     first = first->tied_;
   first->length_mom_ += length_mom_;
   length_mom_ = 0;
 }
 
-                   
 Audio_key::Audio_key (int acc, bool major)
 {
   accidentals_ = acc;