measuretools.overdraw

abjad.tools.measuretools.overdraw(expr, source_count=1, total_reps=2)

Input parameters:

source_count gives the number of measures to copy. total_reps gives the number of times source_count should repeat.

Iterate expr. Copy the first source_count measures as ‘source’. ‘Draw’, or paste, source ‘over’ the following measures in expr a total of total_reps times.

Return a Python list of multiplied source measures.

Example:

Previous topic

measuretools.make_underfull_spacer_skip

Next topic

measuretools.overwrite_contents

This Page