2 request-iterator.cc -- implement Simple_music_iterator
4 source file of the GNU LilyPond music typesetter
6 (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9 #include "request-iterator.hh"
14 Simple_music_iterator::do_process_and_next (Moment m
)
18 bool g
= try_music (music_l_
);
20 music_l_
->origin ()->warning (_f ("Junking music: `%s'", classname(music_l_
)));
24 Music_iterator::do_process_and_next (m
);