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.18.1-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=603e8ca7adf1fa51c4ec63337d63bb9e46dd5670;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 c46396135c..8a7f4675d4 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -2683,6 +2683,7 @@ chord_body_element: music_function_chord_body: music_function_call | MUSIC_IDENTIFIER + | embedded_scm ; // Event functions may only take closed arglists, otherwise it would