X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsimple-music-iterator.cc;h=05fcc293f4211d6c003f0f7387f5ad3f386df3ba;hb=39dbc0fafd835267b23c2ea4166046d19040f281;hp=1ab5b399c75d199dea0815654b177a936307ea7e;hpb=c659cb200486c2f908703696a1b2873e78c8160a;p=lilypond.git diff --git a/lily/simple-music-iterator.cc b/lily/simple-music-iterator.cc index 1ab5b399c7..05fcc293f4 100644 --- a/lily/simple-music-iterator.cc +++ b/lily/simple-music-iterator.cc @@ -1,11 +1,10 @@ -/* - simple-music-iterator.cc -- implement Simple_music_iterator - +/* + simple-music-iterator.cc -- implement Simple_music_iterator + source file of the GNU LilyPond music typesetter - - (c) 2000--2004 Han-Wen Nienhuys - - */ + + (c) 2000--2007 Han-Wen Nienhuys +*/ #include "simple-music-iterator.hh" @@ -30,7 +29,6 @@ Simple_music_iterator::ok ()const Engravers can detect and event the end-moments to be processed as well. - */ Moment Simple_music_iterator::pending_moment ()const @@ -41,13 +39,12 @@ Simple_music_iterator::pending_moment ()const return music_get_length (); } - void Simple_music_iterator::process (Moment m) { /* - don't do try_music (), since it would make the function useless for - base classes + don't do report_event (), since it would make the function useless for + base classes */ last_processed_mom_ = m;