9 // depreciated, see struct Duration*
11 wholes(int dur
, int dots
)
16 Moment f
= Rational(1)/Moment(dur
);
38 return log(x
) /log(2.0);
42 itemlist_width(const Array
<Item
*> &its
)
47 for (int j
=0; j
< its
.size(); j
++){
48 iv
.unite (its
[j
]->width());