]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simple-music-iterator.hh
release: 1.5.29
[lilypond.git] / lily / include / simple-music-iterator.hh
index d5f4683d9b2451ccfc741cdf4094e48b944009f5..c969a3ba953025997124644d2aa6e8704f79d9c9 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
  */
 
 #ifndef SIMPLE_MUSIC_ITERATOR_HH
 
 #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: