]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3748: Allow assignments with property paths to use x.y.z = value syntax
authorDavid Kastrup <dak@gnu.org>
Sun, 22 Dec 2013 19:38:22 +0000 (20:38 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 25 Dec 2013 17:08:00 +0000 (18:08 +0100)
commiteff4ab669513f38f14cc6d01b24bead358124da1
treeb9294b8023f16dd98462e472d6f7cb3922a0753a
parent90653c6dfd090d32c26e23ac405fd0928e32c321
Issue 3748: Allow assignments with property paths to use x.y.z = value syntax

This is actually an embarrassing oversight in issue 2883: while it
became possible to rewrite

    markup-system-spacing #'minimum-distance = #25
as
    markup-system-spacing minimum-distance = #25

it has been overlooked to allow for the obvious

    markup-system-spacing.minimum-distance = #25
lily/parser.yy