bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2033 in lilypond: Patch: This removes ly:export for real and separ


From: lilypond
Subject: Issue 2033 in lilypond: Patch: This removes ly:export for real and separates read/eval for Scheme expressions.
Date: Wed, 09 Nov 2011 19:36:48 +0000

Status: New
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 2033 by address@hidden: Patch: This removes ly:export for real and separates read/eval for Scheme expressions.
http://code.google.com/p/lilypond/issues/detail?id=2033

This removes ly:export for real and separates read/eval for Scheme expressions.

Patches are:


Separate read/eval for Scheme expressions.


Remove all traces of ly:export


Again, this is blocked on issue 2024 (naturally) and starts with the
state committed there.  And remember that issue 2024 is blocked by
VERSION bumping to 2.15.18 if you want to take this for a test ride.

Something like

zap=4


will now work properly since the Scheme expression is only evaluated
once it is consumed in the parser, not when it is read, lexed or
becoming the lookahead token.  In contrast,

zap=4
$(display zap)

fails just like it did previously, since it is evaluated in the lexer.

http://codereview.appspot.com/5370048




reply via email to

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