X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fsimple-music-iterator.cc;h=ea9c26d2cd9e09cd9c5bf5455530fb06328c7408;hb=38d60c0c4e8c29beccd4acfd07aadf1cdea74097;hp=6db86ee0d9a59583333928f2146b16833e4846bf;hpb=747d350b2261b027c12eadb405595d6e7dc5d858;p=lilypond.git diff --git a/lily/simple-music-iterator.cc b/lily/simple-music-iterator.cc index 6db86ee0d9..ea9c26d2cd 100644 --- a/lily/simple-music-iterator.cc +++ b/lily/simple-music-iterator.cc @@ -29,6 +29,14 @@ Simple_music_iterator::ok ()const return last_processed_mom_ < music_length_mom (); } +/* + TODO: remove last_processed_mom_, and the complete shit. We should + only process a simple-music once, and that is at its start. + + Engravers can detect and request the end-moments to be processed as + well. + +*/ Moment Simple_music_iterator::pending_moment ()const {