Am Fr., 3. Juni 2022 um 17:12 Uhr schrieb Dimitris Marinakis
<[email protected]>:
>
> I want to experiment more with postscript paths but I find the methods I'm
> aware of confusing because they are based on absolute? points rather than a
> mathematical shape if that makes sense.
>
> I want to create a multisegment path from 3 cubic bezier curves.
>
Not sure I understand correctly...
Whats wrong with:
\markup
\path
#0.1
#'(
(rcurveto 5 5 10 5 15 0)
(rcurveto 5 -5 10 -5 15 0)
(rcurveto 5 5 10 5 15 0)
)
Cheers,
Harm