* stepmake/stepmake/metafont-rules.make: backport 1.7 fixes.
[lilypond.git] / lily / time-scaled-music.cc
bloba46483a491c27d1b2b474abfd5c3924ef3e5e54e
1 /*
2 time-scaled-music.cc -- implement Time_scaled_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #include "time-scaled-music.hh"
11 #include "time-scaled-music-iterator.hh"
13 Time_scaled_music::Time_scaled_music (SCM l)
14 : Music_wrapper (l)
16 set_mus_property ("iterator-ctor",
17 Time_scaled_music_iterator::constructor_proc);
21 Time_scaled_music::Time_scaled_music ()
28 ADD_MUSIC (Time_scaled_music);