lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3748 in lilypond: Patch: Allow assignments wit


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3748 in lilypond: Patch: Allow assignments with property paths to use x.y.z = value syntax
Date: Wed, 25 Dec 2013 08:39:33 +0000

Updates:
        Status: Fixed
        Labels: -Patch-countdown Fixed_2_19_0 Backport_2_18_0

Comment #4 on issue 3748 by address@hidden: Patch: Allow assignments with property paths to use x.y.z = value syntax
http://code.google.com/p/lilypond/issues/detail?id=3748

Shortcircuiting this one. It's trivial, quite desirable, and I want to backport.
Pushed to staging as
commit a7eb9033f29d35d110afd1730a238f5c50e00369
Author: David Kastrup <address@hidden>
Date:   Sun Dec 22 20:38:22 2013 +0100

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


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]