Comment #11 on issue 3629 by [email protected]: Patch: Improvements to \offset
http://code.google.com/p/lilypond/issues/detail?id=3629

While we are at it, actually: you create a function creator called "offsetter".

Maybe one should have a general function creater called "grob:post-process" which is used as
\override NoteHead.X-offset = #(grob:post-process 'X-offset
                                 (lambda (grob before-value) ...)
This would be a good starting position for doing further improvements, since it means that the algorithm for doing the offsetting itself can be improved in the lambda function for offsetter specifically, while grob:post-process can focus on supporting unpure-pure containers and such stuff if that's feasible (possibly a hen-and-egg problem).

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