From: David Kastrup Date: Fri, 28 Oct 2011 09:26:15 +0000 (+0200) Subject: parser.yy: Allow full_markup_list into scalars X-Git-Tag: release/2.15.17-1~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cba1758628efb3f007f24afd80937dc6e1a8fb50;p=lilypond.git parser.yy: Allow full_markup_list into scalars --- diff --git a/lily/parser.yy b/lily/parser.yy index 9b2f2683e7..0adb95c2f5 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -1660,6 +1660,10 @@ scalar_bare: | full_markup { $$ = $1; } + | full_markup_list + { + $$ = $1; + } ; scalar: