]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4741: Allow Scheme functions to be called inside of markup
authorDavid Kastrup <dak@gnu.org>
Tue, 12 Jan 2016 21:26:46 +0000 (22:26 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 27 Jan 2016 19:50:39 +0000 (20:50 +0100)
lily/parser.yy

index c60c6ed64c1157fa00e516efdcd98b8cb9e9eb0b..f09b437fa3a5b43709b033f7bbea22357f2e737b 100644 (file)
@@ -3693,7 +3693,7 @@ markup_top:
        ;
 
 markup_scm:
-       embedded_scm_bare
+       embedded_scm
        {
                if (Text_interface::is_markup ($1))
                        MYBACKUP (MARKUP_IDENTIFIER, $1, @1);