trevorbaca / baca

Trevor Bača's Abjad library.
8 stars 3 forks source link

Teach sequences about fill-tokens #42

Open trevorbaca opened 4 years ago

trevorbaca commented 4 years ago

Allow for baca.sequence([4, fill(), 4]), baca.sequence([4, -fill(), 4]), baca.sequence([fill(), 4]), baca.sequence([4, fill()]), baca.sequence([-fill(), 4]), baca.sequence([4, -fill()]),baca.sequence([4, fill(), 4, fill(), 4])`, etc.

Possibly allowed for weighted fill-tokens in baca.sequence([4, fill(2), 4, fill(1), 4]), etc.