Re: Missing_one1h_for bassoon_woodwind_diagram

2023-08-21 Thread Werner LEMBERG
> 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

Re: Missing_one1h_for bassoon_woodwind_diagram

2023-08-21 Thread Eberhard Rennecke
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

Re: Missing_one1h_for bassoon_woodwind_diagram

2023-08-21 Thread Werner LEMBERG
> 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

Re: Missing_one1h_for bassoon_woodwind_diagram

2023-08-21 Thread Eberhard Rennecke
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

Re: Missing_one1h_for bassoon_woodwind_diagram

2023-08-21 Thread Werner LEMBERG
> Many thanks. The patch works fine. Thanks for testing. This is now https://gitlab.com/lilypond/lilypond/-/merge_requests/2093 Werner