]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/time-scaled-music-iterator.hh
release: 1.3.107
[lilypond.git] / lily / include / time-scaled-music-iterator.hh
1 /*   
2   compressed-music-iterator.hh -- declare Time_scaled_music_iterator
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef Time_scaled_music_ITERATOR_HH
11 #define Time_scaled_music_ITERATOR_HH
12
13 #include "music-wrapper-iterator.hh"
14
15 class Time_scaled_music_iterator : public Music_wrapper_iterator
16 {
17 public:  
18   VIRTUAL_COPY_CONS (Music_iterator);
19   static SCM constructor_cxx_function; 
20   /* construction */
21 protected:
22   virtual void process (Moment);
23 };
24
25
26 #endif /* Time_scaled_music_ITERATOR_HH */
27