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