lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: snippet tablature open tuning


From: Martial
Subject: Re: snippet tablature open tuning
Date: Thu, 25 Feb 2010 20:03:00 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

Bonsoir

L'un d'entre-vous saurait-il s'il existe un moyen simple de faire
figurer l'accordage de chacune des cordes en faces de chaque ligne d'une
tablature ?

Simple je ne sais pas mais je propose ceci :
%%-------------------------------------------
EADGBE = \markup {
        \with-dimensions #'(0 . 0.8) #'(0 . 1.0)
        \postscript     #"
                0.17 setlinewidth
                /Arial-Bold findfont
                1.3 scalefont
                setfont  0 3.3 moveto
                (E) show 0 2.0 moveto
                (B) show 0 0.6 moveto
                (G) show 0 -0.8 moveto
                (D) show 0 -2.2 moveto
                (A) show 0 -3.5 moveto
                (E) show
                stroke
                "
        }

\new TabStaff {
                
        \set TabStaff.instrumentName = \markup \EADGBE
        \set TabStaff.shortInstrumentName = \markup \EADGBE
        \tabFullNotation
  \partial 4 c4~c4 r4 r4
}
%%-------------------------------------------
--
Martial








reply via email to

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