]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4800: Require path separators in assignments/overrides
authorDavid Kastrup <dak@gnu.org>
Sun, 13 Mar 2016 22:08:29 +0000 (23:08 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 22 Mar 2016 10:38:44 +0000 (11:38 +0100)
commit055e91829fca7b391fc309c374ba812843cf232a
tree761980636f8ad316f8b5711cc33ffafd27587077
parentc905e2e971b69290ccfe4eed9b1d1659381d5497
Issue 4800: Require path separators in assignments/overrides

Historical assignments/overrides like
Variable #'x #'y = 7
or
\override Glissando.bound-details #'left #'Y = #3
without dots between the various path components do not match the syntax of
\revert and music functions or other uses.  Disallow the non-separation
by '.' or ',' of such path components.
lily/parser.yy