New in version 1.1.
Repeat sequence to weight exactly:
abjad> from abjad.tools import sequencetools
abjad> sequencetools.repeat_sequence_to_weight_exactly((5, -5, -5), 23) (5, -5, -5, 5, -3)
Return newly constructed sequence object.
Enter search terms or a module, class or function name.