From: David Kastrup Date: Tue, 12 Jan 2016 21:26:46 +0000 (+0100) Subject: Issue 4741: Allow Scheme functions to be called inside of markup X-Git-Tag: release/2.19.36-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f4466e43d9b85478f1d4b1d911d4b600743d595;p=lilypond.git Issue 4741: Allow Scheme functions to be called inside of markup --- 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);