]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-property-music-iterator.cc
* lily/include/music-iterator.hh (class Music_iterator): remove
[lilypond.git] / lily / output-property-music-iterator.cc
index a6e096d46e24e10e9c644ea8936b10e80d27d5b2..e8744e16b8b8ae681df38e042a7f5f3701d32203 100644 (file)
@@ -3,13 +3,20 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2003 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "input.hh"
 #include "music-list.hh"
 #include "output-property-music-iterator.hh"
 
+
+/*
+  Huh.
+
+  Why do we need this?
+  
+ */
 void
 Output_property_music_iterator::process (Moment m)
 {
@@ -17,11 +24,9 @@ Output_property_music_iterator::process (Moment m)
     {
       bool accepted = try_music (get_music ());
       if (!accepted)
-       get_music ()->origin ()->warning (_f ("Junking request: `%s'",
+       get_music ()->origin ()->warning (_f ("Junking event: `%s'",
                                          classname (get_music ())));
     }
-
-  skip (m);
 }
 
 IMPLEMENT_CTOR_CALLBACK (Output_property_music_iterator);