lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2507 in lilypond: Stop the entanglement of con


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2507 in lilypond: Stop the entanglement of context properties and grob property internals
Date: Thu, 14 Aug 2014 19:25:04 +0000

Updates:
        Labels: Patch-new

Comment #4 on issue 2507 by address@hidden: Stop the entanglement of context properties and grob property internals
http://code.google.com/p/lilypond/issues/detail?id=2507#c4

Issue 2507: Stop the entanglement of context properties and grob property internals

This introduces a semi-opaque structure Grob_properties meeting the
predicate ly:grob-properties? that is algorithmically handled at the C++
level via a wrapper structure Grob_property_info.

Encapsulating grob properties in that manner reduces the potential for
clashes and makes it easier to change algorithms and/or internal
representation.

While the principal distinction between context properties (one value
per context) and context-based grob property templates (one stack per
context) remains, at least the separation of the handling is more
pronounced.

http://codereview.appspot.com/126280043

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