Thomas Morley <[email protected]> writes:

> Probably:
>
> indicator =
> #(define-event-function ()()
>     #{
>       \tweak X-offset 0.75
>       -\markup \path #0.17 #'((moveto 0 0) (lineto 0 0.75))
>     #})

There is rarely a point in a parameterless function containing a single
music expression.  This could have been written as just

indicator =
      -\tweak X-offset 0.75
      -\markup \path #0.17 #'((moveto 0 0) (lineto 0 0.75))

Turns out that point-and-click information for either variant ends up at
the point of use rather than the point of definition, which is
definitely desirable.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to