lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3629 in lilypond: Patch: Improvements to \offs


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3629 in lilypond: Patch: Improvements to \offset
Date: Thu, 24 Oct 2013 10:13:18 +0000


Comment #11 on issue 3629 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]