construct.notes_curve

abjad.tools.construct.notes_curve(pitches, total, start, stop, exp='cosine', written=Rational(1, 8))
Returns a train of notes with ‘continuously’ changing effective durations given as the written duration argument times the computed interpolated multipliers. The default written duration is 1/8 note. The durations are interpolated from start duration argument to stop duration argument. The function returns as many interpolation values as necessary to fill the total duration requested. The pitches of the notes are set cyclically from the pitches list.

Previous topic

construct.notes

Next topic

construct.percussion_note

This Page