]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3498: fatal error with toplevel-markup-identifier
authorDavid Kastrup <dak@gnu.org>
Wed, 14 Aug 2013 19:36:58 +0000 (21:36 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 21 Aug 2013 09:31:31 +0000 (11:31 +0200)
commit5a88dafe063be359933edd9a69c18907f5314a8d
tree9aa181c08a01e12e1e9510ca79bccccc6ba267d6
parentd0b51cc48c2d66efbd1cbdc682dd622e7a2a93f9
Issue 3498: fatal error with toplevel-markup-identifier

The reported problem

    mrkp = \markup { "x" }

    \mrkp

triggers an error because of markup requiring additional lookahead in
assignments.  This is fixed by sacrificing string addition, an arcane
and undocumented feature that has probably not been used in the last
decade or so.
lily/parser.yy