lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin whiteout problem


From: Simon Albrecht
Subject: Re: Hairpin whiteout problem
Date: Fri, 25 Oct 2019 00:04:16 +0200

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

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