lilypond-user
[Top][All Lists]
Advanced

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

tablatures


From: laurent
Subject: tablatures
Date: Fri, 22 Nov 2002 10:44:53 +0100

Hello
I'm a french guitarist user of lilypond and i want to create a tablature whith 
this .ly file. (sorry my english is very bad. The documentation is very short 
but i read in the manual : "tablature in addition to normal staff".
My question is : how can i make tablature in addition to this file.

% Mudela file generated by Denemo version 0.5.9

%http://www.gnu.org/software/denemo/denemo.html

\header{
        title = "Nostalgie"
        
        composer = "Laurent Ducos"
}

\include "paper23.ly"
Melodie = \notes \context Voice = $Melodie {
        \property Staff.midiInstrument = "acoustic guitar (nylon)"
        \time 3/4
        \key a \minor
        \clef "G_8"
        a8-3 a-3 c'-2 c'-2 b-2 a-3 |
        d'2-2. |
        gis8-3 gis-3 b-2 b-2 a-3 gis-3 |
        a2.-3 |
%5
        e'8-1 e'-1 g'-1 g'-1 f'-1 e'-1 |
        a'4-1 d'2-2 |
        d'8-2 d'-2 f'-1 f'-1 e'-1 d'-3 |
        g'4-1 c'2-1 |
        c'8-1 c'-2 e'-1 e'-1 d'-2 c'-2 |
%10
        f'4-1 b2-2 |
        b4-2 c'-2 b-2 |
        e'2.-1 |
        e'8-1 e'-1 g'-1 g'-1 f'-1 e'-1 |
        a'4-1 d'2-2 |
%15
        d'8-2 d'-2 f'-1 f'-1 e'-1 d'-2 |
        g'4-1 c'2-2 |
        c'8-2 c'-2 e'-1 e'-1 d'-2 c'-2 |
        c'4-2 b2-2 |
        gis4-3 c'-2 b-2 |
%20
        a2.-3 \bar "|."
}
Accompagnement = \notes \context Voice = $Accompagnement {
        \property Staff.midiInstrument = "acoustic guitar (nylon)"
        \time 3/4
        \key a \minor
        \clef "G_8"
        s4 <e g c'> <e g c'> |
        s <f a d'> <f a d'> |
        s <d gis b> <d gis b> |
        s <e g c'> <e g c'> |
%5
        s <g c' e'> <g c' e'> |
        s <a c' f'> <a c' f'> |
        s <g b f'> <g b f'> |
        s <g b e'> <g b e'> |
        s <a c' e'> <a c' e'> |
%10
        s <a d' f'> <a d' f'> |
        s <gis c' e'> <gis b e'> |
        s <g c' e'> <g c' e'> |
        s <g c' e'> <g c' e'> |
        s <a c' f'> <a c' f'> |
%15
        s <g b f'> <g b f'> |
        s <g b e'> <g b e'> |
        s <a c' e'> <a c' e'> |
        s <a d' f'> <a d' f'> |
        s <gis c' e'> <gis d' e'> |
%20
        s <b2 c' e'> \bar "|."
}
Basse = \notes \context Voice = $Basse {
%!Nonprimary Voice
        \property Staff.midiInstrument = "acoustic guitar (nylon)"
        \time 3/4
        \key a \minor
        \clef "G_8"
        a,2. |
        b, |
        e, |
        a, |
%5
        a, |
        d |
        g, |
        c |
        f, |
%10
        b, |
        e, |
        a, |
        a, |
        d |
%15
        g, |
        c |
        f, |
        b, |
        e, |
%20
        a, \bar "|."
}

MelodieStaff = \context Staff = MelodieStaff <
        \Melodie
>


AccompagnementStaff = \context Staff = AccompagnementStaff <
        \Accompagnement
        \Basse
>

\score {
        <
                \MelodieStaff
                \AccompagnementStaff
        >
        \paper {
        }
        \midi {
                \tempo 4 = 60
        }
}




reply via email to

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