lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about eval-string


From: Malte Meyn
Subject: Re: Question about eval-string
Date: Sat, 2 Mar 2019 13:38:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2



Am 02.03.19 um 13:34 schrieb Aaron Hill:
%%%%
   $@(map eval-string '("voiceA" "voiceB"))
%%%%

That should work too, I think.

Wow, that’s cool! I think I have seen $@ in the past but I didn’t know what it does ;) That should be enclosed in << >> though for Paolo’s use case:

<<
  $@(map eval-string '("voiceA" "voiceB"))
>>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]