]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sequential-music-iterator.cc
patch::: 1.3.86.jcn3
[lilypond.git] / lily / sequential-music-iterator.cc
index 8e0ec23362e44c8031b5265bd5b891b188b3b015..ce71cc36e1bae7cfe9eafc34d0618876fbc1c463 100644 (file)
@@ -143,11 +143,12 @@ Sequential_music_iterator::next ()
 void
 Sequential_music_iterator::do_process (Moment until)
 {
+#if 1
   return;
-#if 0
+#else
   if (ok ())
     {
-      while (1) 
+      //      while (1) 
        {
          Moment local_until = until - here_mom_;
          while (iter_p_->ok ())