no comment
This commit is contained in:
parent
d47b8e4578
commit
a59fa014bc
1 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
% I, Linus Björnstam, waive all copyright and related or neighboring rights to this work.
|
||||
% If the above is not appliccable in your jurisdiction, you may use this document under
|
||||
% the CC0 licence. For more info, read this website:
|
||||
% https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
\version "2.20.0"
|
||||
\header {
|
||||
title = "Grepptabell | Fingering chart"
|
||||
|
@ -144,7 +149,7 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
|
|||
(lh . (w))
|
||||
(rh . ()))
|
||||
\bar "||"
|
||||
\fingers gis #'((cc . (oneT two three four five six))
|
||||
\fingers aes #'((cc . (oneT two three four five six))
|
||||
(lh . (w))
|
||||
(rh . (gis)))
|
||||
\bar "||"
|
||||
|
@ -203,10 +208,10 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
|
|||
(lh . (ees))
|
||||
(rh . (f)))
|
||||
\bar "||"
|
||||
\fingers gis #'((cc . (oneT two three six))
|
||||
\fingers aes #'((cc . (oneT two three six))
|
||||
(lh . (ees))
|
||||
(rh . ()))
|
||||
\fingers gis #'((cc . (oneT two three five six))
|
||||
\fingers aes #'((cc . (oneT two three five six))
|
||||
(lh . (ees))
|
||||
(rh . (thumb-bes)))
|
||||
\bar "||"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue