]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/macros.itexi
31bb17fe03190cfe4128373c6256e64af4255539
[lilypond.git] / Documentation / fr / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 0628cc44250b21d422b21890a7f266cd4b5ca584
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 @c @raggedright can be enabled as soon as texinfo 5.x or larger
222 @c is in use for Gub and LilyDev 3.
223
224 @macro predefined
225 @noindent
226 @subsubheading Commandes prédéfinies
227 @c @raggedright
228 @end macro
229
230 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
231 @c the macro must not be empty.
232
233 @macro endpredefined
234 @c @end @raggedright
235 @end macro
236
237
238 @macro snippets
239 @noindent
240 @subsubheading Morceaux choisis
241 @end macro
242
243
244 @c obsolete, remove when translation is fully updated
245 @macro commonprop
246 @noindent
247 @subsubheading Propriétés couramment modifiées
248 @end macro
249
250
251 @c Don't insert an empty line after @seealso!  Otherwise we get
252 @c unwanted extra vertical space in the PDF output.
253
254 @macro seealso
255 @noindent
256 @subsubheading Voir aussi
257 @indent
258 @end macro
259
260
261 @macro knownissues
262 @noindent
263 @subsubheading Problèmes connus et avertissements
264 @end macro
265
266
267
268
269 @c   ***** Links and references *****
270
271 @c  Definitions for references:
272 @c
273 @c     @rweb
274 @c     @ressay
275 @c     @rglos
276 @c     @rinternals
277 @c     @rlearning
278 @c     @rlsr
279 @c     @rprogram
280 @c     @ruser
281 @c     @rchanges
282 @c     @rextend
283 @c     @rcontrib
284 @c
285 @c  All these also have a @...named version which allows to specify the
286 @c  displayed text for the reference as second argument.
287 @c
288 @c ***** HTML + bigpage is a special case (other manual names); all other
289 @c formats are treated similarly.
290
291
292 @c *** not TeX ***
293
294 @ifnottex
295
296 @c ** bigpage **
297
298 @ifset bigpage
299
300 @macro rglos{TEXT}
301 @vindex \TEXT\
302 @ref{\TEXT\,,,music-glossary-big-page,Glossaire}
303 @end macro
304
305 @macro rglosnamed{TEXT,DISPLAY}
306 @vindex \TEXT\
307 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossaire}
308 @end macro
309
310 @macro rlearning{TEXT}
311 @vindex \TEXT\
312 @ref{\TEXT\,,,learning-big-page,Manuel d'initiation}
313 @end macro
314
315 @macro rlearningnamed{TEXT,DISPLAY}
316 @vindex \TEXT\
317 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuel d'initiation}
318 @end macro
319
320 @macro ruser{TEXT}
321 @vindex \TEXT\
322 @ref{\TEXT\,,,notation-big-page,Manuel de notation}
323 @end macro
324
325 @macro rusernamed{TEXT,DISPLAY}
326 @vindex \TEXT\
327 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Manuel de notation}
328 @end macro
329
330 @macro rextend{TEXT}
331 @vindex \TEXT\
332 @ref{\TEXT\,,,extending-big-page,Extension de LilyPond}
333 @end macro
334
335 @macro rextendnamed{TEXT,DISPLAY}
336 @vindex \TEXT\
337 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extension de LilyPond}
338 @end macro
339
340 @macro rchanges{TEXT}
341 @vindex \TEXT\
342 @ref{\TEXT\,,,changes-big-page,Nouveautés}
343 @end macro
344
345 @macro rchangesnamed{TEXT,DISPLAY}
346 @vindex \TEXT\
347 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Nouveautés}
348 @end macro
349
350 @macro rcontrib{TEXT}
351 @vindex \TEXT\
352 @ref{\TEXT\,,,contributor-big-page,Guide du contributeur}
353 @end macro
354
355 @macro rcontribnamed{TEXT,DISPLAY}
356 @vindex \TEXT\
357 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guide du contributeur}
358 @end macro
359
360 @macro rweb{TEXT}
361 @vindex \TEXT\
362 @ref{\TEXT\,,,web-big-page,Informations générales}
363 @end macro
364
365 @macro rwebnamed{TEXT,DISPLAY}
366 @vindex \TEXT\
367 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informations générales}
368 @end macro
369
370 @macro ressay{TEXT}
371 @vindex \TEXT\
372 @ref{\TEXT\,,,essay-big-page,Essai}
373 @end macro
374
375 @macro ressaynamed{TEXT,DISPLAY}
376 @vindex \TEXT\
377 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essai}
378 @end macro
379
380 @macro rprogram{TEXT}
381 @vindex \TEXT\
382 @ref{\TEXT\,,,usage-big-page,Utilisation des programmes}
383 @end macro
384
385 @macro rprogramnamed{TEXT,DISPLAY}
386 @vindex \TEXT\
387 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilisation des programmes}
388 @end macro
389
390 @macro rlsr{TEXT}
391 @ref{\TEXT\,,,snippets-big-page,Morceaux choisis}
392 @end macro
393
394 @macro rlsrnamed{TEXT,DISPLAY}
395 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Morceaux choisis}
396 @end macro
397
398 @macro rinternals{TEXT}
399 @vindex \TEXT\
400 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
401 @end macro
402
403 @macro rinternalsnamed{TEXT,DISPLAY}
404 @vindex \TEXT\
405 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
406 @end macro
407
408 @end ifset
409
410
411 @c ** not bigpage **
412
413 @ifclear bigpage
414
415 @ifnotinfo
416
417 @macro rglos{TEXT}
418 @vindex \TEXT\
419 @ref{\TEXT\,,,music-glossary,Glossaire}
420 @end macro
421
422 @macro rglosnamed{TEXT,DISPLAY}
423 @vindex \TEXT\
424 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
425 @end macro
426
427 @macro rlearning{TEXT}
428 @vindex \TEXT\
429 @ref{\TEXT\,,,learning,Manuel d'initiation}
430 @end macro
431
432 @macro rlearningnamed{TEXT,DISPLAY}
433 @vindex \TEXT\
434 @ref{\TEXT\,,\DISPLAY\,learning,Manuel d'initiation}
435 @end macro
436
437 @macro ruser{TEXT}
438 @vindex \TEXT\
439 @ref{\TEXT\,,,notation,Manuel de notation}
440 @end macro
441
442 @macro rusernamed{TEXT,DISPLAY}
443 @vindex \TEXT\
444 @ref{\TEXT\,,\DISPLAY\,notation,Manuel de notation}
445 @end macro
446
447 @macro rchanges{TEXT}
448 @vindex \TEXT\
449 @ref{\TEXT\,,,changes,Nouveautés}
450 @end macro
451
452 @macro rchangesnamed{TEXT,DISPLAY}
453 @vindex \TEXT\
454 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
455 @end macro
456
457 @macro rextend{TEXT}
458 @vindex \TEXT\
459 @ref{\TEXT\,,,extending,Extension de LilyPond}
460 @end macro
461
462 @macro rextendnamed{TEXT,DISPLAY}
463 @vindex \TEXT\
464 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
465 @end macro
466
467 @macro rcontrib{TEXT}
468 @vindex \TEXT\
469 @ref{\TEXT\,,,contributor,Guide du contributeur}
470 @end macro
471
472 @macro rcontribnamed{TEXT,DISPLAY}
473 @vindex \TEXT\
474 @ref{\TEXT\,,\DISPLAY\,contributor,Guide du contributeur}
475 @end macro
476
477 @macro rweb{TEXT}
478 @vindex \TEXT\
479 @ref{\TEXT\,,,web,Informations générales}
480 @end macro
481
482 @macro rwebnamed{TEXT,DISPLAY}
483 @vindex \TEXT\
484 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
485 @end macro
486
487 @macro ressay{TEXT}
488 @vindex \TEXT\
489 @ref{\TEXT\,,,essay,Essai}
490 @end macro
491
492 @macro ressaynamed{TEXT,DISPLAY}
493 @vindex \TEXT\
494 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
495 @end macro
496
497 @macro rprogram{TEXT}
498 @vindex \TEXT\
499 @ref{\TEXT\,,,usage,Utilisation des programmes}
500 @end macro
501
502 @macro rprogramnamed{TEXT,DISPLAY}
503 @vindex \TEXT\
504 @ref{\TEXT\,,\DISPLAY\,usage,Utilisation des programmes}
505 @end macro
506
507 @macro rlsr{TEXT}
508 @ref{\TEXT\,,,snippets,Morceaux choisis}
509 @end macro
510
511 @macro rlsrnamed{TEXT,DISPLAY}
512 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
513 @end macro
514
515 @macro rinternals{TEXT}
516 @vindex \TEXT\
517 @ref{\TEXT\,,,internals,Référence des propriétés internes}
518 @end macro
519
520 @macro rinternalsnamed{TEXT,DISPLAY}
521 @vindex \TEXT\
522 @ref{\TEXT\,,\DISPLAY\,internals,Référence des propriétés internes}
523 @end macro
524
525 @end ifnotinfo
526
527 @ifinfo
528
529 @macro rglos{TEXT}
530 @vindex \TEXT\
531 @ref{\TEXT\,,,music-glossary,Glossaire}
532 @end macro
533
534 @macro rglosnamed{TEXT,DISPLAY}
535 @vindex \TEXT\
536 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
537 @end macro
538
539 @macro rlearning{TEXT}
540 @vindex \TEXT\
541 @ref{\TEXT\,,,lilypond-learning,Manuel d'initiation}
542 @end macro
543
544 @macro rlearningnamed{TEXT,DISPLAY}
545 @vindex \TEXT\
546 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Manuel d'initiation}
547 @end macro
548
549 @macro ruser{TEXT}
550 @vindex \TEXT\
551 @ref{\TEXT\,,,lilypond-notation,Manuel de notation}
552 @end macro
553
554 @macro rusernamed{TEXT,DISPLAY}
555 @vindex \TEXT\
556 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Manuel de notation}
557 @end macro
558
559 @macro rchanges{TEXT}
560 @vindex \TEXT\
561 @ref{\TEXT\,,,lilypond-changes,Nouveautés}
562 @end macro
563
564 @macro rchangesnamed{TEXT,DISPLAY}
565 @vindex \TEXT\
566 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Nouveautés}
567 @end macro
568
569 @macro rextend{TEXT}
570 @vindex \TEXT\
571 @ref{\TEXT\,,,lilypond-extending,Extension de LilyPond}
572 @end macro
573
574 @macro rextendnamed{TEXT,DISPLAY}
575 @vindex \TEXT\
576 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extension de LilyPond}
577 @end macro
578
579 @macro rcontrib{TEXT}
580 @vindex \TEXT\
581 @ref{\TEXT\,,,lilypond-contributor,Guide du contributeur}
582 @end macro
583
584 @macro rcontribnamed{TEXT,DISPLAY}
585 @vindex \TEXT\
586 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guide du contributeur}
587 @end macro
588
589 @macro rweb{TEXT}
590 @vindex \TEXT\
591 @ref{\TEXT\,,,lilypond-web,Informations générales}
592 @end macro
593
594 @macro rwebnamed{TEXT,DISPLAY}
595 @vindex \TEXT\
596 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Informations générales}
597 @end macro
598
599 @macro ressay{TEXT}
600 @vindex \TEXT\
601 @ref{\TEXT\,,,lilypond-essay,Essai}
602 @end macro
603
604 @macro ressaynamed{TEXT,DISPLAY}
605 @vindex \TEXT\
606 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essai}
607 @end macro
608
609 @macro rprogram{TEXT}
610 @vindex \TEXT\
611 @ref{\TEXT\,,,lilypond-usage,Utilisation des programmes}
612 @end macro
613
614 @macro rprogramnamed{TEXT,DISPLAY}
615 @vindex \TEXT\
616 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilisation des programmes}
617 @end macro
618
619 @macro rlsr{TEXT}
620 @ref{\TEXT\,,,lilypond-snippets,Morceaux choisis}
621 @end macro
622
623 @macro rlsrnamed{TEXT,DISPLAY}
624 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Morceaux choisis}
625 @end macro
626
627 @macro rinternals{TEXT}
628 @vindex \TEXT\
629 @ref{\TEXT\,,,lilypond-internals,Référence des propriétés internes}
630 @end macro
631
632 @macro rinternalsnamed{TEXT,DISPLAY}
633 @vindex \TEXT\
634 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Référence des propriétés internes}
635 @end macro
636
637 @end ifinfo
638
639 @end ifclear
640
641 @end ifnottex
642
643
644 @c *** TeX ***
645
646 @iftex
647
648 @c All commands below should work in the middle of the line;
649 @c we thus must not use @vindex directly since it works only if placed
650 @c on a line of its own.  To overcome this problem, we define a
651 @c replacement macro using the internal definition of @vindex which
652 @c delimits arguments in the standard way (i.e., with braces).
653
654 @tex
655 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
656 @end tex
657
658 @macro rglos{TEXT}
659 @lilyvindex{\TEXT\}
660 @ref{\TEXT\,,,music-glossary,Glossaire}
661 @end macro
662
663 @macro rglosnamed{TEXT,DISPLAY}
664 @lilyvindex{\TEXT\}
665 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
666 @end macro
667
668 @macro rlearning{TEXT}
669 @lilyvindex{\TEXT\}
670 @ref{\TEXT\,,,learning.fr,Manuel d'initiation}
671 @end macro
672
673 @macro rlearningnamed{TEXT,DISPLAY}
674 @lilyvindex{\TEXT\}
675 @ref{\TEXT\,,\DISPLAY\,learning.fr,Manuel d'initiation}
676 @end macro
677
678 @macro ruser{TEXT}
679 @lilyvindex{\TEXT\}
680 @ref{\TEXT\,,,notation.fr,Manuel de notation}
681 @end macro
682
683 @macro rusernamed{TEXT,DISPLAY}
684 @lilyvindex{\TEXT\}
685 @ref{\TEXT\,,\DISPLAY\,notation.fr,Manuel de notation}
686 @end macro
687
688 @macro rchanges{TEXT}
689 @vindex{\TEXT\}
690 @ref{\TEXT\,,,changes,Nouveautés}
691 @end macro
692
693 @macro rchangesnamed{TEXT,DISPLAY}
694 @vindex{\TEXT\}
695 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
696 @end macro
697
698 @macro rextend{TEXT}
699 @vindex{\TEXT\}
700 @ref{\TEXT\,,,extending,Extension de LilyPond}
701 @end macro
702
703 @macro rextendnamed{TEXT,DISPLAY}
704 @vindex{\TEXT\}
705 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
706 @end macro
707
708 @macro rcontrib{TEXT}
709 @vindex{\TEXT\}
710 @ref{\TEXT\,,,contributor,Guide du contributeur}
711 @end macro
712
713 @macro rcontribnamed{TEXT,DISPLAY}
714 @vindex{\TEXT\}
715 @ref{\TEXT\,,\DISPLAY\,contributor,Guide du contributeur}
716 @end macro
717
718 @macro rweb{TEXT}
719 @lilyvindex{\TEXT\}
720 @ref{\TEXT\,,,web,Informations générales}
721 @end macro
722
723 @macro rwebnamed{TEXT,DISPLAY}
724 @lilyvindex{\TEXT\}
725 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
726 @end macro
727
728 @macro ressay{TEXT}
729 @vindex{\TEXT\}
730 @ref{\TEXT\,,,essay,Essai}
731 @end macro
732
733 @macro ressaynamed{TEXT,DISPLAY}
734 @vindex{\TEXT\}
735 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
736 @end macro
737
738 @macro rprogram{TEXT}
739 @lilyvindex{\TEXT\}
740 @ref{\TEXT\,,,usage.fr,Utilisation des programmes}
741 @end macro
742
743 @macro rprogramnamed{TEXT,DISPLAY}
744 @lilyvindex{\TEXT\}
745 @ref{\TEXT\,,\DISPLAY\,usage.fr,Utilisation des programmes}
746 @end macro
747
748 @macro rlsr{TEXT}
749 @lilyvindex{\TEXT\}
750 @ref{\TEXT\,,,snippets,Morceaux choisis}
751 @end macro
752
753 @macro rlsrnamed{TEXT,DISPLAY}
754 @lilyvindex{\TEXT\}
755 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
756 @end macro
757
758 @macro rinternals{TEXT}
759 @lilyvindex{\TEXT\}
760 @ref{\TEXT\,,,internals,Référence des propriétés internes}
761 @end macro
762
763 @macro rinternalsnamed{TEXT,DISPLAY}
764 @lilyvindex{\TEXT\}
765 @ref{\TEXT\,,,internals,Référence des propriétés internes}
766 @end macro
767
768 @end iftex
769
770
771 @c  ***** Macros specific to the web site *****
772
773 @ifset web
774
775 @macro exampleImage{IMAGE-FILE}
776 @html
777 <div class="float-center example-image-wrapper">
778   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
779     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
780   </a>
781   <p style="text-align: center">
782     (cliquez pour agrandir)
783   </p>
784 </div>
785 @end html
786 @iftex
787 @image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
788 @end iftex
789 @ifinfo
790 @image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
791 @end ifinfo
792 @end macro
793
794 @macro help{TEXT}
795 @html
796 <div class="help">
797 <strong>
798   <span style="text-decoration:blink">À l'aide&nbsp;:</span>
799 </strong> \TEXT\
800 </div>
801 @end html
802 @end macro
803
804 @c LEGALESE
805
806 @macro logoLegalLinux
807 Tux le pingouin Linux a été créé par
808 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} avec
809 @uref{http://www.isc.tamu.edu/~lewing/gimp/,GIMP}.
810
811 @end macro
812
813 @macro logoLegalFreeBSD
814 Le logo FreeBSD logo est une marque déposée par la
815 @uref{http://www.freebsd.org/,Fondation FreeBSD}.
816
817 @end macro
818
819 @macro logoLegalMacOSX
820 L'image @q{X} n'est pas déposée.  Elle a été créée par
821 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} et
822 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, et
823 distribuée sous la licence GNU Free Documentation License version 1.2 ou
824 ultérieure.
825 Nous avons trouvé cette image sur
826 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
827 cette page de Wikimedia Commons}.
828
829 @end macro
830
831 @macro logoLegalWindows
832 Le @qq{rectangle aux quatre couleurs} n'est pas une marque déposée.
833 Il a été créé par @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} et
834 distribué sous la licence GNU Free Documentation License version 1.2.  Nous
835 avons trouvé cette image sur
836 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
837 cette page de Wikimedia Commons}.
838
839 @end macro
840
841 @end ifset
842
843
844 @c   ***** Macros specific to translated docs *****
845
846 @macro englishref
847 Cette section n'est pas encore encore traduite, veuillez
848 vous reporter à la documentation correspondante en anglais.
849 @end macro