On 24.10.19 23:51, David Kastrup wrote:
\version "2.19.83"

placeAbsolute = #(define-event-function (xy ev) (pair? ly:music?)
                    #{
                      \tweak whiteout ##t
                      \tweak outside-staff-priority ##f
                      \tweak Y-offset 0
                      \tweak extra-offset $xy
                      $ev
                    #})
Worth mentioning that if you have 2.19.83, the above can be written as

placeAbsolute = -\tweak whiteout ##t
                 -\tweak outside-staff-priority ##f
                 -\tweak Y-offset 0
                 -\tweak extra-offset
                 \etc

Oh cool, I didn’t know that it worked for more than one argument. Thanks!

Best, Simon


Reply via email to