From 6f4466e43d9b85478f1d4b1d911d4b600743d595 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 12 Jan 2016 22:26:46 +0100 Subject: [PATCH] Issue 4741: Allow Scheme functions to be called inside of markup --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index c60c6ed64c..f09b437fa3 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -3693,7 +3693,7 @@ markup_top: ; markup_scm: - embedded_scm_bare + embedded_scm { if (Text_interface::is_markup ($1)) MYBACKUP (MARKUP_IDENTIFIER, $1, @1); -- 2.39.2