]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.1
authorfred <fred>
Wed, 27 Mar 2002 01:20:18 +0000 (01:20 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:20:18 +0000 (01:20 +0000)
lily/include/simple-music-iterator.hh
lily/simple-music-iterator.cc

index d5f4683d9b2451ccfc741cdf4094e48b944009f5..9f6348e00a28e5d2771e6306cb8b5acf2dcbf3fb 100644 (file)
 
 #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:
index 002f070009baf856273bc00c32c5b19ffb4f2fe7..6db86ee0d9a59583333928f2146b16833e4846bf 100644 (file)
@@ -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;