]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
Issue 4741: Allow Scheme functions to be called inside of markup
[lilypond.git] / 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);