]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-music-iterator.cc
Run `make grand-replace'.
[lilypond.git] / lily / simple-music-iterator.cc
index b378711dfab56c1161a257ec761420167cdfe685..c89f0f52be1d45b270016b12904ebcc11319a375 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-  simple-music-iterator.cc --  implement Simple_music_iterator
-  
+/*
+  simple-music-iterator.cc -- implement Simple_music_iterator
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #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 report_event (), since it would make the function useless for
+    base classes
   */
 
   last_processed_mom_ = m;