measuretools.scale_contents_of_measures_in_expr

abjad.tools.measuretools.scale_contents_of_measures_in_expr.scale_contents_of_measures_in_expr(expr, multiplier=1)[source]

New in version 2.0.

Scale contents of measures in expr by multiplier.

Iterate expr. For every measure in expr first multiply the measure meter by multiplier and then scale measure contents to fit the new meter.

Extend containertools.scale_contents_of_container().

Return none.

This Page