Fixed error on high C#
This commit is contained in:
parent
1492af3636
commit
2378ae4a8e
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
# Fingering chart for bassoon
|
||||
|
||||
This is the lilypond source of a fingering chart I give to my students to make sure they use good fingerings. Due to lilypond's bassoon fingering chart wonkery, there is no nice way to specify a half hole for the first finger of the left hand. I chose grey to represent that. For the octave keys in the left hand, grey means "flick" or "hold" at the players discretion. For all other keys, grey means "ad libitum".
|
||||
|
||||
The swedish text in the finished render says the same thing as the above.
|
||||
|
|
|
@ -222,6 +222,10 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
|
|||
(lh . (c eesT))
|
||||
(rh . (f thumb-bes)))
|
||||
\bar "||"
|
||||
|
||||
|
||||
|
||||
% Second octave
|
||||
\clef violin
|
||||
\fingers c #'((cc . (one four five))
|
||||
(lh . (d ees))
|
||||
|
@ -229,7 +233,7 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
|
|||
\bar "||"
|
||||
\fingers cis #'((cc . (one three four six))
|
||||
(lh . (d))
|
||||
(rh . (f)))
|
||||
(rh . ()))
|
||||
\bar "||"
|
||||
\fingers d #'((cc . (three six))
|
||||
(lh . (d ees))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue