X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftime-scaled-music-iterator.hh;h=3f9982a899835759cdb2895410ee107fcefd2e21;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=e124bf2d4266fba2d6fd10f82909f022a0d4f42f;hpb=0e0a18dbaa12275d0a07b76104243a15da821a15;p=lilypond.git diff --git a/lily/include/time-scaled-music-iterator.hh b/lily/include/time-scaled-music-iterator.hh index e124bf2d42..3f9982a899 100644 --- a/lily/include/time-scaled-music-iterator.hh +++ b/lily/include/time-scaled-music-iterator.hh @@ -1,26 +1,27 @@ -/* +/* compressed-music-iterator.hh -- declare Time_scaled_music_iterator - + source file of the GNU LilyPond music typesetter - - (c) 1998--2000 Han-Wen Nienhuys - - */ -#ifndef Time_scaled_music_ITERATOR_HH -#define Time_scaled_music_ITERATOR_HH + (c) 1998--2008 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); +public: + DECLARE_SCHEME_CALLBACK (constructor, ()); /* construction */ + DECLARE_CLASSNAME(Time_scaled_music_iterator); + Time_scaled_music_iterator (); protected: - virtual void do_process (Moment); + virtual SCM get_music_list () const; +private: }; - -#endif /* Time_scaled_music_ITERATOR_HH */ - +#endif /* TIME_SCALED_MUSIC_ITERATOR_HH */