]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/time-scaled-music.hh
* gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
[lilypond.git] / lily / include / time-scaled-music.hh
1 /*   
2   time-scaled-music.hh -- declare Time_scaled_music
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef TIME_SCALED_MUSIC_HH
11 #define TIME_SCALED_MUSIC_HH
12
13 #include "music-wrapper.hh"
14 /**
15    Tempo expansion or compression.
16  */
17 class Time_scaled_music : public Music_wrapper
18 {
19 public:
20   Time_scaled_music ();
21   Time_scaled_music (SCM);
22   VIRTUAL_COPY_CONSTRUCTOR (Music, Time_scaled_music);
23 };
24
25 #endif /* TIME_SCALED_MUSIC_HH */
26