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: Tiago Morin
Subject: Re: Underlined + double underlined fingering instructions for accordion scores
Date: Wed, 4 Jul 2007 23:30:37 +0100

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


reply via email to

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