2 compressed-music.hh -- declare Time_scaled_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef Time_scaled_music_HH
11 #define Time_scaled_music_HH
13 #include "music-wrapper.hh"
15 Tempo expansion or compression.
17 class Time_scaled_music : public Music_wrapper
23 Time_scaled_music (int, int, Music *);
25 VIRTUAL_COPY_CONS(Music);
28 #endif /* Time_scaled_music_HH */