lilypond-1.1.55
[lilypond.git] / lily / time-scaled-music.cc
blob16c38b34d5a7fcf153d4e95dd592b976c2b6b8aa
1 /*
2 time-scaled-music.cc -- implement Time_scaled_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--1999 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_));