measuretools.tupletize

abjad.tools.measuretools.tupletize(expr, supplement=None)

Tupletize the contents of every measure in expr. When supplement is not None, extend newly created FixedDurationTuplet by copy of supplement.

Use primarily during rhythmic construction.

Note that supplement should be a Python list of notes, rests, chords, tuplets or whatever.

Previous topic

measuretools.subsume

Next topic

metertools.extract_meter_list

This Page