sequencetools.repeat_sequence_to_weight_at_least

abjad.tools.sequencetools.repeat_sequence_to_weight_at_least.repeat_sequence_to_weight_at_least(sequence, weight)[source]

New in version 1.1.

Repeat sequence to weight at least:

abjad> from abjad.tools import sequencetools
abjad> sequencetools.repeat_sequence_to_weight_at_least((5, -5, -5), 23)
(5, -5, -5, 5, -5)

Return newly constructed sequence object.

This Page