adjusting a system's NonMusicalPaperColumn Y-offset by a relative distance

2009-06-07 Thread Kieren MacMillan
Hi all, I often resort to explicitly moving systems, using the function staffAdjust = #(define-music-function (parser location adj) (pair?) #{ \overrideProperty #Score.NonMusicalPaperColumn

Re: adjusting a system's NonMusicalPaperColumn Y-offset by a relative distance

2009-06-07 Thread Mark Polesky
Kieren MacMillan wrote: For 'Y-offset adjustments, I'd like to be able to give a relative adjustment (e.g., -10 means raise 10 spaces from where Lilypond would *normally* put it). Is there a way I can get a callback function (giving the current position) in order to accomplish this? Kieren,

Re: adjusting a system's NonMusicalPaperColumn Y-offset by a relative distance

2009-06-07 Thread Kieren MacMillan
Hi Mark, I'd like to help but I can't get your function to work. I get: warning: type check for `line-break-system-details' failed; value `(10 . 10)' must be of type `list' Can you include a working example? \version 2.13 staffAdjust = #(define-music-function (parser location adj)

Re: adjusting a system's NonMusicalPaperColumn Y-offset by a relative distance

2009-06-07 Thread Mark Polesky
Kieren, This is an excellent question, but I'm afraid I've reached the point where I'm going in circles. I think you'll have to ask someone else! But I'm very interested in seeing the solution. Sorry ): - Mark ___ lilypond-devel mailing

Re: adjusting a system's NonMusicalPaperColumn Y-offset by a relative distance

2009-06-07 Thread Kieren MacMillan
Hi Mark, This is an excellent question, but I'm afraid I've reached the point where I'm going in circles. I think you'll have to ask someone else! But I'm very interested in seeing the solution. Thanks for the attempt! For now I may just riff on adjusting absolute values of some other NMPC