]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4797: Let the parser interpret alist variables
authorDavid Kastrup <dak@gnu.org>
Mon, 7 Mar 2016 21:32:02 +0000 (22:32 +0100)
committerDavid Kastrup <dak@gnu.org>
Sat, 19 Mar 2016 13:20:03 +0000 (14:20 +0100)
commit9b6b2ba6b5b2950decb6810cee54a73a7f5340b3
tree371c42d3f9de105c288c9df3c48e9f265b8a96bb
parentec7f5aca60d3df0c22a51bd0c5b0274e0e5994f3
Issue 4797: Let the parser interpret alist variables

After

x.y = { c d e f }

this allows using

\x.y

instead of #(assoc-ref x 'y) in most places where the latter would work.
lily/parser.yy