]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/lilypond-learning.tely
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / Documentation / fr / user / lilypond-learning.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 007d0b5b94c36f9d9e228309d5b0e6a67ae27ebc
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8 @setfilename lilypond-learning.info
9 @settitle GNU LilyPond -- manuel d'initiation
10 @documentencoding UTF-8
11
12
13 @iftex
14 @afourpaper
15 @c don't replace quotes with directed quotes
16 @tex
17 \gdef\SETtxicodequoteundirected{Foo}
18 \gdef\SETtxicodequotebacktick{Bla}
19 @end tex
20 @end iftex
21
22
23 @c don't remove this comment.
24 @ignore
25 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
26 @omfdescription User manual of the LilyPond music engraving system
27 @omftype program usage
28 @omfcategory Applications|Publishing
29 @omflanguage French
30 @end ignore
31
32 @c Translators: John Mandereau
33
34 @ifhtml
35 Ce document est également disponible au format
36 @uref{source/Documentation/user/lilypond-learning.fr.pdf,PDF}.
37 @end ifhtml
38
39 @c urg, makeinfo 4.9.91 French translation is funky
40 @iftex
41 @documentlanguage fr
42 @frenchspacing on
43 @end iftex
44
45 @c  This produces the unified index
46 @syncodeindex fn cp
47 @syncodeindex vr cp
48
49
50 @finalout
51
52 @titlepage
53 @title LilyPond
54 @subtitle Le système de gravure musicale
55 @titlefont{Manuel d'initiation}
56 @author L'équipe de développement de LilyPond
57
58
59 Copyright @copyright{} 1999--2007 by the authors
60
61 @emph{The translation of the following copyright notice is provided
62 for courtesy to non-English speakers, but only the notice in English
63 legally counts.}
64
65 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
66 faciliter sa compréhension par le lecteur non anglophone, mais seule la
67 notice en anglais a valeur légale.}
68
69 @quotation
70 Vous avez le droit de copier, distribuer et/ou modifier ce document
71 selon les termes de la Licence GNU de documentation libre, version 1.1
72 ou tout autre version ultérieure publiée par la Free Software
73 Foundation, ``sans aucune section invariante''.
74 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
75 @end quotation
76
77 @quotation
78 Permission is granted to copy, distribute and/or modify this document
79 under the terms of the GNU Free Documentation License, Version 1.1
80 or any later version published by the Free Software Foundation;
81 with no Invariant Sections.
82 A copy of the license is included in the section entitled ``GNU
83 Free Documentation License''.
84 @end quotation
85
86 @vskip 20pt
87
88 @lilypond[ragged-right]
89 \score {
90   \context Lyrics {
91     \override Score.RehearsalMark #'self-alignment-X = #LEFT
92     \override Score.RehearsalMark #'font-size = #-2
93     \mark #(ly:export (string-append
94       "(For LilyPond version " (lilypond-version) ")"))
95     s2
96   }
97   \layout {
98     indent = 0.0\pt
99   }
100 }
101 @end lilypond
102
103 @end titlepage
104
105 @copying
106 Copyright @copyright{} 1999--2007 by the authors
107
108 @emph{The translation of the following copyright notice is provided
109 for courtesy to non-English speakers, but only the notice in English
110 legally counts.}
111
112 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
113 faciliter sa compréhension par le lecteur non anglophone, mais seule la
114 notice en anglais a valeur légale.}
115
116 @quotation
117 Vous avez le droit de copier, distribuer et/ou modifier ce document
118 selon les termes de la Licence GNU de documentation libre, version 1.1
119 ou tout autre version ultérieure publiée par la Free Software
120 Foundation, ``sans aucune section invariante''.
121 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
122 @end quotation
123
124 @quotation
125 Permission is granted to copy, distribute and/or modify this document
126 under the terms of the GNU Free Documentation License, Version 1.1
127 or any later version published by the Free Software Foundation;
128 with no Invariant Sections.
129 A copy of the license is included in the section entitled ``GNU
130 Free Documentation License''.
131 @end quotation
132 @end copying
133
134 @ifnottex
135 This file documents GNU LilyPond program usage.
136
137 Copyright 1999--2007 by the authors
138
139 @quotation
140 Permission is granted to copy, distribute and/or modify this document
141 under the terms of the GNU Free Documentation License, Version 1.1
142 or any later version published by the Free Software Foundation;
143 with no Invariant Sections.
144 A copy of the license is included in the section entitled ``GNU
145 Free Documentation License''.
146 @end quotation
147 @end ifnottex
148
149 @ifnottex
150 @node Top
151 @top GNU LilyPond --- manuel d'initiation
152 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
153
154 Ce document est le manuel d'initiation pour GNU LilyPond 2.11.x.
155 @ifhtml
156 (Allez au bas de la page pour voir le numéro de version exact).
157 @end ifhtml
158
159 @cindex web site
160 @cindex URL
161
162 More information can be found at
163 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
164 of this and other documentation.
165
166 @menu
167 * Preface::
168 * Introduction::                   quoi, pourquoi comment.
169 * Tutorial::                       un tutoriel d'introduction.
170 * Fundamental concepts::           concepts de base de LilyPond.
171 * Tweaking output::                introduction aux retouches de mise en forme.
172 * Working on LilyPond projects::   traite de l'utilisation quotidienne.
173
174 Annexes
175
176 * Templates::                      modèles prêts à l'emploi.
177 * Scheme tutorial::                programmer au sein de LilyPond.
178 * GNU Free Documentation License:: licence de ce document.
179 * LilyPond index::
180 @end menu
181 @end ifnottex
182
183 @contents
184
185
186 @include macros.itexi
187
188 @include preface.itely
189 @include introduction.itely
190 @include tutorial.itely
191 @include fundamental.itely
192 @include tweaks.itely
193 @include working.itely
194
195 @include templates.itely
196 @include scheme-tutorial.itely
197 @include fdl.itexi
198
199 @node LilyPond index
200 @appendix LilyPond index
201
202 @printindex cp
203
204 @bye