X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftime-scaled-music-iterator.hh;h=3f9982a899835759cdb2895410ee107fcefd2e21;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=5d0224861d32b8449f085857dae94f74a6a09872;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/time-scaled-music-iterator.hh b/lily/include/time-scaled-music-iterator.hh index 5d0224861d..3f9982a899 100644 --- a/lily/include/time-scaled-music-iterator.hh +++ b/lily/include/time-scaled-music-iterator.hh @@ -3,22 +3,25 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2005 Han-Wen Nienhuys + (c) 1998--2008 Han-Wen Nienhuys , + Erik Sandberg */ -#ifndef Time_scaled_music_ITERATOR_HH -#define Time_scaled_music_ITERATOR_HH +#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: 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 */