From 603e8ca7adf1fa51c4ec63337d63bb9e46dd5670 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 5 Jan 2014 18:48:41 +0100 Subject: [PATCH] Issue 3780: Allow use of Scheme expressions as chord constituents That's actually rather desirable for using #{ ... #} in connection with the make-relative macro. --- lily/parser.yy | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5