Re: circle around stem

2022-07-08 Thread Orm Finnendahl
Hi, FYI: I mostly solved it by setting Stem.details.lengths (see below). Setting this property within the stencil function doesn't seem to work (it's the line: "(ly:grob-set-nested-property! grob '(details lengths) '(3.5 3.5 4.25 5 6 7 8))" in #'damp-stem). I assume this happens because the ste

circle around stem

2022-07-08 Thread Orm Finnendahl
Hi, trying to define an overwrite to draw a circle around a stem I came up with the code below. Unfortunately it doesn't automagically work for all use cases as can be seen in the attached image: The code doesn't take the number of flags into account. I know that the stem length can be altered wi