Fixed error on high C#

This commit is contained in:
Linus 2020-11-14 14:03:24 +01:00
parent 1492af3636
commit 2378ae4a8e
2 changed files with 8 additions and 2 deletions

View file

@ -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))
@ -246,4 +250,4 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
}
}
#(print-keys-verbose 'bassoon (current-error-port))
#(print-keys-verbose 'bassoon (current-error-port))