]> 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 08:38:21 +0000 (09:38 +0100)
commita7eb9033f29d35d110afd1730a238f5c50e00369
tree01e9988124f06d3f1549ea183be197c5c5da9ca9
parent196a1ace684e52c3f6bab452780f90ff405b5564
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