chordtools.arpeggiate

abjad.tools.chordtools.arpeggiate(chord)

Return a Python list of newly-instantiated Abjad Note instances derived from the pitches in chord.

  • chord must be an Abjad Chord instance.
  • note.duration.written == chord.duration.written for every note in result.
  • notes inherit neither articulations, overrides nor any of the other attributes of chord.

Previous topic

check.wf

Next topic

chordtools.cast_defective

This Page