]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/macros.itexi
Web/Docs: fix nesting problem for @warning
[lilypond.git] / Documentation / fr / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 8135382760aa0adfac5aed987a272c394e59dbdb
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
10 @include version.itexi
11 @include common-macros.itexi
12
13
14 @c   ***** Displaying text *****
15
16 @c To get decent quotes in `foo' and ``foo''.
17 @c FIXME: Use thin spaces for @qq.
18
19 @ifnotinfo
20
21 @macro q{TEXT}
22 @quoteleft{}\TEXT\@quoteright{}
23 @end macro
24
25 @macro qq{TEXT}
26 @guillemetleft{}@tie{}\TEXT\@tie{}@guillemetright{}
27 @end macro
28
29 @end ifnotinfo
30
31 @ifinfo
32
33 @macro q{TEXT}
34 `\TEXT\'
35 @end macro
36
37 @macro qq{TEXT}
38 « \TEXT\ »
39 @end macro
40
41 @end ifinfo
42
43
44 @ifhtml
45
46 @macro warning{TEXT}
47 @html
48 <div class="warning">
49 @end html
50 @strong{Note :} \TEXT\
51 @c keep the space for proper nesting of </p>
52
53 @html
54 </div>
55 @end html
56 @end macro
57
58 @end ifhtml
59
60 @ifnothtml
61
62 @macro warning{TEXT}
63 @quotation
64 @quotation
65 @cartouche
66 @b{Note :} \TEXT\
67 @end cartouche
68 @end quotation
69 @end quotation
70 @end macro
71
72 @end ifnothtml
73
74
75
76 @c   ***** Headings in a doc subsection *****
77
78 @c Don't insert an empty line after @predefined!  Right now
79 @c it doesn't matter, but a future implementation will probably
80 @c add some code which needs this restriction.
81
82 @macro predefined
83 @noindent
84 @subsubheading Commandes prédéfinies
85 @end macro
86
87 @c The next macro is a dummy currently since texinfo doesn't
88 @c provide a real ragged-right environment yet.
89 @c
90 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
91 @c the macro must not be empty.
92
93 @macro endpredefined
94 @c
95 @end macro
96
97
98 @macro snippets
99 @noindent
100 @subsubheading Morceaux choisis
101 @end macro
102
103
104 @c obsolete, remove when translation is fully updated
105 @macro commonprop
106 @noindent
107 @subsubheading Propriétés couramment modifiées
108 @end macro
109
110
111 @c Don't insert an empty line after @seealso!  Otherwise we get
112 @c unwanted extra vertical space in the PDF output.
113
114 @macro seealso
115 @noindent
116 @subsubheading Voir aussi
117 @indent
118 @end macro
119
120
121 @macro knownissues
122 @noindent
123 @subsubheading Problèmes connus et avertissements
124 @end macro
125
126
127
128
129 @c   ***** Links and references *****
130
131 @c  Definitions for references:
132 @c
133 @c     @rglos
134 @c     @rlearning
135 @c     @ruser
136 @c     @rprogram
137 @c     @rlsr
138 @c     @rinternals
139 @c
140 @c  All these also have a @...named version which allows to specify the
141 @c  displayed text for the reference as second argument.
142 @c
143 @c ***** HTML + bigpage is a special case (other manual names); all other
144 @c formats are treated similarly.
145
146
147 @c *** not TeX ***
148
149 @ifnottex
150
151 @c ** bigpage **
152
153 @ifset bigpage
154
155 @macro rglos{TEXT}
156 @vindex \TEXT\
157 @ref{\TEXT\,,,music-glossary-big-page,Glossaire}
158 @end macro
159
160 @macro rglosnamed{TEXT,DISPLAY}
161 @vindex \TEXT\
162 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossaire}
163 @end macro
164
165 @macro rlearning{TEXT}
166 @vindex \TEXT\
167 @ref{\TEXT\,,,learning-big-page,Manuel d'initiation}
168 @end macro
169
170 @macro rlearningnamed{TEXT,DISPLAY}
171 @vindex \TEXT\
172 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuel d'initiation}
173 @end macro
174
175 @macro ruser{TEXT}
176 @vindex \TEXT\
177 @ref{\TEXT\,,,notation-big-page,Manuel de notation}
178 @end macro
179
180 @macro rusernamed{TEXT,DISPLAY}
181 @vindex \TEXT\
182 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Manuel de notation}
183 @end macro
184
185 @macro ressay{TEXT}
186 @vindex \TEXT\
187 @ref{\TEXT\,,,essay-big-page,Essay}
188 @end macro
189
190 @macro ressaynamed{TEXT,DISPLAY}
191 @vindex \TEXT\
192 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay}
193 @end macro
194
195 @macro rprogram{TEXT}
196 @vindex \TEXT\
197 @ref{\TEXT\,,,usage-big-page,Manuel d'utilisation du programme}
198 @end macro
199
200 @macro rprogramnamed{TEXT,DISPLAY}
201 @vindex \TEXT\
202 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Manuel d'utilisation du programme}
203 @end macro
204
205 @macro rlsr{TEXT}
206 @vindex \TEXT\
207 @ref{\TEXT\,,,snippets-big-page,Exemples de code}
208 @end macro
209
210 @macro rlsrnamed{TEXT,DISPLAY}
211 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Exemples de code}
212 @end macro
213
214 @macro rinternals{TEXT}
215 @vindex \TEXT\
216 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
217 @end macro
218
219 @macro rinternalsnamed{TEXT,DISPLAY}
220 @vindex \TEXT\
221 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
222 @end macro
223
224 @end ifset
225
226
227 @c ** not bigpage **
228
229 @ifclear bigpage
230
231 @macro rglos{TEXT}
232 @vindex \TEXT\
233 @ref{\TEXT\,,,music-glossary,Glossaire}
234 @end macro
235
236 @macro rglosnamed{TEXT,DISPLAY}
237 @vindex \TEXT\
238 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
239 @end macro
240
241 @macro rlearning{TEXT}
242 @vindex \TEXT\
243 @ref{\TEXT\,,,learning,Manuel d'initiation}
244 @end macro
245
246 @macro rlearningnamed{TEXT,DISPLAY}
247 @vindex \TEXT\
248 @ref{\TEXT\,,\DISPLAY\,learning,Manuel d'initiation}
249 @end macro
250
251 @macro ruser{TEXT}
252 @vindex \TEXT\
253 @ref{\TEXT\,,,notation,Manuel de notation}
254 @end macro
255
256 @macro rusernamed{TEXT,DISPLAY}
257 @vindex \TEXT\
258 @ref{\TEXT\,,\DISPLAY\,notation,Manuel de notation}
259 @end macro
260
261 @macro ressay{TEXT}
262 @vindex \TEXT\
263 @ref{\TEXT\,,,essay,Essay}
264 @end macro
265
266 @macro ressaynamed{TEXT,DISPLAY}
267 @vindex \TEXT\
268 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
269 @end macro
270
271 @macro rprogram{TEXT}
272 @vindex \TEXT\
273 @ref{\TEXT\,,,usage,Manuel d'utilisation du programme}
274 @end macro
275
276 @macro rprogramnamed{TEXT,DISPLAY}
277 @vindex \TEXT\
278 @ref{\TEXT\,,\DISPLAY\,usage,Manuel d'utilisation du programme}
279 @end macro
280
281 @macro rlsr{TEXT}
282 @vindex \TEXT\
283 @ref{\TEXT\,,,snippets,Exemples de code}
284 @end macro
285
286 @macro rlsrnamed{TEXT,DISPLAY}
287 @ref{\TEXT\,,\DISPLAY\,snippets,Exemples de code}
288 @end macro
289
290 @macro rinternals{TEXT}
291 @vindex \TEXT\
292 @ref{\TEXT\,,,internals,Référence des propriétés internes}
293 @end macro
294
295 @macro rinternalsnamed{TEXT,DISPLAY}
296 @vindex \TEXT\
297 @ref{\TEXT\,,,internals,Référence des propriétés internes}
298 @end macro
299
300 @end ifclear
301
302 @end ifnottex
303
304
305 @c *** TeX ***
306
307 @iftex
308
309 @c All commands below should work in the middle of the line;
310 @c we thus must not use @vindex directly since it works only if placed
311 @c on a line of its own.  To overcome this problem, we define a
312 @c replacement macro using the internal definition of @vindex which
313 @c delimits arguments in the standard way (i.e., with braces).
314
315 @tex
316 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
317 @end tex
318
319 @macro rglos{TEXT}
320 @lilyvindex{\TEXT\}
321 @ref{\TEXT\,,,music-glossary,Glossaire}
322 @end macro
323
324 @macro rglosnamed{TEXT,DISPLAY}
325 @lilyvindex{\TEXT\}
326 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
327 @end macro
328
329 @macro rlearning{TEXT}
330 @lilyvindex{\TEXT\}
331 @ref{\TEXT\,,,learning.fr,Manuel d'initiation}
332 @end macro
333
334 @macro rlearningnamed{TEXT,DISPLAY}
335 @lilyvindex{\TEXT\}
336 @ref{\TEXT\,,\DISPLAY\,learning.fr,Manuel d'initiation}
337 @end macro
338
339 @macro ruser{TEXT}
340 @lilyvindex{\TEXT\}
341 @ref{\TEXT\,,,notation.fr,Manuel de notation}
342 @end macro
343
344 @macro rusernamed{TEXT,DISPLAY}
345 @lilyvindex{\TEXT\}
346 @ref{\TEXT\,,\DISPLAY\,notation.fr,Manuel de notation}
347 @end macro
348
349 @macro ressay{TEXT}
350 @vindex \TEXT\
351 @ref{\TEXT\,,,lilypond-essay,Essay}
352 @end macro
353
354 @macro ressaynamed{TEXT,DISPLAY}
355 @vindex \TEXT\
356 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay}
357 @end macro
358
359 @macro rprogram{TEXT}
360 @lilyvindex{\TEXT\}
361 @ref{\TEXT\,,,usage.fr,Manuel d'utilisation du programme}
362 @end macro
363
364 @macro rprogramnamed{TEXT,DISPLAY}
365 @lilyvindex{\TEXT\}
366 @ref{\TEXT\,,\DISPLAY\,usage.fr,Manuel d'utilisation du programme}
367 @end macro
368
369 @macro rlsr{TEXT}
370 @lilyvindex{\TEXT\}
371 @ref{\TEXT\,,,snippets,Exemples de code}
372 @end macro
373
374 @macro rlsrnamed{TEXT,DISPLAY}
375 @lilyvindex{\TEXT\}
376 @ref{\TEXT\,,\DISPLAY\,snippets,Exemples de code}
377 @end macro
378
379 @macro rinternals{TEXT}
380 @lilyvindex{\TEXT\}
381 @ref{\TEXT\,,,internals,Référence des propriétés internes}
382 @end macro
383
384 @macro rinternalsnamed{TEXT,DISPLAY}
385 @lilyvindex{\TEXT\}
386 @ref{\TEXT\,,,internals,Référence des propriétés internes}
387 @end macro
388
389 @end iftex
390
391
392 @c   ***** Macros specific to translated docs *****
393
394 @macro englishref
395 Cette section n'est pas encore encore traduite, veuillez
396 vous reporter à la documentation correspondante en anglais.
397 @end macro