]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3780: Allow use of Scheme expressions as chord constituents
authorDavid Kastrup <dak@gnu.org>
Sun, 5 Jan 2014 17:48:41 +0000 (18:48 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 12 Jan 2014 09:19:26 +0000 (10:19 +0100)
That's actually rather desirable for using #{ ... #} in connection with the
make-relative macro.

lily/parser.yy

index ee499ac15c7db5b0cdedc1828bf02f6bc196d90d..27dab5852ec78873f84637b9353f36928a12fb5c 100644 (file)
@@ -2606,6 +2606,7 @@ chord_body_element:
 music_function_chord_body:
        music_function_call
        | MUSIC_IDENTIFIER
+       | embedded_scm
        ;
 
 event_function_event: