]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4858: Let define-session-public place variables natively into parser
authorDavid Kastrup <dak@gnu.org>
Sun, 22 May 2016 11:54:40 +0000 (13:54 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 31 May 2016 19:50:18 +0000 (21:50 +0200)
commit5c2114fbd182303f4759f31aad6c662524a5d43e
tree0f95083be7cdfb2f4c77a292887e669afba07c51
parent1b6d6de94a26c3e8b75e1f78f6d0cfc9eec96a89
Issue 4858: Let define-session-public place variables natively into parser

Putting them as native variables in the parser module (rather than
using export/import) makes `set!' and `define' equivalent rather than
having `define' create a shadowing definition of the session variable.
That is important in order to avoid the values of the variable
diverging between parser module and `lily'.
scm/lily.scm