Comment #1 on issue 4516 by [email protected]: \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