Le 11/08/2022 à 14:32, Valentin Petzel a écrit :
Hello Andrew,
is there any reason for using a custom circle approximation instead of simply
using (make-circle-stencil r th #f)?
The reason why your note heads are off is that a path stencil does not have an
extent. A path cotains arbitrary drawi
Le 11/08/2022 à 13:40, Andrew Bernard a écrit :
So here is an MWE showing the start of what I want to do - make
circular unfilled noteheads, and fitting in the staff size. This is
only a start, as the set of note styles I need have many extra
doodads, so this is just to get going.
It's been a
Hello Andrew,
is there any reason for using a custom circle approximation instead of simply
using (make-circle-stencil r th #f)?
The reason why your note heads are off is that a path stencil does not have an
extent. A path cotains arbitrary drawing commands, which means that Lilypond
does not
So here is an MWE showing the start of what I want to do - make circular
unfilled noteheads, and fitting in the staff size. This is only a start,
as the set of note styles I need have many extra doodads, so this is
just to get going.
It's been a long time since I have done any Lilypond Scheme.