Re: Underlined + double underlined fingering instructions for accordion scores

2007-07-07 Thread Ledocq-Boccart

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
lilypond-user@gnu.org
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
  
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Underlined + double underlined fingering instructions for accordion scores

2007-07-07 Thread Tiago Morin

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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Underlined + double underlined fingering instructions for accordion scores

2007-07-04 Thread Ledocq-Boccart

Hello!

For left hand keyboard of accordion, fingering instructions are annoted
with figures as 2,3,4,5 for the middle button row; with simple
underlined figures (_2_, _3_, _4_, _5_),  the following row , and
double-underlined figures for the last bass button row (I caanot give
example with the font of the editor of my e-mail text processor).

I tried with
c^ \markup { \underline 2 }
in a score, for example, but without succes (I did not find any
\underline instruction.in the doc)

Does this topics have already been solved by Lilyponders?
How can it be solved?

Thank you for answering.

Charlie

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Underlined + double underlined fingering instructions for accordion scores

2007-07-04 Thread Tiago Morin

Hi

I managed to output underlined fingering with the following code:

Ln = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "0" \postscript #"0.08 setlinewidth -1.46 -0.2 moveto 0.88 0
rlineto stroke"}
Li = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "1" \postscript #"0.08 setlinewidth -1.4 -0.2 moveto 0.85 0
rlineto stroke"}
LM = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "2" \postscript #"0.08 setlinewidth -1.5 -0.2 moveto 0.95 0
rlineto stroke"}
La = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "3" \postscript #"0.08 setlinewidth -1.4 -0.2 moveto 0.8 0
rlineto stroke"}
Lm = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "4" \postscript #"0.08 setlinewidth -1.55 -0.2 moveto 1 0
rlineto stroke"}

You should be able to add as many \postscript as you want, thus printing
double underline. You'll have to search for the right variables on the
\postscript command to output what you want.

If you're using lilypond-book mind that your postscript output might not
appear in the .ps frame.

Tiago


On 7/4/07, Ledocq-Boccart <[EMAIL PROTECTED]> wrote:


Hello!

For left hand keyboard of accordion, fingering instructions are annoted
with figures as 2,3,4,5 for the middle button row; with simple
underlined figures (_2_, _3_, _4_, _5_),  the following row , and
double-underlined figures for the last bass button row (I caanot give
example with the font of the editor of my e-mail text processor).

I tried with
c^ \markup { \underline 2 }
in a score, for example, but without succes (I did not find any
\underline instruction.in the doc)

Does this topics have already been solved by Lilyponders?

Thank you for answering.

Charlie


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Underlined + double underlined fingering instructions for accordion scores

2007-07-04 Thread Ledocq-Boccart

Hello!

For left hand keyboard of accordion, fingering instructions are annoted 
with figures as 2,3,4,5 for the middle button row; with simple 
underlined figures (_2_, _3_, _4_, _5_),  the following row , and 
double-underlined figures for the last bass button row (I caanot give 
example with the font of the editor of my e-mail text processor).


I tried with
c^ \markup { \underline 2 }
in a score, for example, but without succes (I did not find any 
\underline instruction.in the doc)


Does this topics have already been solved by Lilyponders?

Thank you for answering.

Charlie


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user