lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3748 in lilypond: Patch: Allow assignments with pr


From: lilypond
Subject: [Lilypond-auto] Issue 3748 in lilypond: Patch: Allow assignments with property paths to use x.y.z = value syntax
Date: Sun, 22 Dec 2013 19:56:35 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New 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

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


I am tempted to sneak this into 2.18.0 yet since this is

a) trivial
b) will match user expectations

Of course, the current time frame would not allow regtests and usage
examples to be added: this would simply be provided in order to avoid
surprises to people who assume this should work.

http://codereview.appspot.com/39360044

--
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]