lilypond-user
[Top][All Lists]
Advanced

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

Re: Layout of a (piano) hand indicator


From: Simon Albrecht
Subject: Re: Layout of a (piano) hand indicator
Date: Sun, 6 May 2018 19:27:30 +0200

On 06.05.2018 11:43, foxfanfare wrote:

……
        (define-event-function (direction on-line lenght offset)
        (direction? boolean? number? pair?)
        (let* ((self-al (if on-line 0 0.31))
             (self-al (if (= direction 1) (- self-al) self-al))
             (hook-markup #{
               \markup \path #0.12 #`((moveto 0 0)
                                       (rlineto -0.85 0)
                                       (rlineto 0 ,lenght))
……
1) As can see, the markup is centered aligned. If the lenght

Please don’t infinitely propagate typos. It’s called ‘length’ in English.

Best, Simon



reply via email to

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