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: Fri, 22 Aug 2014 05:56:21 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_13

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

Pushed to staging as
commit e328b7a10ec1a4e13ba11104825bf54e027d0dd0
Author: David Kastrup <address@hidden>
Date:   Wed Jul 30 17:34:55 2014 +0200

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.


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