Fixed high c#. The previous fingering had no resonance key.
This commit is contained in:
parent
a59fa014bc
commit
24b44cd8ca
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
\version "2.20.0"
|
\version "2.20.0"
|
||||||
\header {
|
\header {
|
||||||
title = "Grepptabell | Fingering chart"
|
title = "Grepptabell | Fingering chart"
|
||||||
subtitle = "Revision 2"
|
subtitle = "Revision 3"
|
||||||
copyright = \markup {
|
copyright = \markup {
|
||||||
\wordwrap { I doubt this is even copyrightable in my jurisdiction so: I, Linus Björnstam, waive all copyright and related or neighboring rights to this work. } }
|
\wordwrap { I doubt this is even copyrightable in my jurisdiction so: I, Linus Björnstam, waive all copyright and related or neighboring rights to this work. } }
|
||||||
tagline = ""
|
tagline = ""
|
||||||
|
@ -237,7 +237,7 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
|
||||||
(rh . (f thumb-bes)))
|
(rh . (f thumb-bes)))
|
||||||
\bar "||"
|
\bar "||"
|
||||||
\fingers cis #'((cc . (one three four six))
|
\fingers cis #'((cc . (one three four six))
|
||||||
(lh . (d))
|
(lh . (d ees))
|
||||||
(rh . ()))
|
(rh . ()))
|
||||||
\bar "||"
|
\bar "||"
|
||||||
\fingers d #'((cc . (three six))
|
\fingers d #'((cc . (three six))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue