2 moment.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
12 /// full info on where we are
13 struct Time_description
{
16 /// if true, no bars needed, no reduction of whole_in_measure
19 /// current measure info
20 Moment whole_per_measure_
;
23 Moment whole_in_measure_
;
25 /// how long is one beat?
32 void set_cadenza(bool);
38 void setpartial(Moment p
);
40 void set_meter(int,int);
41 static int compare (Time_description
&, Time_description
&);
47 instantiate_compare(Time_description
&,Time_description::compare
);
49 #endif // Time_description_HH