lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bass clarinet fingering chart


From: Gilles THIBAULT
Subject: Re: Bass clarinet fingering chart
Date: Wed, 8 Jul 2009 12:10:10 +0200

I am a bit disapointed because a year ago i made a clarinet tablature but i never managed to make it compile by the LSR. I thought it was because the version on te LSR was to old so i decided to wait that the LSR update to the version "2.12", but i realize now that it was not a good idea because some others people spends propably a lot of time to make a clarinet tablature.

So here is another proposal.
In clarTab.html you have a little explaination how to get each examples you have in clarTab.pdf.

Gilles

\clarTab is a new markup command to allow tablature for the clarinet.

The syntax is

\clarTab twelfthKey? holes keysByFinger

with :

twelfthKey? : a boolean : ##t if the twelfth-key is pressed, ##f for low pitch

holes : a list of closed holes represented by digit :

0 for the thumb

1, 2 3 for the 3 holes of the left hand

4, 5, 6 for the 3 holes of the right hand

for example #'(0 1 2 3) for the c'.

keysByFinger : a list of pairs composed by the name of the finger and the note that this finger produce when presses the key.

For exemple the pair '("Llittle" . "cis") is the key pressed by the left little finger to make a cis. See note 5 below.

Here is a list of all strings for '(fingerName . noteName) pairs accepted (Note that all altered notes are defined with a sharp):

"Rlittle" : Right little finger. Associated note : "e" "f" "fis" "gis". See note 3-6.

"Llittle" : Left little finger. Associated note : "e" "f" "fis" "cis". (note 6-7-8)

"Rfore" : Right forefinger. Associated note : "dis" "fis" "ais" "b"

"ees" and "bes" are allowed instead of "dis" and "ais"

When you use "fis", the "dis" key are automatically pressed too, because the "fis" key is always used with the "dis" key. (note 9-10).

"Lfore" : Left forefinger . Associated note : "gis" "a"

"gis" is automatically pressed when "a" is pressed.

"Rring" : Right ring finger. Associated note : "b"

"Lring" : Left ring finger. Associated note : "dis" .("ees" instead allowed).


If you want, like to see all keys unpressed, specify a dummy value for the noteName, like in 13 :

\clarTab ##t #'() #'(("Rlittle" . "") ("Llittle" . "")

("Rfore" . "")("Lfore" . "")

("Rring" . "")("Lring" . ""))


At least, you can specify the size of the clarinet tablature by writing at the begining of .ly

clarTabScale = #x

By default x=1. Specify other value will multiply the size by x.

Example : clarTabScale = #1.5

Attachment: clarTab.ly
Description: Text Data

Attachment: clarTab.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]