There are lots of example files included in the documentation.
Take a look at the file ...doc/lilypond/input/test/tablature.ly
or view the whole collection of examples on-line at
http://lilypond.org/stable/input/test/out-www/test.html
and
http://lilypond.org/stable/input/regression/out-www/regression.html

   /Mats

laurent wrote:
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
	}
}


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
	Mats Bengtsson
	Signal Processing
	Signals, Sensors and Systems
	Royal Institute of Technology
	SE-100 44  STOCKHOLM
	Sweden
	Phone: (+46) 8 790 8463				
        Fax:   (+46) 8 790 7260
	Email: [EMAIL PROTECTED]
	WWW: http://www.s3.kth.se/~matsb
=============================================



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to