]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/macros.itexi
698fe2084526d9d3bf9cdd04e7c83fe3ac6e5069
[lilypond.git] / Documentation / fr / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: e389a98ed32c929cb091453d9ec2856350cfb300
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10
11 @include version.itexi
12 @include common-macros.itexi
13
14 @ignore
15 ****************************
16 MACRO DEFINITIONS GUIDELINES
17 ****************************
18
19 This file should contain macro definitions which are common to all
20 languages, i.e. all macro definitions which do not contain text that
21 should be translated (namely text visible in the output).
22
23 Macro definitions which contain text that should be translated in
24 translations should be in macros.itexi.
25 @end ignore
26
27 @c   ***** Displaying text *****
28
29 @c To get decent quotes in `foo' and ``foo''.
30 @c FIXME: Use thin spaces for @qq.
31
32 @ifnotinfo
33
34 @macro q{TEXT}
35 @quoteleft{}\TEXT\@quoteright{}
36 @end macro
37
38 @macro qq{TEXT}
39 @guillemetleft{}@tie{}\TEXT\@tie{}@guillemetright{}
40 @end macro
41
42 @end ifnotinfo
43
44 @ifinfo
45
46 @macro q{TEXT}
47 `\TEXT\'
48 @end macro
49
50 @macro qq{TEXT}
51 « \TEXT\ »
52 @end macro
53
54 @end ifinfo
55
56
57 @ifhtml
58
59 @macro warning{TEXT}
60 @html
61 <div class="warning">
62 @end html
63 @strong{Note :} \TEXT\
64 @c keep the space for proper nesting of </p>
65
66 @html
67 </div>
68 @end html
69 @end macro
70
71 @end ifhtml
72
73 @ifnothtml
74
75 @macro warning{TEXT}
76 @quotation
77 @quotation
78 @cartouche
79 @b{Note :} \TEXT\
80 @end cartouche
81 @end quotation
82 @end quotation
83 @end macro
84
85 @end ifnothtml
86
87
88 @c do not translate the following macro -- it is used in
89 @c an untranslated manual.
90
91 @ifhtml
92
93 @macro advanced{TEXT}
94 @html
95 <div class="advanced">
96 @end html
97 @strong{Advanced note:} \TEXT\
98 @c keep the space for proper nesting of </p>
99
100 @html
101 </div>
102 @end html
103 @end macro
104
105 @end ifhtml
106
107 @ifnothtml
108
109 @macro advanced{TEXT}
110 @quotation
111 @b{Advanced note:} \TEXT\
112 @end quotation
113 @end macro
114
115 @end ifnothtml
116
117 @macro docMain
118 @cartouche
119 Pour connaître la place qu'occupe ce manuel dans la
120 documentation, consultez la page @rweb{Manuels}.
121
122 Si vous ne disposez pas de certains manuels, la documentation complète
123 se trouve sur @w{@uref{http://@/www@/.lilypond@/.org/}}.
124 @end cartouche
125 @end macro
126
127
128 @macro lilyTitlePage{TITLE}
129 @c  This produces the unified index
130 @syncodeindex fn cp
131 @syncodeindex vr cp
132
133
134 @c   ***** Copyright stuff *****
135 @ifset FDL
136 @copying
137 @copyrightDeclare
138
139 @emph{The translation of the following copyright notice is provided
140 for courtesy to non-English speakers, but only the notice in English
141 legally counts.}
142
143 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
144 faciliter sa compréhension par le lecteur non anglophone, mais seule la
145 notice en anglais a valeur légale.}
146
147 @quotation
148 Vous avez le droit de copier, distribuer et/ou modifier ce document
149 selon les termes de la Licence GNU de documentation libre, version 1.1
150 ou tout autre version ultérieure publiée par la Free Software
151 Foundation, ``sans aucune section invariante''.
152 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
153 @end quotation
154
155 @quotation
156 Permission is granted to copy, distribute and/or modify this document
157 under the terms of the GNU Free Documentation License, Version 1.1
158 or any later version published by the Free Software Foundation;
159 with no Invariant Sections.
160 A copy of the license is included in the section entitled ``GNU
161 Free Documentation License''.
162 @end quotation
163 @end copying
164 @end ifset
165
166 @ifclear FDL
167 @copying
168 Ce document a été placé dans le domaine public ; en France, les auteurs
169 renoncent à tous leurs droits patrimoniaux.
170 @end copying
171 @end ifclear
172
173
174 @c   ***** Title page *****
175 @ifnottex
176 @node Top
177 @top LilyPond --- \TITLE\
178
179 @cartouche
180 @manualIntro{}
181 @end cartouche
182 @end ifnottex
183
184 @finalout
185
186 @titlepage
187 @title LilyPond
188 @subtitle Le système de gravure musicale
189 @titlefont{\TITLE\}
190 @author L'équipe de développement de LilyPond
191
192 @vskip 60pt
193
194 @cartouche
195 @manualIntro{}
196 @end cartouche
197
198 @vskip 40pt
199
200 @docMain{}
201
202 @vskip 0pt plus 1filll
203
204 @insertcopying
205
206 Pour LilyPond version @version{}
207 @end titlepage
208
209 @end macro
210
211
212 @c   ***** Headings in a doc subsection *****
213
214 @c The next macro is a dummy currently since texinfo doesn't
215 @c provide a real ragged-right environment yet.
216 @c
217 @c Don't insert an empty line after @predefined!  Right now
218 @c it doesn't matter, but a future implementation will probably
219 @c add some code which needs this restriction.
220
221 @macro predefined
222 @noindent
223 @subsubheading Commandes prédéfinies
224 @end macro
225
226 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
227 @c the macro must not be empty.
228
229 @macro endpredefined
230 @c
231 @end macro
232
233
234 @macro snippets
235 @noindent
236 @subsubheading Morceaux choisis
237 @end macro
238
239
240 @c obsolete, remove when translation is fully updated
241 @macro commonprop
242 @noindent
243 @subsubheading Propriétés couramment modifiées
244 @end macro
245
246
247 @c Don't insert an empty line after @seealso!  Otherwise we get
248 @c unwanted extra vertical space in the PDF output.
249
250 @macro seealso
251 @noindent
252 @subsubheading Voir aussi
253 @indent
254 @end macro
255
256
257 @macro knownissues
258 @noindent
259 @subsubheading Problèmes connus et avertissements
260 @end macro
261
262
263
264
265 @c   ***** Links and references *****
266
267 @c  Definitions for references:
268 @c
269 @c     @rweb
270 @c     @ressay
271 @c     @rglos
272 @c     @rinternals
273 @c     @rlearning
274 @c     @rlsr
275 @c     @rprogram
276 @c     @ruser
277 @c     @rchanges
278 @c     @rextend
279 @c     @rcontrib
280 @c
281 @c  All these also have a @...named version which allows to specify the
282 @c  displayed text for the reference as second argument.
283 @c
284 @c ***** HTML + bigpage is a special case (other manual names); all other
285 @c formats are treated similarly.
286
287
288 @c *** not TeX ***
289
290 @ifnottex
291
292 @c ** bigpage **
293
294 @ifset bigpage
295
296 @macro rglos{TEXT}
297 @vindex \TEXT\
298 @ref{\TEXT\,,,music-glossary-big-page,Glossaire}
299 @end macro
300
301 @macro rglosnamed{TEXT,DISPLAY}
302 @vindex \TEXT\
303 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossaire}
304 @end macro
305
306 @macro rlearning{TEXT}
307 @vindex \TEXT\
308 @ref{\TEXT\,,,learning-big-page,Manuel d'initiation}
309 @end macro
310
311 @macro rlearningnamed{TEXT,DISPLAY}
312 @vindex \TEXT\
313 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuel d'initiation}
314 @end macro
315
316 @macro ruser{TEXT}
317 @vindex \TEXT\
318 @ref{\TEXT\,,,notation-big-page,Manuel de notation}
319 @end macro
320
321 @macro rusernamed{TEXT,DISPLAY}
322 @vindex \TEXT\
323 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Manuel de notation}
324 @end macro
325
326 @macro rextend{TEXT}
327 @vindex \TEXT\
328 @ref{\TEXT\,,,extending-big-page,Extension de LilyPond}
329 @end macro
330
331 @macro rextendnamed{TEXT,DISPLAY}
332 @vindex \TEXT\
333 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extension de LilyPond}
334 @end macro
335
336 @macro rchanges{TEXT}
337 @vindex \TEXT\
338 @ref{\TEXT\,,,changes-big-page,Nouveautés}
339 @end macro
340
341 @macro rchangesnamed{TEXT,DISPLAY}
342 @vindex \TEXT\
343 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Nouveautés}
344 @end macro
345
346 @macro rcontrib{TEXT}
347 @vindex \TEXT\
348 @ref{\TEXT\,,,contributor-big-page,Guide du contributeur}
349 @end macro
350
351 @macro rcontribnamed{TEXT,DISPLAY}
352 @vindex \TEXT\
353 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guide du contributeur}
354 @end macro
355
356 @macro rweb{TEXT}
357 @vindex \TEXT\
358 @ref{\TEXT\,,,web-big-page,Informations générales}
359 @end macro
360
361 @macro rwebnamed{TEXT,DISPLAY}
362 @vindex \TEXT\
363 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informations générales}
364 @end macro
365
366 @macro ressay{TEXT}
367 @vindex \TEXT\
368 @ref{\TEXT\,,,essay-big-page,Essai}
369 @end macro
370
371 @macro ressaynamed{TEXT,DISPLAY}
372 @vindex \TEXT\
373 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essai}
374 @end macro
375
376 @macro rprogram{TEXT}
377 @vindex \TEXT\
378 @ref{\TEXT\,,,usage-big-page,Utilisation des programmes}
379 @end macro
380
381 @macro rprogramnamed{TEXT,DISPLAY}
382 @vindex \TEXT\
383 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilisation des programmes}
384 @end macro
385
386 @macro rlsr{TEXT}
387 @ref{\TEXT\,,,snippets-big-page,Morceaux choisis}
388 @end macro
389
390 @macro rlsrnamed{TEXT,DISPLAY}
391 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Morceaux choisis}
392 @end macro
393
394 @macro rinternals{TEXT}
395 @vindex \TEXT\
396 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
397 @end macro
398
399 @macro rinternalsnamed{TEXT,DISPLAY}
400 @vindex \TEXT\
401 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
402 @end macro
403
404 @end ifset
405
406
407 @c ** not bigpage **
408
409 @ifclear bigpage
410
411 @ifnotinfo
412
413 @macro rglos{TEXT}
414 @vindex \TEXT\
415 @ref{\TEXT\,,,music-glossary,Glossaire}
416 @end macro
417
418 @macro rglosnamed{TEXT,DISPLAY}
419 @vindex \TEXT\
420 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
421 @end macro
422
423 @macro rlearning{TEXT}
424 @vindex \TEXT\
425 @ref{\TEXT\,,,learning,Manuel d'initiation}
426 @end macro
427
428 @macro rlearningnamed{TEXT,DISPLAY}
429 @vindex \TEXT\
430 @ref{\TEXT\,,\DISPLAY\,learning,Manuel d'initiation}
431 @end macro
432
433 @macro ruser{TEXT}
434 @vindex \TEXT\
435 @ref{\TEXT\,,,notation,Manuel de notation}
436 @end macro
437
438 @macro rusernamed{TEXT,DISPLAY}
439 @vindex \TEXT\
440 @ref{\TEXT\,,\DISPLAY\,notation,Manuel de notation}
441 @end macro
442
443 @macro rchanges{TEXT}
444 @vindex \TEXT\
445 @ref{\TEXT\,,,changes,Nouveautés}
446 @end macro
447
448 @macro rchangesnamed{TEXT,DISPLAY}
449 @vindex \TEXT\
450 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
451 @end macro
452
453 @macro rextend{TEXT}
454 @vindex \TEXT\
455 @ref{\TEXT\,,,extending,Extension de LilyPond}
456 @end macro
457
458 @macro rextendnamed{TEXT,DISPLAY}
459 @vindex \TEXT\
460 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
461 @end macro
462
463 @macro rcontrib{TEXT}
464 @vindex \TEXT\
465 @ref{\TEXT\,,,contributor,Guide du contributeur}
466 @end macro
467
468 @macro rcontribnamed{TEXT,DISPLAY}
469 @vindex \TEXT\
470 @ref{\TEXT\,,\DISPLAY\,contributor,Guide du contributeur}
471 @end macro
472
473 @macro rweb{TEXT}
474 @vindex \TEXT\
475 @ref{\TEXT\,,,web,Informations générales}
476 @end macro
477
478 @macro rwebnamed{TEXT,DISPLAY}
479 @vindex \TEXT\
480 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
481 @end macro
482
483 @macro ressay{TEXT}
484 @vindex \TEXT\
485 @ref{\TEXT\,,,essay,Essai}
486 @end macro
487
488 @macro ressaynamed{TEXT,DISPLAY}
489 @vindex \TEXT\
490 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
491 @end macro
492
493 @macro rprogram{TEXT}
494 @vindex \TEXT\
495 @ref{\TEXT\,,,usage,Utilisation des programmes}
496 @end macro
497
498 @macro rprogramnamed{TEXT,DISPLAY}
499 @vindex \TEXT\
500 @ref{\TEXT\,,\DISPLAY\,usage,Utilisation des programmes}
501 @end macro
502
503 @macro rlsr{TEXT}
504 @ref{\TEXT\,,,snippets,Morceaux choisis}
505 @end macro
506
507 @macro rlsrnamed{TEXT,DISPLAY}
508 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
509 @end macro
510
511 @macro rinternals{TEXT}
512 @vindex \TEXT\
513 @ref{\TEXT\,,,internals,Référence des propriétés internes}
514 @end macro
515
516 @macro rinternalsnamed{TEXT,DISPLAY}
517 @vindex \TEXT\
518 @ref{\TEXT\,,\DISPLAY\,internals,Référence des propriétés internes}
519 @end macro
520
521 @end ifnotinfo
522
523 @ifinfo
524
525 @macro rglos{TEXT}
526 @vindex \TEXT\
527 @ref{\TEXT\,,,music-glossary,Glossaire}
528 @end macro
529
530 @macro rglosnamed{TEXT,DISPLAY}
531 @vindex \TEXT\
532 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
533 @end macro
534
535 @macro rlearning{TEXT}
536 @vindex \TEXT\
537 @ref{\TEXT\,,,lilypond-learning,Manuel d'initiation}
538 @end macro
539
540 @macro rlearningnamed{TEXT,DISPLAY}
541 @vindex \TEXT\
542 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Manuel d'initiation}
543 @end macro
544
545 @macro ruser{TEXT}
546 @vindex \TEXT\
547 @ref{\TEXT\,,,lilypond-notation,Manuel de notation}
548 @end macro
549
550 @macro rusernamed{TEXT,DISPLAY}
551 @vindex \TEXT\
552 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Manuel de notation}
553 @end macro
554
555 @macro rchanges{TEXT}
556 @vindex \TEXT\
557 @ref{\TEXT\,,,lilypond-changes,Nouveautés}
558 @end macro
559
560 @macro rchangesnamed{TEXT,DISPLAY}
561 @vindex \TEXT\
562 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Nouveautés}
563 @end macro
564
565 @macro rextend{TEXT}
566 @vindex \TEXT\
567 @ref{\TEXT\,,,lilypond-extending,Extension de LilyPond}
568 @end macro
569
570 @macro rextendnamed{TEXT,DISPLAY}
571 @vindex \TEXT\
572 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extension de LilyPond}
573 @end macro
574
575 @macro rcontrib{TEXT}
576 @vindex \TEXT\
577 @ref{\TEXT\,,,lilypond-contributor,Guide du contributeur}
578 @end macro
579
580 @macro rcontribnamed{TEXT,DISPLAY}
581 @vindex \TEXT\
582 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guide du contributeur}
583 @end macro
584
585 @macro rweb{TEXT}
586 @vindex \TEXT\
587 @ref{\TEXT\,,,lilypond-web,Informations générales}
588 @end macro
589
590 @macro rwebnamed{TEXT,DISPLAY}
591 @vindex \TEXT\
592 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Informations générales}
593 @end macro
594
595 @macro ressay{TEXT}
596 @vindex \TEXT\
597 @ref{\TEXT\,,,lilypond-essay,Essai}
598 @end macro
599
600 @macro ressaynamed{TEXT,DISPLAY}
601 @vindex \TEXT\
602 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essai}
603 @end macro
604
605 @macro rprogram{TEXT}
606 @vindex \TEXT\
607 @ref{\TEXT\,,,lilypond-usage,Utilisation des programmes}
608 @end macro
609
610 @macro rprogramnamed{TEXT,DISPLAY}
611 @vindex \TEXT\
612 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilisation des programmes}
613 @end macro
614
615 @macro rlsr{TEXT}
616 @ref{\TEXT\,,,lilypond-snippets,Morceaux choisis}
617 @end macro
618
619 @macro rlsrnamed{TEXT,DISPLAY}
620 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Morceaux choisis}
621 @end macro
622
623 @macro rinternals{TEXT}
624 @vindex \TEXT\
625 @ref{\TEXT\,,,lilypond-internals,Référence des propriétés internes}
626 @end macro
627
628 @macro rinternalsnamed{TEXT,DISPLAY}
629 @vindex \TEXT\
630 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Référence des propriétés internes}
631 @end macro
632
633 @end ifinfo
634
635 @end ifclear
636
637 @end ifnottex
638
639
640 @c *** TeX ***
641
642 @iftex
643
644 @c All commands below should work in the middle of the line;
645 @c we thus must not use @vindex directly since it works only if placed
646 @c on a line of its own.  To overcome this problem, we define a
647 @c replacement macro using the internal definition of @vindex which
648 @c delimits arguments in the standard way (i.e., with braces).
649
650 @tex
651 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
652 @end tex
653
654 @macro rglos{TEXT}
655 @lilyvindex{\TEXT\}
656 @ref{\TEXT\,,,music-glossary,Glossaire}
657 @end macro
658
659 @macro rglosnamed{TEXT,DISPLAY}
660 @lilyvindex{\TEXT\}
661 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
662 @end macro
663
664 @macro rlearning{TEXT}
665 @lilyvindex{\TEXT\}
666 @ref{\TEXT\,,,learning.fr,Manuel d'initiation}
667 @end macro
668
669 @macro rlearningnamed{TEXT,DISPLAY}
670 @lilyvindex{\TEXT\}
671 @ref{\TEXT\,,\DISPLAY\,learning.fr,Manuel d'initiation}
672 @end macro
673
674 @macro ruser{TEXT}
675 @lilyvindex{\TEXT\}
676 @ref{\TEXT\,,,notation.fr,Manuel de notation}
677 @end macro
678
679 @macro rusernamed{TEXT,DISPLAY}
680 @lilyvindex{\TEXT\}
681 @ref{\TEXT\,,\DISPLAY\,notation.fr,Manuel de notation}
682 @end macro
683
684 @macro rchanges{TEXT}
685 @vindex{\TEXT\}
686 @ref{\TEXT\,,,changes,Nouveautés}
687 @end macro
688
689 @macro rchangesnamed{TEXT,DISPLAY}
690 @vindex{\TEXT\}
691 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
692 @end macro
693
694 @macro rextend{TEXT}
695 @vindex{\TEXT\}
696 @ref{\TEXT\,,,extending,Extension de LilyPond}
697 @end macro
698
699 @macro rextendnamed{TEXT,DISPLAY}
700 @vindex{\TEXT\}
701 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
702 @end macro
703
704 @macro rcontrib{TEXT}
705 @vindex{\TEXT\}
706 @ref{\TEXT\,,,contributor,Guide du contributeur}
707 @end macro
708
709 @macro rcontribnamed{TEXT,DISPLAY}
710 @vindex{\TEXT\}
711 @ref{\TEXT\,,\DISPLAY\,contributor,Guide du contributeur}
712 @end macro
713
714 @macro rweb{TEXT}
715 @lilyvindex{\TEXT\}
716 @ref{\TEXT\,,,web,Informations générales}
717 @end macro
718
719 @macro rwebnamed{TEXT,DISPLAY}
720 @lilyvindex{\TEXT\}
721 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
722 @end macro
723
724 @macro ressay{TEXT}
725 @vindex{\TEXT\}
726 @ref{\TEXT\,,,essay,Essai}
727 @end macro
728
729 @macro ressaynamed{TEXT,DISPLAY}
730 @vindex{\TEXT\}
731 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
732 @end macro
733
734 @macro rprogram{TEXT}
735 @lilyvindex{\TEXT\}
736 @ref{\TEXT\,,,usage.fr,Utilisation des programmes}
737 @end macro
738
739 @macro rprogramnamed{TEXT,DISPLAY}
740 @lilyvindex{\TEXT\}
741 @ref{\TEXT\,,\DISPLAY\,usage.fr,Utilisation des programmes}
742 @end macro
743
744 @macro rlsr{TEXT}
745 @lilyvindex{\TEXT\}
746 @ref{\TEXT\,,,snippets,Morceaux choisis}
747 @end macro
748
749 @macro rlsrnamed{TEXT,DISPLAY}
750 @lilyvindex{\TEXT\}
751 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
752 @end macro
753
754 @macro rinternals{TEXT}
755 @lilyvindex{\TEXT\}
756 @ref{\TEXT\,,,internals,Référence des propriétés internes}
757 @end macro
758
759 @macro rinternalsnamed{TEXT,DISPLAY}
760 @lilyvindex{\TEXT\}
761 @ref{\TEXT\,,,internals,Référence des propriétés internes}
762 @end macro
763
764 @end iftex
765
766
767 @c  ***** Macros specific to the web site *****
768
769 @ifset web
770
771 @macro exampleImage{IMAGE-FILE}
772 @html
773 <div class="float-center">
774   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
775     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
776   </a>
777   <p style="text-align: center">
778     (cliquez pour agrandir)
779   </p>
780 </div>
781 @end html
782 @iftex
783 @image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
784 @end iftex
785 @ifinfo
786 @image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
787 @end ifinfo
788 @end macro
789
790 @macro help{TEXT}
791 @html
792 <div class="help">
793 <strong>
794   <span style="text-decoration:blink">À l'aide&nbsp;:</span>
795 </strong> \TEXT\
796 </div>
797 @end html
798 @end macro
799
800 @c LEGALESE
801
802 @macro logoLegalLinux
803 Tux le pingouin Linux a été créé par
804 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} avec
805 @uref{http://www.isc.tamu.edu/~lewing/gimp/,GIMP}.
806
807 @end macro
808
809 @macro logoLegalFreeBSD
810 Le logo FreeBSD logo est une marque déposée par la
811 @uref{http://www.freebsd.org/,Fondation FreeBSD}.
812
813 @end macro
814
815 @macro logoLegalMacOSX
816 L'image @q{X} n'est pas déposée.  Elle a été créée par
817 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} et
818 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, et
819 distribuée sous la licence GNU Free Documentation License version 1.2 ou
820 ultérieure.
821 Nous avons trouvé cette image sur
822 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
823 cette page de Wikimedia Commons}.
824
825 @end macro
826
827 @macro logoLegalWindows
828 Le @qq{rectangle aux quatre couleurs} n'est pas une marque déposée.
829 Il a été créé par @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} et
830 distribué sous la licence GNU Free Documentation License version 1.2.  Nous
831 avons trouvé cette image sur
832 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
833 cette page de Wikimedia Commons}.
834
835 @end macro
836
837 @end ifset
838
839
840 @c   ***** Macros specific to translated docs *****
841
842 @macro englishref
843 Cette section n'est pas encore encore traduite, veuillez
844 vous reporter à la documentation correspondante en anglais.
845 @end macro
846