lilypond-devel
[Top][All Lists]
Advanced

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

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


From: Kieren MacMillan
Subject: adjusting a system's NonMusicalPaperColumn Y-offset by a relative distance
Date: Sun, 7 Jun 2009 07:49:08 -0400

Hi all,

I often resort to explicitly moving systems, using the function

staffAdjust =
        #(define-music-function (parser location adj) (pair?)
                #{
                        \overrideProperty #"Score.NonMusicalPaperColumn"
                                #'line-break-system-details $adj
                #})

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?

Thanks,
Kieren.




reply via email to

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