> 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. At > least one1h should be available. But one1q and one3q with all > combinations with T or F (similar to two (middle finger)). I did > not see a ring at this hole ever. Please try the patch below (or change the file manually) and report back whether this is sufficient. Werner ====================================================================== --- display-woodwind-diagrams.scm.orig 2023-07-22 14:00:54.734583384 +0200 +++ display-woodwind-diagrams.scm 2023-08-21 18:30:00.208824010 +0200 @@ -1362,7 +1362,7 @@ . ((offset . ,(assoc-get 'one CENTRAL-COLUMN-HOLE-PLACEMENTS)) (stencil . ,ring-column-circle-stencil) (text? . #f) - (complexity . trill))) + (complexity . covered))) (two . ((offset . ,(assoc-get 'two CENTRAL-COLUMN-HOLE-PLACEMENTS)) (stencil . ,ring-column-circle-stencil)