Linear interpolate y1 and y2 with mu normalized [0, 1]:
abjad> from abjad.tools import mathtools
abjad> mathtools.interpolate_linear(0, 1, 0.5)
0.5
Return float.
Changed in version 2.0: renamed interpolate.linear() to mathtools.interpolate_linear().