X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsimple-music-iterator.cc;h=c89f0f52be1d45b270016b12904ebcc11319a375;hb=4e6d37762f033a5d89afc0b0848ef42914f7318f;hp=b378711dfab56c1161a257ec761420167cdfe685;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/simple-music-iterator.cc b/lily/simple-music-iterator.cc index b378711dfa..c89f0f52be 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--2005 Han-Wen Nienhuys - - */ + + (c) 2000--2008 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;