]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-item.cc
* flower/include/offset.hh (class Offset): new operator /=
[lilypond.git] / lily / audio-item.cc
index 21d867a4a9c5737f98857b297393d378a4f5bedb..3774f732e9fa964e8cf9b3738bcd33b1f5b21cf6 100644 (file)
@@ -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;