interpolate.divide

abjad.tools.interpolate.divide(total, start_frac, stop_frac, exp='cosine')
Divide total into segments of sizes computed from interpolating between start_frac and stop_frac. Set exp=’cosine’ for cosine interpolation. This is the default. If set to a numeric value, the interpolation is exponential and exp is the exponent.

Previous topic

interpolate.cosine

Next topic

interpolate.exponential

This Page