Re: Defining pitches in variables

2013-03-17 Thread David Kastrup
"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) ()

Defining pitches in variables

2013-03-17 Thread m...@mikesolomon.org
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 } #