construct.note_train

abjad.tools.construct.note_train(pitch, written_duration, total_duration, prolation=Rational(1, 1))
Generate a train of repeating notes, all of the same pitch, equal to total duration total_duration, each with written duration equal to written_duration, under prolation context equal to prolation. Fill any remaining duration at the end of the train with a series of notes with smaller written duration. Set prolation when constructing a note train within a nonbinary measure.

Previous topic

construct.leaves

Next topic

construct.notes

This Page