diff --git a/README.md b/README.md index e61c497..5326b01 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/grepptabell.ly b/grepptabell.ly index 8c480fb..5cce705 100644 --- a/grepptabell.ly +++ b/grepptabell.ly @@ -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)) \ No newline at end of file +#(print-keys-verbose 'bassoon (current-error-port))