Re: Two questions regarding line-cap-style

2017-03-08 Thread Kieren MacMillan
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

Re: Two questions regarding line-cap-style

2017-03-08 Thread Urs Liska
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

Re: Two questions regarding line-cap-style

2017-03-08 Thread 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 functions. Highly unsatisfactory, but it works. Therefore,

Two questions regarding line-cap-style

2017-03-08 Thread Urs Liska
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