]> git.donarmstrong.com Git - lilypond.git/commitdiff
Thinko: always reset false_
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jan 2007 12:30:02 +0000 (13:30 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jan 2007 12:30:02 +0000 (13:30 +0100)
lily/lyric-combine-music-iterator.cc

index bb47a09f38187074555eea10ef2b05d9704b1296..88ef1d18e61388e789c0112271bd297cf036ea56 100644 (file)
@@ -274,7 +274,6 @@ Lyric_combine_music_iterator::process (Moment)
       && (start_new_syllable () || pending_grace_lyric_)
       && lyric_iter_->ok ())
     {
-      busy_ = false;
       if (music_context_->now_mom ().grace_part_)
        {
          pending_grace_lyric_ = true;
@@ -288,6 +287,8 @@ Lyric_combine_music_iterator::process (Moment)
 
       music_found_ = true;
     }
+
+  busy_ = false;
 }
 
 void