lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1063 in lilypond: Reverting nested property fa


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1063 in lilypond: Reverting nested property fails to restore default value if preceded by override in same grob
Date: Sat, 16 Aug 2014 10:36:08 +0000

Updates:
        Labels: -Priority-Medium

Comment #14 on issue 1063 by address@hidden: Reverting nested property fails to restore default value if preceded by override in same grob
http://code.google.com/p/lilypond/issues/detail?id=1063

Comment #13 is totally a red herring.  The format of space-alist is
 (space-alist
   (time-signature . (extra-space . 0.75))
   (custos . (minimum-space . 2.0))
   ...)
So the value of space-alist.time-signature is _not_ another alist but rather a single pair, and the nested override of space-alist.time-signature.extra-space is just wrong syntax. Which would be an argument for introducing typechecking for alists.

Considering that I just reimplemented the whole of nested properties in order to get rid of this particularly hard to catch "bug" without success, I am less than impressed by my intelligence.

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