Remove unused prototype in score.hh.
[lilypond/mpolesky.git] / Documentation / fr / macros.itexi
blob06a32cf27219d8adc5c8bf1e67136a33007b0d4f
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: fa8dd31ed29a5ef35d76f127a795b5c2d951f5dd
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
11 @include version.itexi
12 @include common-macros.itexi
14 @ignore
15 ****************************
16 MACRO DEFINITIONS GUIDELINES
17 ****************************
19 This file should contain macro defintions 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).
23 Macro definitions which contain text that should be translated in
24 translations should be in macros.itexi.
25 @end ignore
27 @c   ***** Displaying text *****
29 @c To get decent quotes in `foo' and ``foo''.
30 @c FIXME: Use thin spaces for @qq.
32 @ifnotinfo
34 @macro q{TEXT}
35 @quoteleft{}\TEXT\@quoteright{}
36 @end macro
38 @macro qq{TEXT}
39 @guillemetleft{}@tie{}\TEXT\@tie{}@guillemetright{}
40 @end macro
42 @end ifnotinfo
44 @ifinfo
46 @macro q{TEXT}
47 `\TEXT\'
48 @end macro
50 @macro qq{TEXT}
51 « \TEXT\ »
52 @end macro
54 @end ifinfo
57 @ifhtml
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>
66 @html
67 </div>
68 @end html
69 @end macro
71 @end ifhtml
73 @ifnothtml
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
85 @end ifnothtml
87 @macro docMain
88 @cartouche
89 Pour connaître la place qu'occupe ce manuel dans la
90 documentation, consultez Manuels.
92 Si vous ne disposez pas de certains manuels, la documentation complète
93 se trouve sur @w{@uref{http://@/www@/.lilypond@/.org/}}.
94 @end cartouche
95 @end macro
98 @macro lilyTitlePage{TITLE}
99 @c  This produces the unified index
100 @syncodeindex fn cp
101 @syncodeindex vr cp
104 @c   ***** Copyright stuff *****
105 @ifset FDL
106 @copying
107 @copyrightDeclare
109 @emph{The translation of the following copyright notice is provided
110 for courtesy to non-English speakers, but only the notice in English
111 legally counts.}
113 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
114 faciliter sa compréhension par le lecteur non anglophone, mais seule la
115 notice en anglais a valeur légale.}
117 @quotation
118 Vous avez le droit de copier, distribuer et/ou modifier ce document
119 selon les termes de la Licence GNU de documentation libre, version 1.1
120 ou tout autre version ultérieure publiée par la Free Software
121 Foundation, ``sans aucune section invariante''.
122 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
123 @end quotation
125 @quotation
126 Permission is granted to copy, distribute and/or modify this document
127 under the terms of the GNU Free Documentation License, Version 1.1
128 or any later version published by the Free Software Foundation;
129 with no Invariant Sections.
130 A copy of the license is included in the section entitled ``GNU
131 Free Documentation License''.
132 @end quotation
133 @end copying
134 @end ifset
136 @ifclear FDL
137 @copying
138 Ce document a été placé dans le domaine public ; en France, les auteurs
139 renoncent à tous leurs droits patrimoniaux.
140 @end copying
141 @end ifclear
144 @c   ***** Title page *****
145 @ifnottex
146 @node Top
147 @top LilyPond --- \TITLE\
149 @cartouche
150 @manualIntro{}
151 @end cartouche
152 @end ifnottex
154 @finalout
156 @titlepage
157 @title LilyPond
158 @subtitle Le système de gravure musicale
159 @titlefont{\TITLE\}
160 @author L'équipe de développement de LilyPond
162 @vskip 60pt
164 @cartouche
165 @manualIntro{}
166 @end cartouche
168 @vskip 40pt
170 @docMain{}
172 @vskip 0pt plus 1filll
174 @insertcopying
176 Pour LilyPond version @version{}
177 @end titlepage
179 @end macro
182 @c   ***** Headings in a doc subsection *****
184 @c Don't insert an empty line after @predefined!  Right now
185 @c it doesn't matter, but a future implementation will probably
186 @c add some code which needs this restriction.
188 @macro predefined
189 @noindent
190 @subsubheading Commandes prédéfinies
191 @end macro
193 @c The next macro is a dummy currently since texinfo doesn't
194 @c provide a real ragged-right environment yet.
196 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
197 @c the macro must not be empty.
199 @macro endpredefined
201 @end macro
204 @macro snippets
205 @noindent
206 @subsubheading Morceaux choisis
207 @end macro
210 @c obsolete, remove when translation is fully updated
211 @macro commonprop
212 @noindent
213 @subsubheading Propriétés couramment modifiées
214 @end macro
217 @c Don't insert an empty line after @seealso!  Otherwise we get
218 @c unwanted extra vertical space in the PDF output.
220 @macro seealso
221 @noindent
222 @subsubheading Voir aussi
223 @indent
224 @end macro
227 @macro knownissues
228 @noindent
229 @subsubheading Problèmes connus et avertissements
230 @end macro
235 @c   ***** Links and references *****
237 @c  Definitions for references:
239 @c     @rweb
240 @c     @ressay
241 @c     @rglos
242 @c     @rlearning
243 @c     @ruser
244 @c     @rprogram
245 @c     @rlsr
246 @c     @rinternals
247 @c     @rextend
248 @c     @rchanges
249 @c     @rcontrib
251 @c  All these also have a @...named version which allows to specify the
252 @c  displayed text for the reference as second argument.
255 @c ***** HTML + bigpage is a special case (other manual names); all other
256 @c formats are treated similarly.
259 @c *** not TeX ***
261 @ifnottex
263 @c ** bigpage **
265 @ifset bigpage
267 @macro rweb{TEXT}
268 @vindex \TEXT\
269 @ref{\TEXT\,,,web-big-page,Informations générales}
270 @end macro
272 @macro rwebnamed{TEXT,DISPLAY}
273 @vindex \TEXT\
274 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informations générales}
275 @end macro
277 @macro rglos{TEXT}
278 @vindex \TEXT\
279 @ref{\TEXT\,,,music-glossary-big-page,Glossaire}
280 @end macro
282 @macro rglosnamed{TEXT,DISPLAY}
283 @vindex \TEXT\
284 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossaire}
285 @end macro
287 @macro rlearning{TEXT}
288 @vindex \TEXT\
289 @ref{\TEXT\,,,learning-big-page,Manuel d'initiation}
290 @end macro
292 @macro rlearningnamed{TEXT,DISPLAY}
293 @vindex \TEXT\
294 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuel d'initiation}
295 @end macro
297 @macro ruser{TEXT}
298 @vindex \TEXT\
299 @ref{\TEXT\,,,notation-big-page,Manuel de notation}
300 @end macro
302 @macro rusernamed{TEXT,DISPLAY}
303 @vindex \TEXT\
304 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Manuel de notation}
305 @end macro
307 @macro ressay{TEXT}
308 @vindex \TEXT\
309 @ref{\TEXT\,,,essay-big-page,Essai}
310 @end macro
312 @macro ressaynamed{TEXT,DISPLAY}
313 @vindex \TEXT\
314 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essai}
315 @end macro
317 @macro rprogram{TEXT}
318 @vindex \TEXT\
319 @ref{\TEXT\,,,usage-big-page,Manuel d'utilisation du programme}
320 @end macro
322 @macro rprogramnamed{TEXT,DISPLAY}
323 @vindex \TEXT\
324 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Manuel d'utilisation du programme}
325 @end macro
327 @macro rlsr{TEXT}
328 @vindex \TEXT\
329 @ref{\TEXT\,,,snippets-big-page,Morceaux choisis}
330 @end macro
332 @macro rlsrnamed{TEXT,DISPLAY}
333 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Morceaux choisis}
334 @end macro
336 @macro rinternals{TEXT}
337 @vindex \TEXT\
338 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
339 @end macro
341 @macro rinternalsnamed{TEXT,DISPLAY}
342 @vindex \TEXT\
343 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
344 @end macro
346 @macro rextend{TEXT}
347 @vindex \TEXT\
348 @ref{\TEXT\,,,extending-big-page,Extension de LilyPond}
349 @end macro
351 @macro rextendnamed{TEXT,DISPLAY}
352 @vindex \TEXT\
353 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extension de LilyPond}
354 @end macro
356 @macro rchanges{TEXT}
357 @vindex \TEXT\
358 @ref{\TEXT\,,,changes-big-page,Nouveautés}
359 @end macro
361 @macro rchangesnamed{TEXT,DISPLAY}
362 @vindex \TEXT\
363 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Nouveautés}
364 @end macro
366 @macro rcontrib{TEXT}
367 @vindex \TEXT\
368 @ref{\TEXT\,,,contributor-big-page,Guide des contributeurs}
369 @end macro
371 @macro rcontribnamed{TEXT,DISPLAY}
372 @vindex \TEXT\
373 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guide des contributeurs}
374 @end macro
376 @end ifset
379 @c ** not bigpage **
381 @ifclear bigpage
383 @macro rweb{TEXT}
384 @vindex \TEXT\
385 @ref{\TEXT\,,,web,Informations générales}
386 @end macro
388 @macro rwebnamed{TEXT,DISPLAY}
389 @vindex \TEXT\
390 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
391 @end macro
393 @macro rglos{TEXT}
394 @vindex \TEXT\
395 @ref{\TEXT\,,,music-glossary,Glossaire}
396 @end macro
398 @macro rglosnamed{TEXT,DISPLAY}
399 @vindex \TEXT\
400 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
401 @end macro
403 @macro rlearning{TEXT}
404 @vindex \TEXT\
405 @ref{\TEXT\,,,learning,Manuel d'initiation}
406 @end macro
408 @macro rlearningnamed{TEXT,DISPLAY}
409 @vindex \TEXT\
410 @ref{\TEXT\,,\DISPLAY\,learning,Manuel d'initiation}
411 @end macro
413 @macro ruser{TEXT}
414 @vindex \TEXT\
415 @ref{\TEXT\,,,notation,Manuel de notation}
416 @end macro
418 @macro rusernamed{TEXT,DISPLAY}
419 @vindex \TEXT\
420 @ref{\TEXT\,,\DISPLAY\,notation,Manuel de notation}
421 @end macro
423 @macro ressay{TEXT}
424 @vindex \TEXT\
425 @ref{\TEXT\,,,essay,Essai}
426 @end macro
428 @macro ressaynamed{TEXT,DISPLAY}
429 @vindex \TEXT\
430 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
431 @end macro
433 @macro rprogram{TEXT}
434 @vindex \TEXT\
435 @ref{\TEXT\,,,usage,Manuel d'utilisation du programme}
436 @end macro
438 @macro rprogramnamed{TEXT,DISPLAY}
439 @vindex \TEXT\
440 @ref{\TEXT\,,\DISPLAY\,usage,Manuel d'utilisation du programme}
441 @end macro
443 @macro rlsr{TEXT}
444 @vindex \TEXT\
445 @ref{\TEXT\,,,snippets,Morceaux choisis}
446 @end macro
448 @macro rlsrnamed{TEXT,DISPLAY}
449 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
450 @end macro
452 @macro rinternals{TEXT}
453 @vindex \TEXT\
454 @ref{\TEXT\,,,internals,Référence des propriétés internes}
455 @end macro
457 @macro rinternalsnamed{TEXT,DISPLAY}
458 @vindex \TEXT\
459 @ref{\TEXT\,,,internals,Référence des propriétés internes}
460 @end macro
462 @macro rextend{TEXT}
463 @vindex \TEXT\
464 @ref{\TEXT\,,,extending,Extension de LilyPond}
465 @end macro
467 @macro rextendnamed{TEXT,DISPLAY}
468 @vindex \TEXT\
469 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
470 @end macro
472 @macro rchanges{TEXT}
473 @vindex \TEXT\
474 @ref{\TEXT\,,,changes,Nouveautés}
475 @end macro
477 @macro rchangesnamed{TEXT,DISPLAY}
478 @vindex \TEXT\
479 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
480 @end macro
482 @macro rcontrib{TEXT}
483 @vindex \TEXT\
484 @ref{\TEXT\,,,contributor,Guide des contributeurs}
485 @end macro
487 @macro rcontribnamed{TEXT,DISPLAY}
488 @vindex \TEXT\
489 @ref{\TEXT\,,\DISPLAY\,contributor,Guide des contributeurs}
490 @end macro
492 @end ifclear
494 @end ifnottex
497 @c *** TeX ***
499 @iftex
501 @c All commands below should work in the middle of the line;
502 @c we thus must not use @vindex directly since it works only if placed
503 @c on a line of its own.  To overcome this problem, we define a
504 @c replacement macro using the internal definition of @vindex which
505 @c delimits arguments in the standard way (i.e., with braces).
507 @tex
508 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
509 @end tex
511 @macro rweb{TEXT}
512 @lilyvindex \TEXT\
513 @ref{\TEXT\,,,web.fr,Informations générales}
514 @end macro
516 @macro rwebnamed{TEXT,DISPLAY}
517 @lilyvindex \TEXT\
518 @ref{\TEXT\,,\DISPLAY\,web.fr,Informations générales}
519 @end macro
521 @macro rglos{TEXT}
522 @lilyvindex{\TEXT\}
523 @ref{\TEXT\,,,music-glossary,Glossaire}
524 @end macro
526 @macro rglosnamed{TEXT,DISPLAY}
527 @lilyvindex{\TEXT\}
528 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
529 @end macro
531 @macro rlearning{TEXT}
532 @lilyvindex{\TEXT\}
533 @ref{\TEXT\,,,learning.fr,Manuel d'initiation}
534 @end macro
536 @macro rlearningnamed{TEXT,DISPLAY}
537 @lilyvindex{\TEXT\}
538 @ref{\TEXT\,,\DISPLAY\,learning.fr,Manuel d'initiation}
539 @end macro
541 @macro ruser{TEXT}
542 @lilyvindex{\TEXT\}
543 @ref{\TEXT\,,,notation.fr,Manuel de notation}
544 @end macro
546 @macro rusernamed{TEXT,DISPLAY}
547 @lilyvindex{\TEXT\}
548 @ref{\TEXT\,,\DISPLAY\,notation.fr,Manuel de notation}
549 @end macro
551 @macro ressay{TEXT}
552 @vindex \TEXT\
553 @ref{\TEXT\,,,lilypond-essay,Essai}
554 @end macro
556 @macro ressaynamed{TEXT,DISPLAY}
557 @vindex \TEXT\
558 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essai}
559 @end macro
561 @macro rprogram{TEXT}
562 @lilyvindex{\TEXT\}
563 @ref{\TEXT\,,,usage.fr,Manuel d'utilisation du programme}
564 @end macro
566 @macro rprogramnamed{TEXT,DISPLAY}
567 @lilyvindex{\TEXT\}
568 @ref{\TEXT\,,\DISPLAY\,usage.fr,Manuel d'utilisation du programme}
569 @end macro
571 @macro rlsr{TEXT}
572 @lilyvindex{\TEXT\}
573 @ref{\TEXT\,,,snippets,Morceaux choisis}
574 @end macro
576 @macro rlsrnamed{TEXT,DISPLAY}
577 @lilyvindex{\TEXT\}
578 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
579 @end macro
581 @macro rinternals{TEXT}
582 @lilyvindex{\TEXT\}
583 @ref{\TEXT\,,,internals,Référence des propriétés internes}
584 @end macro
586 @macro rinternalsnamed{TEXT,DISPLAY}
587 @lilyvindex{\TEXT\}
588 @ref{\TEXT\,,,internals,Référence des propriétés internes}
589 @end macro
591 @macro rextend{TEXT}
592 @vindex \TEXT\
593 @ref{\TEXT\,,,extending,Extension de LilyPond}
594 @end macro
596 @macro rextendnamed{TEXT,DISPLAY}
597 @vindex \TEXT\
598 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
599 @end macro
601 @macro rchanges{TEXT}
602 @vindex \TEXT\
603 @ref{\TEXT\,,,changes,Nouveautés}
604 @end macro
606 @macro rchangesnamed{TEXT,DISPLAY}
607 @vindex \TEXT\
608 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
609 @end macro
611 @macro rcontrib{TEXT}
612 @vindex \TEXT\
613 @ref{\TEXT\,,,contributor,Guide des contributeurs}
614 @end macro
616 @macro rcontribnamed{TEXT,DISPLAY}
617 @vindex \TEXT\
618 @ref{\TEXT\,,\DISPLAY\,contributor,Guide des contributeurs}
619 @end macro
621 @end iftex
625 @c   ***** Macros specific to translated docs *****
627 @macro englishref
628 Cette section n'est pas encore encore traduite, veuillez
629 vous reporter à la documentation correspondante en anglais.
630 @end macro
632 @c  ***** Macros specific to the web site *****
634 @ifset web
636 @macro exampleImage{IMAGE-FILE}
637 @html
638 <div class="float-center">
639   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
640     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
641   </a>
642   <p style="text-align: center">
643     (cliquez pour agrandir)
644   </p>
645 </div>
646 @end html
647 @iftex
648 @image{examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
649 @end iftex
650 @ifinfo
651 @image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
652 @end ifinfo
653 @end macro
655 @macro help{TEXT}
656 @html
657 <div class="help">
658 <strong>
659   <span style="text-decoration:blink">À l'aide&nbsp;:</span>
660 </strong> \TEXT\
661 </div>
662 @end html
663 @end macro
665 @c LEGALESE
667 @macro logoLegalLinux
668 Tux le pingouin Linux a été créé par
669 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} avec
670 @uref{http://www.isc.tamu.edu/~lewing/gimp/,GIMP}.
672 @end macro
674 @macro logoLegalFreeBSD
675 Le logo FreeBSD logo est une marque déposée par la
676 @uref{http://www.freebsd.org/,Fondation FreeBSD}.
678 @end macro
680 @macro logoLegalMacOSX
681 L'image @q{X} n'est pas déposée.  Elle a été créée par
682 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} et
683 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, et
684 distribuée sous la licence GNU Free Documentation License version 1.2 ou
685 ultérieure.
686 Nous avons trouvé cette image sur
687 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
688 cette page de Wikimedia Commons}.
690 @end macro
692 @macro logoLegalWindows
693 Le @qq{rectangle aux quatre couleurs} n'est pas une marque déposée.
694 Il a été créé par @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} et
695 distribué sous la licence GNU Free Documentation License version 1.2.  Nous
696 avons trouvé cette image sur
697 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
698 cette page de Wikimedia Commons}.
700 @end macro
702 @end ifset