Dear Peter,

> Is there any way to get the complete diagram every time, but with just the 
> required fingers? In other words, the full diagram as shown for the first 
> note, but with the fingers shown in the second note added.


I was wondering the similar as I was using fingering diagram for bass clarinet, 
as well. 

I know this is a janky solution and it doesn’t clearly work for the left-hand 
key, but one solution may be to use \combine feature of \markup, something like 
this:

%%% BEGIN %%%
c'''^\markup { \combine 
                \override #'(size . 1.5)
   \woodwind-diagram #'oboe #'()
 \override #'(size . 1.5)
 \override #'(graphical . t)
 \woodwind-diagram #'oboe #'( 
                             (cc . (one four)) 
                             (lh . (II)) 
                             (rh . ( )) ) }
%%% END %%%

But again, this won’t work all the time. It would be good to add a feature that 
would leave the entire diagram shown as an option...

Yoshi

-- -- --
Yoshiaki Onishi
https://github.com/yoshiakionishi/lilypond-snippets






Reply via email to