Returns a list of notes with equal duration and same middle C pitch.
Examples:
abjad> construct.run(4) [Note(c', 8), Note(c', 8), Note(c', 8), Note(c', 8)]
abjad> construct.run(4, (1, 16)) [Note(c', 16), Note(c', 16), Note(c', 16), Note(c', 16)]
construct.rests
construct.scale
Enter search terms or a module, class or function name.