Re: Noteheads using make-connected-path-stencil

2020-09-21 Thread Aaron Hill
On 2020-09-20 9:52 pm, Andrew Bernard wrote: Using LSR 891 as a base pattern, how can you fill the path with a colour, such as white? ly:stencil-in-color and ly:stencil-add should help: \version "2.18.2" tri = #(let ((coords '((-0.5 0) (0 -1) (0.5 0))) (thick 0.1) (scale-x 1) (sca

Noteheads using make-connected-path-stencil

2020-09-20 Thread Andrew Bernard
Using LSR 891 as a base pattern, how can you fill the path with a colour, such as white? Andrew %== \version "2.21.6" tri = #(make-connected-path-stencil '(;; path coordinates (-0.5 0) (0 -1) (0.5 0) (0 0) ) 0.1 ;; line thickness 1 ;; X-axis scaling factor