]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/request-iterator.cc
release: 1.3.27
[lilypond.git] / lily / request-iterator.cc
index 94d5e90dcc1e7b8c146e2b3139cdae6bc57b93d5..6cefe8b5b5cf166e9c76199b34efa1640ef7fb86 100644 (file)
@@ -1,5 +1,5 @@
 /*   
-  request-iterator.cc --  implement 
+  request-iterator.cc --  implement Simple_music_iterator
   
   source file of the GNU LilyPond music typesetter
   
@@ -9,19 +9,15 @@
 #include "request-iterator.hh"
 #include "music.hh"
 
-Request_iterator::Request_iterator()
-{
-}
-
 
 void
-Request_iterator::do_process_and_next (Moment m)
+Simple_music_iterator::do_process_and_next (Moment m)
 {
   if (first_b_)
     {
       bool g= try_music (music_l_);
       if (!g)
-       music_l_->warning (_f ("Junking request: `%s'", classname(music_l_)));
+       music_l_->warning (_f ("Junking music: `%s'", classname(music_l_)));
 
       first_b_ = false;
     }