From: fred Date: Wed, 27 Mar 2002 01:20:18 +0000 (+0000) Subject: lilypond-1.5.1 X-Git-Tag: release/1.5.59~606 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6e2ad9c877b4dea78308ea8ba9b926b28c3c7d99;p=lilypond.git lilypond-1.5.1 --- diff --git a/lily/include/simple-music-iterator.hh b/lily/include/simple-music-iterator.hh index d5f4683d9b..9f6348e00a 100644 --- a/lily/include/simple-music-iterator.hh +++ b/lily/include/simple-music-iterator.hh @@ -11,6 +11,11 @@ #include "music-iterator.hh" +/* + Iterator for atomic music objects: events are generated at the + beginning and at the end of the music. + + */ class Simple_music_iterator : public Music_iterator { protected: diff --git a/lily/simple-music-iterator.cc b/lily/simple-music-iterator.cc index 002f070009..6db86ee0d9 100644 --- a/lily/simple-music-iterator.cc +++ b/lily/simple-music-iterator.cc @@ -43,7 +43,10 @@ Simple_music_iterator::skip (Moment m) { /* docme??!! - */ + + uncommented because setting MUSIC_L_ = 0 causes core dumps with + grace notes. */ + // music_l_ = 0; last_processed_mom_ = m;