]> git.donarmstrong.com Git - lilypond.git/commitdiff
(process): only process if moment >= 0.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Feb 2004 01:20:43 +0000 (01:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Feb 2004 01:20:43 +0000 (01:20 +0000)
lily/sequential-iterator.cc

index b7d733aa252b0cc655cf3eb273de1d1501372410..f1c8fee84d2ad306cc4f35aad2e7c875b57e78ed 100644 (file)
@@ -248,8 +248,8 @@ Sequential_iterator::process (Moment until)
       else
        {
          Moment w = until - here_mom_ + iter_->music_start_mom ();
-         if (w >= Moment (0)) 
-           iter_->process (w);
+         //      if (w >= Moment (0)) 
+         iter_->process (w);
        }
       
       /*