Re: using "\transpose" with variables

2007-09-05 Thread Mats Bengtsson
Roland Goretzki wrote: Hello list, hello Tomas, You wrote: Hi, I try to use \transpose with a variable as parameter like mykey = {d'} melody = \transpose c' \mykey \relative c' {... } what??s wrong? I get the message: syntax error, unexpected STRING, expecting NOTENAME_PIT

Re: using "\transpose" with variables

2007-09-05 Thread Roland Goretzki
Hello list, hello Tomas, You wrote: > Hi, > I try to use \transpose with a variable as parameter like > > mykey = {d'} > > melody = \transpose c' \mykey > \relative c' {... } > > what??s wrong? > > I get the message: > syntax error, unexpected STRING, expecting NOTENAME_PITCH or TO