]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/lilypond.tely
Use @documentlanguage fr for PDF
[lilypond.git] / Documentation / fr / user / lilypond.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @ignore
3     Translation of GIT committish: 8791591cda0187e947fa6162ce261bc97df698ee
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
9 @setfilename lilypond.info
10 @settitle GNU LilyPond
11
12 @iftex
13 @afourpaper
14 @c don't replace quotes with directed quotes
15 @tex
16 \gdef\SETtxicodequoteundirected{Foo}
17 \gdef\SETtxicodequotebacktick{Bla}
18 @end tex
19 @end iftex
20
21 @c don't remove this comment.
22 @ignore
23 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
24 @omfdescription User manual of the LilyPond music engraving system
25 @omftype user manual
26 @omfcategory Applications|Publishing
27 @omflanguage French
28 @end ignore
29
30 @ifhtml
31 Ce document est également disponible au format
32 @uref{source/Documentation/user/lilypond.fr.pdf,PDF}.
33 @end ifhtml
34
35 @c urg, makeinfo 4.9.91 French translation is funky
36 @iftex
37 @documentlanguage fr
38 @frenchspacing on
39 @end iftex
40 @documentencoding UTF-8
41
42 @syncodeindex fn cp
43 @c @syncodeindex ky cp
44 @c @syncodeindex pg cp
45 @c @syncodeindex tp cp
46 @c @syncodeindex vr cp
47
48 @finalout
49
50 @titlepage
51 @title GNU LilyPond
52 @subtitle Le système de gravure musicale
53 @author L'équipe de développement de LilyPond
54
55
56 Copyright @copyright{} 1999--2007 by the authors
57
58 @emph{The translation of the following copyright notice is provided
59 for courtesy to non-English speakers, but only the notice in English
60 legally counts.}
61
62 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
63 faciliter sa compréhension par le lecteur non anglophone, mais seule la
64 notice en anglais a valeur légale.}
65
66 @quotation
67 Vous avez le droit de copier, distribuer et/ou modifier ce document
68 selon les termes de la Licence GNU de documentation libre, version 1.1
69 ou tout autre version ultérieure publiée par la Free Software
70 Foundation, ``sans aucune section invariante''.
71 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
72 @end quotation
73
74 @quotation
75 Permission is granted to copy, distribute and/or modify this document
76 under the terms of the GNU Free Documentation License, Version 1.1
77 or any later version published by the Free Software Foundation;
78 with no Invariant Sections.
79 A copy of the license is included in the section entitled ``GNU
80 Free Documentation License''.
81 @end quotation
82
83 @vskip 20pt
84
85 @lilypond[raggedright]
86 \score {
87     \context Lyrics {
88         \override Score.RehearsalMark #'self-alignment-X = #LEFT
89         \override Score.RehearsalMark #'font-size = #-2 
90         \mark #(ly:export (string-append
91              "(Pour LilyPond version " (lilypond-version) ")"))
92         s2
93      }
94      \layout {
95          indent = 0.0\pt
96      }
97 }
98 @end lilypond
99
100 @end titlepage
101
102
103 @ifnottex
104 Ce fichier documente GNU LilyPond.
105
106 Copyright @copyright{} 1999--2007 par les auteurs
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 ifnottex
133
134
135 @ifnottex
136 @node Top
137 @top GNU LilyPond --- le système de gravure musicale
138 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
139
140 Ce document est le manuel de l'utilisateur pour GNU LilyPond 2.11.x.
141 @ifhtml
142 (Allez au bas de la page pour voir le numéro de version exact).
143 @end ifhtml
144
145 @cindex web site
146 @cindex URL
147
148 Vous pouvez obtenir plus d'informations sur
149 @uref{http://@/www@/.lilypond@/.org/}. Ce site contient des copies en
150 ligne de ce manuel, ainsi qu'une documentation supplémentaire.
151
152 @include dedication.itely
153
154 @menu
155 Manuel d'apprentissage
156
157 * Preface::
158 * Introduction::                   quoi, pourquoi comment.
159 * Tutorial::                       un tutoriel d'introduction.
160 * Putting it all together::        explication plus détaillée des concepts de LilyPond.
161 * Working on LilyPond projects::   traite de l'utilisation quotidienne.
162 * Tweaking output::                introduction aux retouches de mise en forme.
163
164 Manuel de référence
165
166 * Basic notation::                 notation musicale standard.
167 * Instrument-specific notation::   notation spécifique à des instruments.
168 * Advanced notation::              notation plus rarement utilisée.
169 * Changing defaults::              retoucher la mise en forme.
170 * Non-musical notation::           aspects autres que la notation musicale.
171 * Spacing issues::                 mise en page de la musique sur le papier.
172 * Interfaces for programmers::     utilisation avancée.
173
174 Utilisation du programme
175
176 * Running LilyPond::               mode d'emploi.
177 * LilyPond-book::                  intégrer texte et musique.
178 * Converting from other formats::  conversion vers le format source lilypond.
179
180 Annexes
181
182 * Literature list::                ouvrages de référence sur la notation musicale.
183 * Scheme tutorial::                programmer au sein de LilyPond.
184 * Notation manual tables::         tables et diagrammes.
185 * Templates::                      modèles prêts à l'emploi.
186 * Cheat sheet::                    résumé de la syntaxe de LilyPond.
187 * GNU Free Documentation License:: licence de ce document.
188 * LilyPond command index::
189 * LilyPond index::
190
191 @end menu
192 @end ifnottex
193
194 @contents
195
196
197 @include macros.itexi
198 @include preface.itely
199 @include introduction.itely
200 @include tutorial.itely
201 @include putting.itely
202 @include working.itely
203 @include tweaks.itely
204
205
206 @include basic-notation.itely
207 @include instrument-notation.itely
208 @include advanced-notation.itely
209 @include changing-defaults.itely
210 @include non-music.itely
211 @include spacing.itely
212 @include programming-interface.itely
213
214 @include running.itely
215 @include lilypond-book.itely
216 @include converters.itely
217
218
219 @include literature.itely
220 @include scheme-tutorial.itely
221 @include notation-appendices.itely
222 @include templates.itely
223 @include cheatsheet.itely
224 @include fdl.itexi
225
226 @node LilyPond command index
227 @appendix LilyPond command index
228
229 @printindex ky
230
231 @node LilyPond index
232 @appendix LilyPond index
233
234 @printindex cp
235
236 @bye