Thinking about it, I doubt the resulting document as such would be copyrightable in my jurisdiction

so I dedicate it to the public domain (or cc0 depending on jurisdiction).
This commit is contained in:
Linus 2020-11-15 22:10:10 +01:00
parent 2378ae4a8e
commit d47b8e4578
2 changed files with 126 additions and 404 deletions

View file

@ -1,9 +1,9 @@
\version "2.20.0"
\header {
title = "Grepptabell | Fingering chart"
subtitle = "Revision 1"
subtitle = "Revision 2"
copyright = \markup {
\wordwrap { Copyright 2020 Linus Björnstam. This work is licensed under a Creative Commons Attribution 4.0 International License.} }
\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 = ""
}
@ -164,7 +164,7 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
% First octave
\fingers c #'((cc . (one two three))
(lh . (c))
(lh . (cT))
(rh . ()))
\bar "||"
\fingers cis #'((cc . (one two three four five six))
@ -229,7 +229,7 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
\clef violin
\fingers c #'((cc . (one four five))
(lh . (d ees))
(rh . (f)))
(rh . (f thumb-bes)))
\bar "||"
\fingers cis #'((cc . (one three four six))
(lh . (d))
@ -237,7 +237,7 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
\bar "||"
\fingers d #'((cc . (three six))
(lh . (d ees))
(rh . (f thumb-bes)))
(rh . (gis thumb-bes)))
\bar "||"
\fingers ees #'((cc . (oneT two three five))
(lh . (low-d thumb-cis ees))
@ -245,9 +245,6 @@ fingers = #(define-music-function (parser location note fc) (ly:music? cheap-lis
\bar "|."
}
}
\header {
opus = \markup { \italic "Revision 1" }
}
}
#(print-keys-verbose 'bassoon (current-error-port))