> For the woodwind diagram of the bassoon the half open hole is
> missing for one (one1h). You ay refer
> to https://davidawells.com/resources/fingering-charts/.
Please be more specific and show/describe *exactly* what is missing or
not working, ideally together with a (possibly non-working) min
Dear Werner.
The attached snippet provides the basic layout of the bassoon diagram.
#(print-keys-verbose 'bassoon (current-error-port)) gives the possibilities
implemented for the individual keys and
holes.
It gives:
possibilities for one:
(one oneT)
possibilities for two:
(two twoT t
> The attached snippet provides the basic layout of the bassoon
> diagram.
Thanks. Note that this can be done easier on the command line with
```
lilypond -e="(print-keys-verbose 'bassoon (current-output-port))" > bassoon-keys
```
> For one (left index finger) there must be more possibilities
Dear Werner.
Many thanks. The patch works fine.
I had to get a little around my installation. As I have Frescobaldi with
Lilypond as Flatpack.
But I did it.
Regards
Eberhard
--
Eberhard Rennecke
Stettbachstr. 52
8051 Zürich
+41 44 3200065 (p)
+41 79 3312234 (m)
eberh...@rennecke.ch
-Ori
> Many thanks. The patch works fine.
Thanks for testing. This is now
https://gitlab.com/lilypond/lilypond/-/merge_requests/2093
Werner