lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4516 in lilypond: \offset can't handle mutable


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4516 in lilypond: \offset can't handle mutable properties and unpure-pure containers
Date: Tue, 21 Jul 2015 23:09:36 +0000


Comment #1 on issue 4516 by address@hidden: \offset can't handle mutable properties and unpure-pure containers
https://code.google.com/p/lilypond/issues/detail?id=4516

See the thread beginning with http://lists.gnu.org/archive/html/lilypond-user/2015-07/msg00296.html for first suggestions by David N. Most prominently, he suggests to change lines 2289-91 in scm/music-functions.scm into:

             (cond ((ly:unpure-pure-container? target)
                    ((ly:unpure-pure-container-unpure-part target) grob))
                   ((procedure? target) (target grob))
                   (else target)))

The disadvantage is that ignoring the pure part of the calculation might or will likely cause problems.

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