X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftime-scaled-music-iterator.hh;h=f2b3d0bd180efb5a2a1a7c4a888f639b826985b3;hb=711cf44d0ab28f3159230c84d63c0b19199408b0;hp=227190875931a2ce66f640d2c9ee375934dc58ff;hpb=d765f3af45be51f15da55cf570a4b172200e1035;p=lilypond.git diff --git a/lily/include/time-scaled-music-iterator.hh b/lily/include/time-scaled-music-iterator.hh index 2271908759..f2b3d0bd18 100644 --- a/lily/include/time-scaled-music-iterator.hh +++ b/lily/include/time-scaled-music-iterator.hh @@ -1,27 +1,27 @@ -/* +/* compressed-music-iterator.hh -- declare Time_scaled_music_iterator - + source file of the GNU LilyPond music typesetter - - (c) 1998--2002 Han-Wen Nienhuys - - */ -#ifndef Time_scaled_music_ITERATOR_HH -#define Time_scaled_music_ITERATOR_HH + (c) 1998--2006 Han-Wen Nienhuys , + Erik Sandberg +*/ + +#ifndef TIME_SCALED_MUSIC_ITERATOR_HH +#define TIME_SCALED_MUSIC_ITERATOR_HH -#include "music-wrapper-iterator.hh" +#include "sequential-iterator.hh" -class Time_scaled_music_iterator : public Music_wrapper_iterator +class Time_scaled_music_iterator : public Sequential_iterator { -public: - VIRTUAL_COPY_CONS (Music_iterator); - DECLARE_SCHEME_CALLBACK(constructor, ()); +public: + DECLARE_SCHEME_CALLBACK (constructor, ()); /* construction */ + DECLARE_CLASSNAME(Time_scaled_music_iterator); + Time_scaled_music_iterator (); protected: - virtual void process (Moment); + virtual SCM get_music_list () const; +private: }; - -#endif /* Time_scaled_music_ITERATOR_HH */ - +#endif /* TIME_SCALED_MUSIC_ITERATOR_HH */