X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fsimple-music-iterator.cc;h=9f62d373fc6049e1ec17ddacc324fbb906a60462;hb=f4c0b9541aceba91c49b08207e7fa9a1adb0d2c7;hp=0ce6b1feb1ae6576fe4900c34ffeec55728c106b;hpb=634ad74db688a5305f001917453c5cd15305c539;p=lilypond.git diff --git a/lily/simple-music-iterator.cc b/lily/simple-music-iterator.cc index 0ce6b1feb1..9f62d373fc 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 - + source file of the GNU LilyPond music typesetter - + (c) 2000--2005 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 try_music (), since it would make the function useless for + base classes */ last_processed_mom_ = m;