]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4487/1: Implement partial function calls
authorDavid Kastrup <dak@gnu.org>
Tue, 7 Jul 2015 19:44:59 +0000 (21:44 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 18 Jul 2015 04:42:12 +0000 (06:42 +0200)
commit61c40c765eea03bc1029b596a2d31ab70f26d82c
tree7e7dd4d73503d24f92454b74b71a8d76652bf498
parentf425931e9e7639e981fb77508f3d99072638c968
Issue 4487/1: Implement partial function calls

A partial function call acts as a function where the start of the
argument list has already been supplied.  For example:

makeRed = \tweak color #red \etc

Then one can use this as

{ c' \makeRed d' e'-\makeRed -. }
lily/include/lily-imports.hh
lily/lily-imports.cc
lily/lily-lexer.cc
lily/parser.yy
scm/ly-syntax-constructors.scm