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