Closed SambaGodschynski closed 1 year ago
as a composer I want to be able to define phrases to make my music/ideas more context.
phrases can be absolute:
walkUp=c d e f g; -- '|' not allowed .... { >walkUp4 | }
or relative:
walkUp=I II III IV V; .... { /chord: "C-7"/ >walkUp4 | }
can be extend over one bar
>walkUp1~ | &4
can be annotated
"myPhrase"@>walkUp1~ | &4
implements also
as a composer I want to be able to define phrases to make my music/ideas more context.
phrases can be absolute:
or relative:
can be extend over one bar
can be annotated