]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/request-iterator.cc
patch::: 1.3.86.jcn1
[lilypond.git] / lily / request-iterator.cc
index 51c7604281988204c346c1a4f3a40354796abeea..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,25 +0,0 @@
-/*   
-  request-iterator.cc --  implement Simple_music_iterator
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-#include "request-iterator.hh"
-#include "music.hh"
-#include "input.hh"
-
-void
-Simple_music_iterator::do_process_and_next (Moment m)
-{
-  if (first_b_)
-    {
-      bool g= try_music (music_l_);
-      if (!g)
-       music_l_->origin ()->warning (_f ("Junking music: `%s'", classname(music_l_)));
-
-      first_b_ = false;
-    }
-  Music_iterator::do_process_and_next (m);
-}