]> git.donarmstrong.com Git - lilypond.git/commitdiff
Thinko: always reset false_ release/2.10.9-1
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 16:27:33 +0000 (17:27 +0100)
lily/lyric-combine-music-iterator.cc

index bd679e633cecaf8da6336200138a73af76b68fcb..0ada4f60faa5f3f735b351446ffa086d121291e9 100644 (file)
@@ -275,7 +275,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;
@@ -289,6 +288,8 @@ Lyric_combine_music_iterator::process (Moment)
 
       music_found_ = true;
     }
+
+  busy_ = false;
 }
 
 void