New in version 2.0.
Make written_duration notes with pitch and multiplied_durations:
abjad> notetools.make_notes_with_multiplied_durations(0, Duration(1, 4), [(1, 2), (1, 3), (1, 4), (1, 5)])
[Note("c'4 * 2"), Note("c'4 * 4/3"), Note("c'4 * 1"), Note("c'4 * 4/5")]
Useful for making spatially positioned notes.
Return list of notes.