lilypond-user
[Top][All Lists]
Advanced

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

Re: Underlined + double underlined fingering instructions for accordion


From: Ledocq-Boccart
Subject: Re: Underlined + double underlined fingering instructions for accordion scores
Date: Sun, 08 Jul 2007 08:05:18 +0200
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)

Hi Tiego,

that's GREAT !! :-)

I copy your codes into an existing file.ly and it worked at once =-O + :-) .

many (they could never be enough) THANKS for your time
to have found this out!

I believe that's also the magic rising from exchanges within a community with a common project.
In Brussels Belgium, I heard some people saying "Il y a plus dans 2 têtes que dans... ½..." ;-)    
english translation attempt " two minded people can more than one half... "

I 'm using Lilypond  v.2.10.23  running on Windows XP ; test editor is Notepad with UTF-8 save option (I'm just beginning with testing jEdit as text editor). I got a Debian distribution ±5 years ago and have not yet installed it because of supposed huge amount ot time to do it.

Best regards

Charlie



Tiago Morin a écrit :
Hi

I could write in french, but this might be usefull for someone else, it was a pain in the but for me to find this out.

I'm a guitarrist, so I adapted the code for the four fingers, as the thumb is not used in the Left Hand.
In the code bellow, you find code for fingering for the left end (Ln - none, Li - index, LM - long, La - ring, Lm - little), and underlines (Lui), double underline (Luui). I trust in your cleverness to continue the job! ;)
You'll have to tweak the "-1.4 -0.2 moveto" to align the postscripts.

I didn't need anything else than lilypond to obtain an output whith the following code. I'm running linux.

\version " 2.10.25"
Ln = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "0" }
Li = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "1" }
LM = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "2" }
La = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "3" }
Lm = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "4" }

Lun = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "0" \postscript #" 0.08 setlinewidth -1.46 -0.2 moveto 0.88 0 rlineto stroke"}
Lui = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "1" \postscript #"0.08 setlinewidth -1.4 -0.2 moveto 0.85 0 rlineto stroke"}
LuM = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "2" \postscript #"0.08 setlinewidth -1.5 -0.2 moveto 0.95 0 rlineto stroke"}
Lua = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "3" \postscript #"0.08 setlinewidth -1.4 -0.2 moveto 0.8 0 rlineto stroke"}
Lum = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "4" \postscript #" 0.08 setlinewidth -1.55 -0.2 moveto 1 0 rlineto stroke"}

Luui = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "1" \postscript #"0.08 setlinewidth -1.4 -0.2 moveto 0.85 0 rlineto stroke" \postscript #"0.08 setlinewidth -2 -0.4 moveto 0.85 0 rlineto stroke"}

\new Staff {
c^\Li
d^\Lui
d^Luui
\once \override TextScript #'extra-offset = #'(0 . 1) d^\Luui
}

Tiago



_______________________________________________ lilypond-user mailing list address@hidden http://lists.gnu.org/mailman/listinfo/lilypond-user

No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date: 4/07/2007 13:40

reply via email to

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