Hi Urs,
Someone gave me this:
#(define-markup-command (path-draw-line layout props dest) (pair?)
#:category graphic
#:properties ((line-cap-style 'round)
(thickness 1))
(interpret-markup layout props
(markup
#:override `(line-cap-style . ,line-cap-style)
#:path
Am 08.03.2017 um 13:01 schrieb Andrew Bernard:
> Hi Urs,
>
> This is something I have asked before on the list. The summary is that
> it is not possible presently. What I had to do was take the low level
> code in question and modify the line-cap style and incorporate the
> modified code into my
Hi Urs,
This is something I have asked before on the list. The summary is that it
is not possible presently. What I had to do was take the low level code in
question and modify the line-cap style and incorporate the modified code
into my functions. Highly unsatisfactory, but it works.
Therefore,
Hi all,
I have one or two questions regarding the line-cap-style in LilyPond.
Is it possible to globally set the line-cap-style to 'square, affecting
all kinds of lines like ledger lines, stems, barlines etc.?
And specifically, is it possible to use the line-cap-style in a
(ly:make-stencil