"m...@mikesolomon.org" writes:
> I am writing a percussion part that shadows a vocal part one-on-one
> and I'd like to do something like:
>
> vocal = #(define-music-function (parser location) ()
> #{
> foo = { a' }
> bar = { a'' }
> #})
>
> percu = #(define-music-function (parser location) ()
Hey all,
I am writing a percussion part that shadows a vocal part one-on-one and I'd
like to do something like:
vocal = #(define-music-function (parser location) ()
#{
foo = { a' }
bar = { a'' }
#})
percu = #(define-music-function (parser location) ()
#{
foo = { snare }
bar = { tomh }
#