]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4487/2: Allow for chaining of several partial functions in a row
authorDavid Kastrup <dak@gnu.org>
Thu, 9 Jul 2015 12:54:14 +0000 (14:54 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 18 Jul 2015 04:42:12 +0000 (06:42 +0200)
commitb579529b5f3f89a5b8a17760bb199b0eacc671be
tree864182a7462d47d09d83f57148a883b9e0031784
parent61c40c765eea03bc1029b596a2d31ab70f26d82c
Issue 4487/2: Allow for chaining of several partial functions in a row

Chaining only works when all function calls except the last one have all
arguments supplied already, with their last argument being the rest of
the chained call.
input/regression/music-function-incomplete.ly [new file with mode: 0644]
lily/parser.yy
scm/ly-syntax-constructors.scm