Added arpeggios and cyclic zip operation
This commit is contained in:
9
examples/music21/music21_example_2.py
Normal file
9
examples/music21/music21_example_2.py
Normal file
@ -0,0 +1,9 @@
|
||||
from music21 import *
|
||||
from sardine import *
|
||||
from ziffers import *
|
||||
|
||||
parsed = zparse('1 2 qr e 124')
|
||||
s2 = to_music21(parsed,time="4/4")
|
||||
|
||||
s2.show()
|
||||
s2.show('midi')
|
||||
Reference in New Issue
Block a user