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:57:52 +0000

Updates:
        Labels: -Patch-review Patch-new

Comment #4 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#c4

Allow immediate Scheme expressions to take multiple values

$xxx has been able to interpret 0-valued expressions (namely
SCM_UNSPECIFIED) so far by, well, not interpolating anything.

This change allows it to interpret multi-valued expressions by
returning multiple tokens, allowing things like

{ < $(apply values (map (lambda (i) (ly:make-pitch 0 i 0)) (iota 8))) > }

to work as intended, by creating a chord enclosing all 8 pitches.

http://codereview.appspot.com/6295098




reply via email to

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