Hi Orm,
How about:
\version "2.25.10"
#(define-markup-command (circBow layout props)()
(interpret-markup layout props
(markup
(#:stencil
(make-path-stencil
'(M 0 3.188
C -0.012 5.133 1.613 6.133 2.996 6.199
C 4.379 6.27 4.547 5.891 5.242 5.43
C 5.242 5.43 5.301 5.504 5.32 5.559
C 5.34 5.609 5.297 5.812 5.355 5.746
C 5.504 5.582 5.836 4.82 6.008 4.41
C 5.5 4.574 5.18 4.762 4.629 4.988
C 4.465 5.055 4.77 5.035 4.82 5.078
C 4.875 5.121 4.895 5.227 4.895 5.227
C 4.332 5.598 4.211 5.82 3.066 5.812
C 1.922 5.809 0.375 4.699 0.398 3.168
C 0.422 1.633 1.449 0.465 2.969 0.41
C 4.488 0.355 5.789 1.523 5.871 3.223
C 5.871 3.223 6.023 3.305 6.07 3.305
C 6.117 3.305 6.234 3.199 6.234 3.199
C 6.16 0.969 4.605 -0.031 2.996 0
C 1.387 0.035 0.012 1.242 0 3.188
Z)
.02 .35 .35 #t)))))
{ c''1 ^\markup\circBow }
HTH, cheers,
Pierre
Le mer. 14 févr. 2024 à 10:59, Orm Finnendahl <
[email protected]> a écrit :
> Hi,
>
> I'd like to make a sign for circular bowing like in the attached
> png. The example was done using an epsfile, but unfortunately that
> doesn't export to svg, which I need. So it should be done using
> lilypond's builtin markup commands (or scheme code). Can someone point
> me to examples to do circular arcs with attached arrows (can also be
> scheme code)?
>
> I couldn't find anything similar in the docs/internet.
>
> --
> Orm
>