Jan-Peter Voigt writes:
> Hello Pedro,
>
> Am 04.12.18 um 04:28 schrieb Pedro Pessoa:
>> Hello!
>> I want a function that takes a string as arg an from that produces a valid
>> variable reference, as follows:
>>
>> %%% pseudo
>> Nabc={a1 d e f}
>> Nxyz={b1 e a d}
>>
>> fun=
>> #(define-music-f
Hello Pedro,
Am 04.12.18 um 04:28 schrieb Pedro Pessoa:
> Hello!
> I want a function that takes a string as arg an from that produces a valid
> variable reference, as follows:
>
> %%% pseudo
> Nabc={a1 d e f}
> Nxyz={b1 e a d}
>
> fun=
> #(define-music-function (x)(string?)
>#{
> <<
>
Hello!
I want a function that takes a string as arg an from that produces a valid
variable reference, as follows:
%%% pseudo
Nabc={a1 d e f}
Nxyz={b1 e a d}
fun=
#(define-music-function (x)(string?)
#{
<<
#(concat x "abc")
\\
#(concat x "xyz")
>>
#})
\fun "N