lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2607 in lilypond: Patch: Allow immediate Schem


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2607 in lilypond: Patch: Allow immediate Scheme expressions to take multiple values
Date: Mon, 18 Jun 2012 21:17:50 +0000


Comment #3 on issue 2607 by address@hidden: 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 ...




reply via email to

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