New in version 2.0.
Scale measure by multiplier and adjust meter:
abjad> t = Measure((3, 8), "c'8 d'8 e'8")
abjad> measuretools.scale_measure_by_multiplier_and_adjust_meter(t, Duration(2, 3))
Measure(3/12, [c'8, d'8, e'8])
abjad> f(t)
{
\time 3/12
\scaleDurations #'(2 . 3) {
c'8
d'8
e'8
}
}
Return measure.