On 2020-01-19 10:20 pm, Aaron Hill wrote:
The following patch seems to address the issue:
[ . . . ]
After my work on \svgPath (submitted to the main mailing list), I do not
believe the patch is correct. closepath should only be setting
current-point to start-point, while start-poi
Le dim. 19 janv. 2020 à 00:25, David Kastrup a écrit :
> This wants improvement. Basically we probably need a better way to
> figure out whether we are in the middle of a StaffGroup with spanbars?
>
I assume that would clear the simple case of the dynamic that spans across
the line without cros
Hi Aaron,
A workaround could be to use 'make-path-stencil instead, eg.:
\version "2.19"
#(set-global-staff-size 100)
% Result using M (moveto):
\markup\box\stencil
#(make-path-stencil
`(M 2 3 l 1 1 l 0 -1 z M 3.5 3 l 1 1 l -1 0 z)
.1 1 1 #f)
% Result using m (rmoveto):
\markup\box\sten