Comment #3 on issue 2607 by [email protected]: Patch: Allow immediate Scheme
expressions to take multiple values
http://code.google.com/p/lilypond/issues/detail?id=2607
Hm. While this is consistent, it might be more convenient to have $@ (and
#@ maybe?) in analog to ,@ the unquote-splicing operator. Otherwise, one
will see a lot of
$(apply values ...) which is not exactly straightforward.
And
{ < $@(map (lambda (i) (ly:make-pitch 0 i 0)) (iota 8)) > }
seems more readable than $(apply values (map ...