X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftime-scaled-music.cc;h=2d70b02adc0cd0c7d8a805ec4eb3bff854af3069;hb=3e958aa906558831211e954cc2648666c85d39b7;hp=74559e404a882f6b3723e7b827531f02974cca2c;hpb=cda8fc1780778b760905c8832f7e984161218f20;p=lilypond.git diff --git a/lily/time-scaled-music.cc b/lily/time-scaled-music.cc index 74559e404a..2d70b02adc 100644 --- a/lily/time-scaled-music.cc +++ b/lily/time-scaled-music.cc @@ -3,24 +3,15 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2000 Han-Wen Nienhuys + (c) 1998--2004 Han-Wen Nienhuys */ #include "time-scaled-music.hh" #include "time-scaled-music-iterator.hh" -Time_scaled_music::Time_scaled_music (int n, int d,Music *mp) - : Music_wrapper (mp) +Time_scaled_music::Time_scaled_music () { - set_mus_property ("numerator", gh_int2scm (n)); - set_mus_property ("denominator", gh_int2scm (d)); - set_mus_property ("iterator-ctor", - Time_scaled_music_iterator::constructor_cxx_function); - compress (Moment (n,d)); } - - - - +ADD_MUSIC (Time_scaled_music);