]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-scaled-music-iterator.cc
* input/regression/beam-quant-standard.ly: reindent, set
[lilypond.git] / lily / time-scaled-music-iterator.cc
index 1111b68742b717bed279291ec7eb01eb50b9cdb1..06a4f7ab1bec75d73209cdfe017847e12a5ca0c5 100644 (file)
@@ -1,17 +1,14 @@
-/*   
+/*
   time-scaled-music-iterator.cc -- implement Time_scaled_music_iterator
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
 
-#include "time-scaled-music-iterator.hh"
+  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 
-#include "time-scaled-music.hh"
-#include "event.hh"
+#include "time-scaled-music-iterator.hh"
 #include "context.hh"
+#include "input.hh"
 
 void
 Time_scaled_music_iterator::process (Moment m)
@@ -27,5 +24,5 @@ Time_scaled_music_iterator::process (Moment m)
 
   Music_wrapper_iterator::process (m);
 }
+
 IMPLEMENT_CTOR_CALLBACK (Time_scaled_music_iterator);