From: David Kastrup Date: Sun, 5 Jan 2014 17:48:41 +0000 (+0100) Subject: Issue 3780: Allow use of Scheme expressions as chord constituents X-Git-Tag: release/2.19.1-1~20^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f6c2c45eef246a4a1fd9874c07edb6a30c70c4b;p=lilypond.git Issue 3780: Allow use of Scheme expressions as chord constituents That's actually rather desirable for using #{ ... #} in connection with the make-relative macro. --- diff --git a/lily/parser.yy b/lily/parser.yy index ee499ac15c..27dab5852e 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -2606,6 +2606,7 @@ chord_body_element: music_function_chord_body: music_function_call | MUSIC_IDENTIFIER + | embedded_scm ; event_function_event: