no comment

This commit is contained in:
Linus 2020-11-15 22:18:58 +01:00
parent d47b8e4578
commit a59fa014bc

View file

@ -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" \version "2.20.0"
\header { \header {
title = "Grepptabell | Fingering chart" title = "Grepptabell | Fingering chart"
@ -144,7 +149,7 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
(lh . (w)) (lh . (w))
(rh . ())) (rh . ()))
\bar "||" \bar "||"
\fingers gis #'((cc . (oneT two three four five six)) \fingers aes #'((cc . (oneT two three four five six))
(lh . (w)) (lh . (w))
(rh . (gis))) (rh . (gis)))
\bar "||" \bar "||"
@ -203,10 +208,10 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
(lh . (ees)) (lh . (ees))
(rh . (f))) (rh . (f)))
\bar "||" \bar "||"
\fingers gis #'((cc . (oneT two three six)) \fingers aes #'((cc . (oneT two three six))
(lh . (ees)) (lh . (ees))
(rh . ())) (rh . ()))
\fingers gis #'((cc . (oneT two three five six)) \fingers aes #'((cc . (oneT two three five six))
(lh . (ees)) (lh . (ees))
(rh . (thumb-bes))) (rh . (thumb-bes)))
\bar "||" \bar "||"