lilypond-1.3.65
[lilypond.git] / lily / time-scaled-music.cc
blob4aa1d037afec4b4714d95cdce8a83a957f7a5c5c
1 /*
2 time-scaled-music.cc -- implement Time_scaled_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #include "time-scaled-music.hh"
13 Time_scaled_music::Time_scaled_music (int n, int d,Music *mp)
14 : Music_wrapper (mp)
16 num_i_ = n;
17 den_i_ = d;
18 compress (Moment (num_i_,den_i_));