]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/notation/notation-appendices.itely
c0b513a25ac71664c5e466313c5fd3e297872fe8
[lilypond.git] / Documentation / fr / notation / notation-appendices.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2
3 @ignore
4     Translation of GIT committish: 97f856e8c577fdf301ac2a15b336eae8729e53f7
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  For details, see the Contributors'
8     Guide, node Updating translation committishes..
9 @end ignore
10
11 @c \version "2.19.28"
12
13 @c Translators: Frédéric Chiasson, Jean-Charles Malahieude
14
15 @node Tables du manuel de notation
16 @appendix Tables du manuel de notation
17 @translationof Notation manual tables
18
19 @menu
20 * Table des noms d'accord::
21 * Modificateurs d'accord usuels::
22 * Accordages prédéfinis::
23 * Diagrammes d'accord prédéfinis::
24 * Formats de papier prédéfinis::
25 * Instruments MIDI::
26 * Liste des couleurs::
27 * La fonte Feta::
28 * Styles de tête de note::
29 * Styles de clef::
30 * Commandes pour markup::
31 * Commandes pour liste de markups::
32 * Liste des caractères spéciaux::
33 * Liste des signes d'articulation::
34 * Notes utilisées en percussion::
35 * Glossaire technique::
36 * Liste des propriétés de contexte::
37 * Propriétés de mise en forme::
38 * Fonctions musicales prédéfinies::
39 * Identificateurs de modification de contexte::
40 * Types de prédicats prédéfinis::
41 * Fonctions Scheme::
42 @end menu
43
44
45 @node Table des noms d'accord
46 @appendixsec Table des noms d'accord
47 @translationof Chord name chart
48
49 La liste suivante répertorie les noms des accords selon les deux types
50 les plus répandus, ainsi que ce qu'ils représentent.
51
52 @lilypondfile{chord-names-jazz.ly}
53
54
55 @node Modificateurs d'accord usuels
56 @appendixsec Modificateurs d'accord usuels
57 @translationof Common chord modifiers
58
59 Le tableau suivant indique les différents modificateurs qui permettent
60 d'obtenir les structures habituelles d'un certain nombre d'accords.
61
62 @multitable @columnfractions .2 .25 .2 .15 .2
63
64 @item
65 @b{Type}
66 @tab
67 @b{Intervalle}
68 @tab
69 @b{Modificateur}
70 @tab
71 @b{Exemple}
72 @tab
73 @b{Résultat}
74
75
76 @item
77 Majeur
78 @tab
79 Tierce majeure @*et quinte juste
80 @tab
81 @code{5} ou rien
82 @tab
83 @code{c1:5}
84 @tab
85 @lilypond[line-width=2.1\cm,notime]
86 <<
87   \chords { c1:5 }
88   \chordmode { c1:5 }
89 >>
90 @end lilypond
91
92 @item
93 Mineur
94 @tab
95 Tierce mineure @*et quinte juste
96 @tab
97 @code{m} ou @code{m5}
98 @tab
99 @code{c1:m}
100 @tab
101 @lilypond[line-width=2.1\cm,noragged-right,notime]
102 <<
103   \chords { c1:m }
104   \chordmode { c1:m }
105 >>
106 @end lilypond
107
108 @item
109 Augmenté
110 @tab
111 Tierce majeure et @*quinte augmentée
112 @tab
113 @code{aug}
114 @tab
115 @code{c1:aug}
116 @tab
117 @lilypond[line-width=2.1\cm,noragged-right,notime]
118 <<
119   \chords { c1:aug }
120   \chordmode { c1:aug }
121 >>
122 @end lilypond
123
124 @item
125 Diminué
126 @tab
127 Tierce mineure et @*quinte diminuée
128 @tab
129 @code{dim}
130 @tab
131 @code{c1:dim}
132 @tab
133 @lilypond[line-width=2.1\cm,noragged-right,notime]
134 <<
135   \chords { c1:dim }
136   \chordmode { c1:dim }
137 >>
138 @end lilypond
139
140 @item
141 Septième de dominante
142 @tab
143 Triton majeur et @*septième mineure
144 @tab
145 @code{7}
146 @tab
147 @code{c1:7}
148 @tab
149 @lilypond[line-width=2.1\cm,noragged-right,notime]
150 <<
151   \chords { c1:7 }
152   \chordmode { c1:7 }
153 >>
154 @end lilypond
155
156 @item
157 Septième majeure
158 @tab
159 Triton majeur et @*septième majeure
160 @tab
161 @code{maj7} ou @code{maj}
162 @tab
163 @code{c1:maj7}
164 @tab
165 @lilypond[line-width=2.1\cm,noragged-right,notime]
166 <<
167   \chords { c1:maj7 }
168   \chordmode { c1:maj7 }
169 >>
170 @end lilypond
171
172 @item
173 Septième mineure
174 @tab
175 Triton mineur et @*septième mineure
176 @tab
177 @code{m7}
178 @tab
179 @code{c1:m7}
180 @tab
181 @lilypond[line-width=2.1\cm,noragged-right,notime]
182 <<
183   \chords { c1:m7 }
184   \chordmode { c1:m7 }
185 >>
186 @end lilypond
187
188 @item
189 Septième diminuée
190 @tab
191 Triton diminué et @*septième diminuée
192 @tab
193 @code{dim7}
194 @tab
195 @code{c1:dim7}
196 @tab
197 @lilypond[line-width=2.1\cm,noragged-right,notime]
198 <<
199   \chords { c1:dim7}
200   \chordmode { c1:dim7 }
201 >>
202 @end lilypond
203
204 @item
205 Septième augmentée
206 @tab
207 Triton augmenté et @*septième mineure
208 @tab
209 @code{aug7}
210 @tab
211 @code{c1:aug7}
212 @tab
213 @lilypond[line-width=2.1\cm,noragged-right,notime]
214 <<
215   \chords { c1:aug7 }
216   \chordmode { c1:aug7 }
217 >>
218 @end lilypond
219
220 @item
221 Septième semi-diminuée
222 @tab
223 Triton diminué et @*septième mineure
224 @tab
225 @code{m7.5-}
226 @tab
227 @code{c1:m7.5-}
228 @tab
229 @lilypond[line-width=2.1\cm,noragged-right,notime]
230 <<
231   \chords { c1:m7.5- }
232   \chordmode { c1:m7.5- }
233 >>
234 @end lilypond
235
236 @item
237 Accord mineur avec septième majeure
238 @tab
239 Triton mineur et @*septième majeure
240 @tab
241 @code{m7+}
242 @tab
243 @code{c1:m7+}
244 @tab
245 @lilypond[line-width=2.1\cm,noragged-right,notime]
246 <<
247   \chords { c1:m7+ }
248   \chordmode { c1:m7+ }
249 >>
250 @end lilypond
251
252 @item
253 Sixte majeure
254 @tab
255 Triton majeur @*et sixte
256 @tab
257 @code{6}
258 @tab
259 @code{c1:6}
260 @tab
261 @lilypond[line-width=2.1\cm,noragged-right,notime]
262 <<
263   \chords { c1:6 }
264   \chordmode { c1:6 }
265 >>
266 @end lilypond
267
268 @item
269 Sixte mineure
270 @tab
271 Triton mineur @*et sixte
272 @tab
273 @code{m6}
274 @tab
275 @code{c1:m6}
276 @tab
277 @lilypond[line-width=2.1\cm,noragged-right,notime]
278 <<
279   \chords { c1:m6 }
280   \chordmode { c1:m6 }
281 >>
282 @end lilypond
283
284 @item
285 Neuvième de dominante
286 @tab
287 Septième de dominante @*et neuvième majeure
288 @tab
289 @code{9}
290 @tab
291 @code{c1:9}
292 @tab
293 @lilypond[line-width=2.1\cm,noragged-right,notime]
294 <<
295   \chords { c1:9 }
296   \chordmode { c1:9 }
297 >>
298 @end lilypond
299
300 @item
301 Neuvième majeure
302 @tab
303 Septième majeure et @*neuvième majeure
304 @tab
305 @code{maj9}
306 @tab
307 @code{c1:maj9}
308 @tab
309 @lilypond[line-width=2.1\cm,noragged-right,notime]
310 <<
311   \chords { c1:maj9 }
312   \chordmode { c1:maj9 }
313 >>
314 @end lilypond
315
316 @item
317 Neuvième mineure
318 @tab
319 Septième mineure et @*neuvième majeure
320 @tab
321 @code{m9}
322 @tab
323 @code{c1:m9}
324 @tab
325 @lilypond[line-width=2.1\cm,noragged-right,notime]
326 <<
327   \chords { c1:m9 }
328   \chordmode { c1:m9 }
329 >>
330 @end lilypond
331
332 @item
333 Onzième de dominante
334 @tab
335 Neuvième de dominante @*et onzième juste
336 @tab
337 @code{11}
338 @tab
339 @code{c1:11}
340 @tab
341 @lilypond[line-width=2.1\cm,noragged-right,notime]
342 <<
343   \chords { c1:11 }
344   \chordmode { c1:11 }
345 >>
346 @end lilypond
347
348 @item
349 Onzième majeure
350 @tab
351 Neuvième majeure @*et onzième juste
352 @tab
353 @code{maj11}
354 @tab
355 @code{c1:maj11}
356 @tab
357 @lilypond[line-width=2.1\cm,noragged-right,notime]
358 <<
359   \chords { c1:maj11 }
360   \chordmode { c1:maj11 }
361 >>
362 @end lilypond
363
364 @item
365 Onzième mineure
366 @tab
367 Neuvième mineure @*et onzième juste
368 @tab
369 @code{m11}
370 @tab
371 @code{c1:m11}
372 @tab
373 @lilypond[line-width=2.1\cm,noragged-right,notime]
374 <<
375   \chords { c1:m11 }
376   \chordmode { c1:m11 }
377 >>
378 @end lilypond
379
380 @item
381 Treizième de dominante
382 @tab
383 Neuvième de dominante @*et treizième majeure
384 @tab
385 @code{13}
386 @tab
387 @code{c1:13}
388 @tab
389 @lilypond[line-width=2.1\cm,noragged-right,notime]
390 <<
391   \chords { c1:13 }
392   \chordmode { c1:13 }
393 >>
394 @end lilypond
395
396 @item
397 Treizième de dominante
398 @tab
399 Onzième de dominante @*et treizième majeure
400 @tab
401 @code{13.11}
402 @tab
403 @code{c1:13.11}
404 @tab
405 @lilypond[line-width=2.1\cm,noragged-right,notime]
406 <<
407   \chords{ c1:13.11 }
408   \chordmode { c1:13.11 }
409 >>
410 @end lilypond
411
412 @item
413 Treizième majeure
414 @tab
415 Onzième majeure et @*treizième majeure
416 @tab
417 @code{maj13.11}
418 @tab
419 @code{c1:maj13.11}
420 @tab
421 @lilypond[line-width=2.1\cm,noragged-right,notime]
422 <<
423   \chords { c1:maj13.11 }
424   \chordmode { c1:maj13.11 }
425 >>
426 @end lilypond
427
428 @item
429 Treizième mineure
430 @tab
431 Onzième mineure et @*treizième majeure
432 @tab
433 @code{m13.11}
434 @tab
435 @code{c1:m13.11}
436 @tab
437 @lilypond[line-width=2.1\cm,noragged-right,notime]
438 <<
439   \chords { c1:m13.11 }
440   \chordmode { c1:m13.11 }
441 >>
442 @end lilypond
443
444 @item
445 Seconde suspendue
446 @tab
447 Seconde majeure @*et quinte juste
448 @tab
449 @code{sus2}
450 @tab
451 @code{c1:sus2}
452 @tab
453 @lilypond[line-width=2.1\cm,noragged-right,notime]
454 <<
455   \chords { c1:sus2 }
456   \chordmode { c1:sus2 }
457 >>
458 @end lilypond
459
460 @item
461 Quarte suspendue
462 @tab
463 Quarte juste @*et quinte juste
464 @tab
465 @code{sus4}
466 @tab
467 @code{c1:sus4}
468 @tab
469 @lilypond[line-width=2.1\cm,noragged-right,notime]
470 <<
471   \chords { c1:sus4 }
472   \chordmode { c1:sus4 }
473 >>
474 @end lilypond
475
476 @item
477 Power chord @*(deux voix)
478 @tab
479 Quinte juste
480 @tab
481 @code{1.5}
482 @tab
483 @code{\powerChords c1:5}
484 @tab
485 @lilypond[line-width=2.1\cm,noragged-right,notime]
486 \chordmode { \powerChords c1:5 }
487 @end lilypond
488
489 @item
490 Power chord @*(trois voix)
491 @tab
492 Quinte juste @*et octave
493 @tab
494 @code{1.5.8}
495 @tab
496 @code{\powerChords c1:5.8}
497 @tab
498 @lilypond[line-width=2.1\cm,noragged-right,notime]
499   \chordmode { \powerChords c1:5.8 }
500 @end lilypond
501
502 @end multitable
503
504
505 @node Accordages prédéfinis
506 @appendixsec Accordages prédéfinis
507 @translationof Predefined string tunings
508
509 La liste suivante répertorie les différents accordages dont LilyPond
510 dispose.
511
512 @lilypondfile{display-predefined-string-tunings.ly}
513
514
515 @node Diagrammes d'accord prédéfinis
516 @appendixsec Diagrammes d'accord prédéfinis
517 @translationof Predefined fretboard diagrams
518
519 @menu
520 * Diagrammes pour guitare::
521 * Diagrammes pour ukulele::
522 * Diagrammes pour mandoline::
523 @end menu
524
525
526 @node Diagrammes pour guitare
527 @unnumberedsubsec Diagrammes pour guitare
528 @translationof Diagrams for Guitar
529
530 @lilypondfile[line-width=15.5\cm]{display-predefined-fretboards.ly}
531
532
533 @node Diagrammes pour ukulele
534 @unnumberedsubsec Diagrammes pour ukulele
535 @translationof Diagrams for Ukulele
536
537 @lilypondfile[line-width=15.5\cm]{display-predefined-ukulele-fretboards.ly}
538
539
540 @node Diagrammes pour mandoline
541 @unnumberedsubsec Diagrammes pour mandoline
542 @translationof Diagrams for Mandolin
543
544 @lilypondfile[line-width=15.5\cm]{display-predefined-mandolin-fretboards.ly}
545
546
547 @node Formats de papier prédéfinis
548 @appendixsec Formats de papier prédéfinis
549 @translationof Predefined paper sizes
550
551 Les formats de page sont définis dans le fichier @file{scm/paper.scm}.
552
553 @noindent
554 @strong{La série A @qq{ISO 216}}
555 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
556 @item "a10"
557 @tab (26 x 37 mm)
558 @item "a9"
559 @tab (37 x 52 mm)
560 @item "a8"
561 @tab (52 x 74 mm)
562 @item "a7"
563 @tab (74 x 105 mm)
564 @item "a6"
565 @tab (105 x 148 mm)
566 @item "a5"
567 @tab (148 x 210 mm)
568 @item "a4"
569 @tab (210 x 297 mm)
570 @item "a3"
571 @tab (297 x 420 mm)
572 @item "a2"
573 @tab (420 x 594 mm)
574 @item "a1"
575 @tab (594 x 841 mm)
576 @item "a0"
577 @tab (841 x 1189 mm)
578 @end multitable
579
580 @noindent
581 @strong{La série B @qq{ISO 216}}
582 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
583 @item "b10"
584 @tab (31 x 44 mm)
585 @item "b9"
586 @tab (44 x 62 mm)
587 @item "b8"
588 @tab (62 x 88 mm)
589 @item "b7"
590 @tab (88 x 125 mm)
591 @item "b6"
592 @tab (125 x 176 mm)
593 @item "b5"
594 @tab (176 x 250 mm)
595 @item "b4"
596 @tab (250 x 353 mm)
597 @item "b3"
598 @tab (353 x 500 mm)
599 @item "b2"
600 @tab (500 x 707 mm)
601 @item "b1"
602 @tab (707 x 1000 mm)
603 @item "b0"
604 @tab (1000 x 1414 mm)
605 @end multitable
606
607 @noindent
608 @strong{Deux tailles étendues, définies par la @qq{DIN 476}}
609 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
610 @item "4a0"
611 @tab (1682 x 2378 mm)
612 @item "2a0"
613 @tab (1189 x 1682 mm)
614 @end multitable
615
616 @noindent
617 @strong{La série C standard @qq{ISO 269}}
618 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
619 @item "c10"
620 @tab (28 x 40 mm)
621 @item "c9"
622 @tab (40 x 57 mm)
623 @item "c8"
624 @tab (57 x 81 mm)
625 @item "c7"
626 @tab (81 x 114 mm)
627 @item "c6"
628 @tab (114 x 162 mm)
629 @item "c5"
630 @tab (162 x 229 mm)
631 @item "c4"
632 @tab (229 x 324 mm)
633 @item "c3"
634 @tab (324 x 458 mm)
635 @item "c2"
636 @tab (458 x 648 mm)
637 @item "c1"
638 @tab (648 x 917 mm)
639 @item "c0"
640 @tab (917 x 1297 mm)
641 @end multitable
642
643 @noindent
644 @strong{Formats nord américains}
645 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
646 @item "junior-legal"
647 @tab (8.0 x 5.0 in)
648 @item "legal"
649 @tab (8.5 x 14.0 in)
650 @item "ledger"
651 @tab (17.0 x 11.0 in)
652 @item "letter"
653 @tab (8.5 x 11.0 in)
654 @item "tabloid"
655 @tab (11.0 x 17.0 in)
656 @item "11x17"
657 @tab (11.0 x 17.0 in)
658 @item "17x11"
659 @tab (17.0 x 11.0 in)
660 @end multitable
661
662 @noindent
663 @strong{Government-letter, défini par le @emph{IEEE Printer Working
664 Group}, à l'usage des enfants}
665 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
666 @item "government-letter"
667 @tab (8 x 10.5 in)
668 @item "government-legal"
669 @tab (8.5 x 13.0 in)
670 @item "philippine-legal"
671 @tab (8.5 x 13.0 in)
672 @end multitable
673
674 @noindent
675 @strong{Formats ANSI}
676 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
677 @item "ansi a"
678 @tab (8.5 x 11.0 in)
679 @item "ansi b"
680 @tab (17.0 x 11.0 in)
681 @item "ansi c"
682 @tab (17.0 x 22.0 in)
683 @item "ansi d"
684 @tab (22.0 x 34.0 in)
685 @item "ansi e"
686 @tab (34.0 x 44.0 in)
687 @item "engineering f"
688 @tab (28.0 x 40.0 in)
689 @end multitable
690
691 @noindent
692 @strong{Formats nord américains pour l'architecture}
693 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
694 @item "arch a"
695 @tab (9.0 x 12.0 in)
696 @item "arch b"
697 @tab (12.0 x 18.0 in)
698 @item "arch c"
699 @tab (18.0 x 24.0 in)
700 @item "arch d"
701 @tab (24.0 x 36.0 in)
702 @item "arch e"
703 @tab (36.0 x 48.0 in)
704 @item "arch e1"
705 @tab (30.0 x 42.0 in)
706 @end multitable
707
708 @noindent
709 @strong{Formats anciens, toujours en vigueur dans le Royaume Uni}
710 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
711 @item "statement"
712 @tab (5.5 x 8.5 in)
713 @item "half letter"
714 @tab (5.5 x 8.5 in)
715 @item "quarto"
716 @tab (8.0 x 10.0 in)
717 @item "octavo"
718 @tab (6.75 x 10.5 in)
719 @item "executive"
720 @tab (7.25 x 10.5 in)
721 @item "monarch"
722 @tab (7.25 x 10.5 in)
723 @item "foolscap"
724 @tab (8.27 x 13.0 in)
725 @item "folio"
726 @tab (8.27 x 13.0 in)
727 @item "super-b"
728 @tab (13.0 x 19.0 in)
729 @item "post"
730 @tab (15.5 x 19.5 in)
731 @item "crown"
732 @tab (15.0 x 20.0 in)
733 @item "large post"
734 @tab (16.5 x 21.0 in)
735 @item "demy"
736 @tab (17.5 x 22.5 in)
737 @item "medium"
738 @tab (18.0 x 23.0 in)
739 @item "broadsheet"
740 @tab (18.0 x 24.0 in)
741 @item "royal"
742 @tab (20.0 x 25.0 in)
743 @item "elephant"
744 @tab (23.0 x 28.0 in)
745 @item "double demy"
746 @tab (22.5 x 35.0 in)
747 @item "quad demy"
748 @tab (35.0 x 45.0 in)
749 @item "atlas"
750 @tab (26.0 x 34.0 in)
751 @item "imperial"
752 @tab (22.0 x 30.0 in)
753 @item "antiquarian"
754 @tab (31.0 x 53.0 in)
755 @end multitable
756
757 @noindent
758 @strong{Formats de base PA4}
759 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
760 @item "pa0"
761 @tab (840 x 1120 mm)
762 @item "pa1"
763 @tab (560 x 840 mm)
764 @item "pa2"
765 @tab (420 x 560 mm)
766 @item "pa3"
767 @tab (280 x 420 mm)
768 @item "pa4"
769 @tab (210 x 280 mm)
770 @item "pa5"
771 @tab (140 x 210 mm)
772 @item "pa6"
773 @tab (105 x 140 mm)
774 @item "pa7"
775 @tab (70 x 105 mm)
776 @item "pa8"
777 @tab (52 x 70 mm)
778 @item "pa9"
779 @tab (35 x 52 mm)
780 @item "pa10"
781 @tab (26 x 35 mm)
782 @end multitable
783
784 @noindent
785 @strong{Format utilisé en Asie du Sudest et en Australie}
786 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
787 @item "f4"
788 @tab (210 x 330 mm)
789 @end multitable
790
791 @noindent
792 @strong{Format spécifique aux courts exemples @code{@@lilypond} de la
793 documentation, basé sur un A8 à l'italienne.}
794 @multitable {@code{"government-letter "}} { (abcd x abcd mm)}
795 @item "a8landscape"
796 @tab (74 x 52 mm)
797 @end multitable
798
799
800 @node Instruments MIDI
801 @appendixsec Instruments MIDI
802 @translationof MIDI instruments
803
804 La liste suivante répertorie les différentes dénominations que vous
805 pouvez affecter à la propriété @code{midiInstrument}.  L'ordre dans
806 lequel ils sont rangés, par colonne, correspond aux 128 programmes du
807 standard @emph{General MIDI}.
808
809 @example
810 acoustic grand            contrabass           lead 7 (fifths)
811 bright acoustic           tremolo strings      lead 8 (bass+lead)
812 electric grand            pizzicato strings    pad 1 (new age)
813 honky-tonk                orchestral harp      pad 2 (warm)
814 electric piano 1          timpani              pad 3 (polysynth)
815 electric piano 2          string ensemble 1    pad 4 (choir)
816 harpsichord               string ensemble 2    pad 5 (bowed)
817 clav                      synthstrings 1       pad 6 (metallic)
818 celesta                   synthstrings 2       pad 7 (halo)
819 glockenspiel              choir aahs           pad 8 (sweep)
820 music box                 voice oohs           fx 1 (rain)
821 vibraphone                synth voice          fx 2 (soundtrack)
822 marimba                   orchestra hit        fx 3 (crystal)
823 xylophone                 trumpet              fx 4 (atmosphere)
824 tubular bells             trombone             fx 5 (brightness)
825 dulcimer                  tuba                 fx 6 (goblins)
826 drawbar organ             muted trumpet        fx 7 (echoes)
827 percussive organ          french horn          fx 8 (sci-fi)
828 rock organ                brass section        sitar
829 church organ              synthbrass 1         banjo
830 reed organ                synthbrass 2         shamisen
831 accordion                 soprano sax          koto
832 harmonica                 alto sax             kalimba
833 concertina                tenor sax            bagpipe
834 acoustic guitar (nylon)   baritone sax         fiddle
835 acoustic guitar (steel)   oboe                 shanai
836 electric guitar (jazz)    english horn         tinkle bell
837 electric guitar (clean)   bassoon              agogo
838 electric guitar (muted)   clarinet             steel drums
839 overdriven guitar         piccolo              woodblock
840 distorted guitar          flute                taiko drum
841 guitar harmonics          recorder             melodic tom
842 acoustic bass             pan flute            synth drum
843 electric bass (finger)    blown bottle         reverse cymbal
844 electric bass (pick)      shakuhachi           guitar fret noise
845 fretless bass             whistle              breath noise
846 slap bass 1               ocarina              seashore
847 slap bass 2               lead 1 (square)      bird tweet
848 synth bass 1              lead 2 (sawtooth)    telephone ring
849 synth bass 2              lead 3 (calliope)    helicopter
850 violin                    lead 4 (chiff)       applause
851 viola                     lead 5 (charang)     gunshot
852 cello                     lead 6 (voice)
853 @end example
854
855
856 @node Liste des couleurs
857 @appendixsec Liste des couleurs
858 @translationof List of colors
859
860
861 @subsubheading Couleurs de base
862
863 La syntaxe appropriée à la gestion des couleurs est traitée au chapitre
864 @ref{Coloration d'objets}.
865
866 @cindex liste des couleurs
867 @cindex couleurs, liste
868
869 @verbatim
870 black       white          red         green
871 blue        cyan           magenta     yellow
872 grey        darkred        darkgreen   darkblue
873 darkcyan    darkmagenta    darkyellow
874 @end verbatim
875
876
877 @subsubheading Noms de couleur X
878
879 Les noms de couleur X peuvent s'employer de différentes manières.
880
881 Un nom de couleur peut s'écrire sous la forme d'un mot composé et sans
882 espace auquel chaque élément prend un initiale capitalisée (p. ex.
883 @code{LightSlateBlue}).  Il peut aussi s'exprimer sous la forme d'une
884 suite de mots, auquel cas les initiales ne sont pas capitalisées
885 (par ex. @code{light slate blue}).
886
887 Le @emph{gris} accepte aussi bien l'orthographe @qq{grey} que
888 @qq{gray} (par ex. @code{DarkSlateGray}).
889
890 Certains noms peuvent prendre un suffixe numérique, comme
891 @code{LightSalmon4}.
892
893
894 @subsubheading Noms de couleur sans suffixe numérique
895
896 @verbatim
897 snow            GhostWhite      WhiteSmoke      gainsboro       FloralWhite
898 OldLace         linen           AntiqueWhite    PapayaWhip      BlanchedAlmond
899 bisque          PeachPuff       NavajoWhite     moccasin        cornsilk
900 ivory           LemonChiffon    seashell        honeydew        MintCream
901 azure           AliceBlue       lavender        LavenderBlush   MistyRose
902 white           black           DarkSlateGrey   DimGrey         SlateGrey
903 LightSlateGrey  grey            LightGrey       MidnightBlue    navy
904 NavyBlue        CornflowerBlue  DarkSlateBlue   SlateBlue       MediumSlateBlue
905 LightSlateBlue  MediumBlue      RoyalBlue       blue            DodgerBlue
906 DeepSkyBlue     SkyBlue         LightSkyBlue    SteelBlue       LightSteelBlue
907 LightBlue       PowderBlue      PaleTurquoise   DarkTurquoise   MediumTurquoise
908 turquoise       cyan            LightCyan       CadetBlue       MediumAquamarine
909 aquamarine      DarkGreen       DarkOliveGreen  DarkSeaGreen    SeaGreen
910 MediumSeaGreen  LightSeaGreen   PaleGreen       SpringGreen     LawnGreen
911 green           chartreuse      MediumSpringGreen       GreenYellow     LimeGreen
912 YellowGreen     ForestGreen     OliveDrab       DarkKhaki       khaki
913 PaleGoldenrod   LightGoldenrodYellow    LightYellow     yellow  gold
914 LightGoldenrod  goldenrod       DarkGoldenrod   RosyBrown       IndianRed
915 SaddleBrown     sienna          peru            burlywood       beige
916 wheat           SandyBrown      tan             chocolate       firebrick
917 brown           DarkSalmon      salmon          LightSalmon     orange
918 DarkOrange      coral           LightCoral      tomato          OrangeRed
919 red             HotPink         DeepPink        pink            LightPink
920 PaleVioletRed   maroon          MediumVioletRed VioletRed       magenta
921 violet          plum            orchid          MediumOrchid    DarkOrchid
922 DarkViolet      BlueViolet      purple          MediumPurple    thistle
923 DarkGrey        DarkBlue        DarkCyan        DarkMagenta     DarkRed
924 LightGreen
925 @end verbatim
926
927
928 @subsubheading Noms de couleur avec suffixe numérique
929
930 Les couleurs suivantes acceptent un suffixe numérique @var{N} compris
931 entre 1 et 4.
932
933 @verbatim
934 snowN           seashellN       AntiqueWhiteN   bisqueN         PeachPuffN
935 NavajoWhiteN    LemonChiffonN   cornsilkN       ivoryN          honeydewN
936 LavenderBlushN  MistyRoseN      azureN          SlateBlueN      RoyalBlueN
937 blueN           DodgerBlueN     SteelBlueN      DeepSkyBlueN    SkyBlueN
938 LightSkyBlueN   LightSteelBlueN LightBlueN      LightCyanN      PaleTurquoiseN
939 CadetBlueN      turquoiseN      cyanN           aquamarineN     DarkSeaGreenN
940 SeaGreenN       PaleGreenN      SpringGreenN    greenN          chartreuseN
941 OliveDrabN      DarkOliveGreenN khakiN          LightGoldenrodN LightYellowN
942 yellowN         goldN           goldenrodN      DarkGoldenrodN  RosyBrownN
943 IndianRedN      siennaN         burlywoodN      wheatN          tanN
944 chocolateN      firebrickN      brownN          salmonN         LightSalmonN
945 orangeN         DarkOrangeN     coralN          tomatoN         OrangeRedN
946 redN            DeepPinkN       HotPinkN        pinkN           LightPinkN
947 PaleVioletRedN  maroonN         VioletRedN      magentaN        orchidN
948 plumN           MediumOrchidN   DarkOrchidN     purpleN         MediumPurpleN
949 thistleN
950 @end verbatim
951
952
953 @subsubheading Échelle de gris
954
955 Une échelle de gris s'obtient en utilisant
956
957 @example
958 greyN
959 @end example
960
961 @noindent
962 où @var{N} est compris entre 0 et 100.
963
964
965 @node La fonte Feta
966 @appendixsec La fonte Feta
967 @translationof The Feta font
968
969 @cindex Feta, fonte
970 @cindex fonte Feta
971
972 Voici, regroupés par type, les différents symboles de la fonte
973 Emmentaler qui peuvent s'inclure directement dans un objet
974 @emph{markup}.  Pour ce faire, il suffit d'employer le nom du glyphe,
975 comme dans @code{g^\markup @{\musicglyph #"scripts.segno" @}} ou
976 @code{\markup @{\musicglyph #"five"@}}.  Pour de plus amples
977 informations, reportez-vous au chapitre @ref{Mise en forme du texte}.
978
979 @menu
980 * Glyphes de clef::
981 * Glyphes de métrique::
982 * Glyphes de chiffre::
983 * Glyphes d'altération::
984 * Glyphes de tête de note par défaut::
985 * Glyphes de tête de note spéciale::
986 * Glyphes de tête de note à forme variable::
987 * Glyphes de silence::
988 * Glyphes de crochet de croche::
989 * Glyphes de point::
990 * Glyphes de nuance::
991 * Glyphes de script::
992 * Glyphes de flèche::
993 * Glyphes d'extrémité d'accolade::
994 * Glyphes de pédale::
995 * Glyphes d'accordéon::
996 * Glyphes de liaison::
997 * Glyphes de style vaticana::
998 * Glyphes de style medicaea::
999 * Glyphes de style Hufnagel::
1000 * Glyphes de style mensural::
1001 * Glyphes de style néomensural::
1002 * Glyphes de style Petrucci::
1003 * Glyphes de style Solesmes::
1004 * Glyphes de style kiévien::
1005 @end menu
1006
1007
1008 @node Glyphes de clef
1009 @unnumberedsubsec Glyphes de clef
1010 @translationof Clef glyphs
1011
1012 @lilypond[quote]
1013 \include "font-table.ly"
1014 \markuplist \override-lines #'(word-space . 4)
1015             \doc-chars #clefs
1016 @end lilypond
1017
1018
1019 @node Glyphes de métrique
1020 @unnumberedsubsec Glyphes de métrique
1021 @translationof Time Signature glyphs
1022
1023 @lilypond[quote]
1024 \include "font-table.ly"
1025 \markuplist \override-lines #'(word-space . 4)
1026             \doc-chars #timesig
1027 @end lilypond
1028
1029
1030 @node Glyphes de chiffre
1031 @unnumberedsubsec Glyphes de chiffre
1032 @translationof Number glyphs
1033
1034 @lilypond[quote]
1035 \include "font-table.ly"
1036 \markuplist \override-lines #'(word-space . 4)
1037             \doc-chars #numbers
1038 @end lilypond
1039
1040
1041 @node Glyphes d'altération
1042 @unnumberedsubsec Glyphes d'altération
1043 @translationof Accidental glyphs
1044
1045 @lilypond[quote]
1046 \include "font-table.ly"
1047 \markuplist \override-lines #'(word-space . 4)
1048             \doc-chars #accidentals
1049 @end lilypond
1050
1051
1052 @node Glyphes de tête de note par défaut
1053 @unnumberedsubsec Glyphes de tête de note par défaut
1054 @translationof Default Notehead glyphs
1055
1056 @lilypond[quote]
1057 \include "font-table.ly"
1058 \markuplist \override-lines #'(word-space . 4)
1059             \doc-chars #default-noteheads
1060 @end lilypond
1061
1062
1063 @node Glyphes de tête de note spéciale
1064 @unnumberedsubsec Glyphes de tête de note spéciale
1065 @translationof Special Notehead glyphs
1066
1067 @lilypond[quote]
1068 \include "font-table.ly"
1069 \markuplist \override-lines #'(word-space . 4)
1070             \doc-chars #special-noteheads
1071 @end lilypond
1072
1073
1074 @node Glyphes de tête de note à forme variable
1075 @unnumberedsubsec Glyphes de tête de note à forme variable
1076 @translationof Shape-note Notehead glyphs
1077
1078 @lilypond[quote]
1079 \include "font-table.ly"
1080 \markuplist \override-lines #'(word-space . 4)
1081             \doc-chars #shape-note-noteheads
1082 @end lilypond
1083
1084
1085 @node Glyphes de silence
1086 @unnumberedsubsec Glyphes de silence
1087 @translationof Rest glyphs
1088
1089 @lilypond[quote]
1090 \include "font-table.ly"
1091 \markuplist \override-lines #'(word-space . 4)
1092             \doc-chars #rests
1093 @end lilypond
1094
1095
1096 @node Glyphes de crochet de croche
1097 @unnumberedsubsec Glyphes de crochet de croche
1098 @translationof Flag glyphs
1099
1100 @lilypond[quote]
1101 \include "font-table.ly"
1102 \markuplist \override-lines #'(word-space . 4)
1103             \doc-chars #flags
1104 @end lilypond
1105
1106
1107 @node Glyphes de point
1108 @unnumberedsubsec Glyphes de point
1109 @translationof Dot glyphs
1110
1111 @lilypond[quote]
1112 \include "font-table.ly"
1113 \markuplist \override-lines #'(word-space . 4)
1114             \doc-chars #dots
1115 @end lilypond
1116
1117
1118 @node Glyphes de nuance
1119 @unnumberedsubsec Glyphes de nuance
1120 @translationof Dynamic glyphs
1121
1122 @lilypond[quote]
1123 \include "font-table.ly"
1124 \markuplist \override-lines #'(word-space . 4)
1125             \doc-chars #dynamics
1126 @end lilypond
1127
1128
1129 @node Glyphes de script
1130 @unnumberedsubsec Glyphes de script
1131 @translationof Script glyphs
1132
1133 @lilypond[quote]
1134 \include "font-table.ly"
1135 \markuplist \override-lines #'(word-space . 4)
1136             \doc-chars #scripts
1137 @end lilypond
1138
1139
1140 @node Glyphes de flèche
1141 @unnumberedsubsec Glyphes de flèche
1142 @translationof Arrowhead glyphs
1143
1144 @lilypond[quote]
1145 \include "font-table.ly"
1146 \markuplist \override-lines #'(word-space . 4)
1147             \doc-chars #arrowheads
1148 @end lilypond
1149
1150
1151 @node Glyphes d'extrémité d'accolade
1152 @unnumberedsubsec Glyphes d'extrémité d'accolade
1153 @translationof Bracket-tip glyphs
1154
1155 @lilypond[quote]
1156 \include "font-table.ly"
1157 \markuplist \override-lines #'(word-space . 4)
1158             \doc-chars #brackettips
1159 @end lilypond
1160
1161
1162 @node Glyphes de pédale
1163 @unnumberedsubsec Glyphes de pédale
1164 @translationof Pedal glyphs
1165
1166 @lilypond[quote]
1167 \include "font-table.ly"
1168 \markuplist \override-lines #'(word-space . 4)
1169             \doc-chars #pedal
1170 @end lilypond
1171
1172
1173 @node Glyphes d'accordéon
1174 @unnumberedsubsec Glyphes d'accordéon
1175 @translationof Accordion glyphs
1176
1177 @lilypond[quote]
1178 \include "font-table.ly"
1179 \markuplist \override-lines #'(word-space . 4)
1180             \doc-chars #accordion
1181 @end lilypond
1182
1183
1184 @node Glyphes de liaison
1185 @unnumberedsubsec Glyphes de liaison
1186 @translationof Tie glyphs
1187
1188 @lilypond[quote]
1189 \include "font-table.ly"
1190 \markuplist \override-lines #'(word-space . 4)
1191             \doc-chars #ties
1192 @end lilypond
1193
1194
1195 @node Glyphes de style vaticana
1196 @unnumberedsubsec Glyphes de style vaticana
1197 @translationof Vaticana glyphs
1198
1199 @lilypond[quote]
1200 \include "font-table.ly"
1201 \markuplist \override-lines #'(word-space . 4)
1202             \doc-chars #vaticana
1203 @end lilypond
1204
1205
1206 @node Glyphes de style medicaea
1207 @unnumberedsubsec Glyphes de style medicaea
1208 @translationof Medicaea glyphs
1209
1210 @lilypond[quote]
1211 \include "font-table.ly"
1212 \markuplist \override-lines #'(word-space . 4)
1213             \doc-chars #medicaea
1214 @end lilypond
1215
1216
1217 @node Glyphes de style Hufnagel
1218 @unnumberedsubsec Glyphes de style Hufnagel
1219 @translationof Hufnagel glyphs
1220
1221 @lilypond[quote]
1222 \include "font-table.ly"
1223 \markuplist \override-lines #'(word-space . 4)
1224             \doc-chars #hufnagel
1225 @end lilypond
1226
1227
1228 @node Glyphes de style mensural
1229 @unnumberedsubsec Glyphes de style mensural
1230 @translationof Mensural glyphs
1231
1232 @lilypond[quote]
1233 \include "font-table.ly"
1234 \markuplist \override-lines #'(word-space . 4)
1235             \doc-chars #mensural
1236 @end lilypond
1237
1238
1239 @node Glyphes de style néomensural
1240 @unnumberedsubsec Glyphes de style néomensural
1241 @translationof Neomensural glyphs
1242
1243 @lilypond[quote]
1244 \include "font-table.ly"
1245 \markuplist \override-lines #'(word-space . 4)
1246             \doc-chars #neomensural
1247 @end lilypond
1248
1249
1250 @node Glyphes de style Petrucci
1251 @unnumberedsubsec Glyphes de style Petrucci
1252 @translationof Petrucci glyphs
1253
1254 @lilypond[quote]
1255 \include "font-table.ly"
1256 \markuplist \override-lines #'(word-space . 4)
1257             \doc-chars #petrucci
1258 @end lilypond
1259
1260
1261 @node Glyphes de style Solesmes
1262 @unnumberedsubsec Glyphes de style Solesmes
1263 @translationof Solesmes glyphs
1264
1265 @lilypond[quote]
1266 \include "font-table.ly"
1267 \markuplist \override-lines #'(word-space . 4)
1268             \doc-chars #solesmes
1269 @end lilypond
1270
1271
1272 @node Glyphes de style kiévien
1273 @unnumberedsubsec Glyphes de style kiévien
1274 @translationof Kievan Notation glyphs
1275
1276 @lilypond[quote]
1277 \include "font-table.ly"
1278 \markuplist \override-lines #'(word-space . 4)
1279              \doc-chars #kievan
1280 @end lilypond
1281
1282
1283 @node Styles de tête de note
1284 @appendixsec Styles de tête de note
1285 @translationof Note head styles
1286
1287 Voici les différents styles de tête de note disponibles.
1288
1289 @lilypondfile[noindent]{note-head-style.ly}
1290
1291
1292 @node Styles de clef
1293 @appendixsec Styles de clef
1294 @translationof Clef styles
1295
1296 Le tableau suivant répertorie tous les styles de clef disponibles
1297 ainsi que la position du @emph{do médium} par rapport à la clef.
1298
1299 @multitable @columnfractions .30 .2 .30 .2
1300
1301 @headitem
1302 Exemple
1303 @tab
1304 Résultat
1305 @tab
1306 Exemple
1307 @tab
1308 Résultat
1309
1310
1311 @item
1312 @code{\clef G}
1313 @tab
1314 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1315 \clef G c1
1316 @end lilypond
1317
1318 @tab
1319 @code{\clef "G2"}
1320 @tab
1321 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1322 \clef "G2"
1323 c1
1324 @end lilypond
1325
1326 @item
1327 @code{\clef treble}
1328 @tab
1329 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1330 \clef treble
1331 c1
1332 @end lilypond
1333
1334 @tab
1335 @code{\clef violin}
1336 @tab
1337 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1338 \clef violin
1339 c1
1340 @end lilypond
1341
1342 @item
1343 @code{\clef french}
1344 @tab
1345 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1346 \clef french
1347 c1
1348 @end lilypond
1349
1350 @tab
1351 @code{\clef GG}
1352 @tab
1353 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1354 \clef GG
1355 c1
1356 @end lilypond
1357
1358 @item
1359 @code{\clef tenorG}
1360 @tab
1361 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1362 \clef tenorG
1363 c1
1364 @end lilypond
1365
1366 @tab
1367 @code{\clef soprano}
1368 @tab
1369 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1370 \clef soprano
1371 c1
1372 @end lilypond
1373
1374 @item
1375 @code{\clef mezzosoprano}
1376 @tab
1377 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1378 \clef mezzosoprano
1379 c1
1380 @end lilypond
1381
1382 @tab
1383 @code{\clef C}
1384 @tab
1385 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1386 \clef C
1387 c1
1388 @end lilypond
1389
1390 @item
1391 @code{\clef alto}
1392 @tab
1393 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1394 \clef alto
1395 c1
1396 @end lilypond
1397
1398 @tab
1399 @code{\clef tenor}
1400 @tab
1401 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1402 \clef tenor
1403 c1
1404 @end lilypond
1405
1406 @item
1407 @code{\clef baritone}
1408 @tab
1409 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1410 \clef baritone
1411 c1
1412 @end lilypond
1413
1414 @tab
1415 @code{\clef varC}
1416 @tab
1417 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1418 \clef varC
1419 c1
1420 @end lilypond
1421
1422 @item
1423 @code{\clef altovarC}
1424 @tab
1425 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1426 \clef altovarC
1427 c1
1428 @end lilypond
1429
1430 @tab
1431 @code{\clef tenorvarC}
1432 @tab
1433 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1434 \clef tenorvarC
1435 c1
1436 @end lilypond
1437
1438 @item
1439 @code{\clef baritonevarC}
1440 @tab
1441 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1442 \clef baritonevarC
1443 c1
1444 @end lilypond
1445
1446 @tab
1447 @code{\clef varbaritone}
1448 @tab
1449 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1450 \clef varbaritone
1451 c1
1452 @end lilypond
1453
1454 @item
1455 @code{\clef baritonevarF}
1456 @tab
1457 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1458 \clef baritonevarF
1459 c1
1460 @end lilypond
1461
1462 @tab
1463 @code{\clef F}
1464 @tab
1465 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1466 \clef F
1467 c1
1468 @end lilypond
1469
1470 @item
1471 @code{\clef bass}
1472 @tab
1473 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1474 \clef bass
1475 c1
1476 @end lilypond
1477
1478 @tab
1479 @code{\clef subbass}
1480 @tab
1481 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1482 \clef subbass
1483 c1
1484 @end lilypond
1485
1486 @item
1487 @code{\clef percussion}
1488 @tab
1489 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1490 \clef percussion
1491 c1
1492 @end lilypond
1493
1494 @tab
1495 @c @example does not work as expected within multitables
1496 @code{
1497 \new TabStaff @{ @*
1498 @ @ \clef tab @*
1499 @}
1500 }
1501 @tab
1502 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1503 \new TabStaff {
1504   \clef tab
1505   c1
1506 }
1507 @end lilypond
1508
1509 @item
1510 @c @example does not work as expected within multitables
1511 @code{
1512 \new TabStaff @{ @*
1513 @ @ \clef moderntab @*
1514 @}
1515 }
1516 @tab
1517 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1518 \new TabStaff {
1519   \clef moderntab
1520   c1
1521 }
1522 @end lilypond
1523
1524
1525 @end multitable
1526
1527
1528 @node Commandes pour markup
1529 @appendixsec Commandes pour @emph{markup}
1530 @translationof Text markup commands
1531
1532 Les commandes suivantes peuvent être utilisées dans un bloc
1533 @code{\markup @{ @}}.
1534
1535 @include markup-commands.tely
1536
1537
1538 @node Commandes pour liste de markups
1539 @appendixsec Commandes pour liste de @emph{markups}
1540 @translationof Text markup list commands
1541
1542 Les commandes suivantes peuvent être utilisées dans un
1543 bloc @code{\markuplist @{ @}}.
1544
1545 @include markup-list-commands.tely
1546
1547
1548 @node Liste des caractères spéciaux
1549 @appendixsec Liste des caractères spéciaux
1550 @translationof List of special characters
1551
1552 Voici une table des caractères spéciaux disponibles.  Pour plus de
1553 précisions, voir @ref{Équivalents ASCII}.
1554
1555 Cette liste utilise la syntaxe HTML, à l'instar de la plupart des
1556 caractères qui la composent ; les autres sont inspirés du langage
1557 @LaTeX{}.
1558
1559 Les caractères sont ici inclus dans une boîte, de façon à mettre leur
1560 taille en évidence, et un léger décalage a été appliqué pour les
1561 décoller de l'encadrement.
1562
1563 @lilypond[quote]
1564 \include "special-characters.ly"
1565 @end lilypond
1566
1567
1568 @node Liste des signes d'articulation
1569 @appendixsec Liste des signes d'articulation
1570 @translationof List of articulations
1571
1572 Les listes qui suivent recensent les symboles prédéfinis dans la
1573 fonte Feta que vous pouvez attacher à une note (par ex. @code{f\accent}
1574 ou @code{f->}).  Chaque exemple illustre les trois positionnements : en
1575 surplomb (@emph{up}), en dessous (@emph{down}) et à l'appréciation de
1576 LilyPond (@emph{neutral}).
1577
1578 @c Articulations and ornamentations
1579 @c Fingering instructions (for "thumb")
1580 @c Common notation for unfretted strings
1581 @c   Bowing indications
1582 @c   Harmonics
1583 @c   Snap (Bartók) pizzicato
1584 @c Custom percussion staves (for "halfopen" -- not yet funindexed)
1585 @c References for wind instruments (for "open"/"stopped" -- not yet funindexed)
1586
1587 @menu
1588 * Scripts d'articulation::
1589 * Scripts d'ornement::
1590 * Scripts de point d'orgue et point d'arrêt::
1591 * Scripts spécifiques à certains instruments::
1592 * Scripts de reprise et de répétition::
1593 * Scripts pour musique ancienne::
1594 @end menu
1595
1596 @ignore
1597 The @multitable @columnfraction value discrepancy between the first and
1598 the remaining columns is deliberate; it seems (at least visually
1599 anyway) the gap (after building the documentation) between first and
1600 second column examples was always larger than between the remaining
1601 columns - JL
1602 @end ignore
1603
1604
1605 @node Scripts d'articulation
1606 @unnumberedsubsec Scripts d'articulation
1607 @translationof Articulation scripts
1608
1609 @cindex accent
1610 @cindex espressivo
1611 @cindex marcato
1612 @cindex portato
1613 @cindex staccatissimo
1614 @cindex staccato
1615 @cindex tenuto
1616 @cindex pouce @emph{(thumb)}
1617
1618 @multitable @columnfractions .22 .25 .25 .25
1619
1620 @item
1621 @code{\accent} ou @code{->}
1622 @lilypond[notime,relative=2]
1623 f^\accent e,_\accent b'\accent
1624 @end lilypond
1625 @tab
1626 @code{\espressivo}
1627 @lilypond[notime,relative=2]
1628 f^\espressivo e,_\espressivo b'\espressivo
1629 @end lilypond
1630 @tab
1631 @code{\marcato} ou @code{-^}
1632 @lilypond[notime,relative=2]
1633 f^\marcato e,_\marcato b'\marcato
1634 @end lilypond
1635 @tab
1636 @code{\portato} ou @code{-_}
1637 @lilypond[notime,relative=2]
1638 f^\portato e,_\portato b'\portato
1639 @end lilypond
1640
1641 @item
1642 @code{\staccatissimo} @* ou @code{-!}
1643 @lilypond[notime,relative=2]
1644 f^\staccatissimo e,_\staccatissimo b'\staccatissimo
1645 @end lilypond
1646 @tab
1647 @code{\staccato} ou @code{-.}
1648 @lilypond[notime,relative=2]
1649 f^\staccato e,_\staccato b'\staccato
1650 @end lilypond
1651 @tab
1652 @code{\tenuto} ou @code{--}
1653 @lilypond[notime,relative=2]
1654 f^\tenuto e,_\tenuto b'\tenuto
1655 @end lilypond
1656
1657 @end multitable
1658
1659
1660 @node Scripts d'ornement
1661 @unnumberedsubsec Scripts d'ornement
1662 @translationof Ornament scripts
1663
1664 @cindex trille
1665 @cindex mordant
1666 @cindex grupetto
1667
1668 @multitable @columnfractions .22 .25 .25 .25
1669
1670 @item
1671 @code{\prall}
1672 @lilypond[notime,relative=2]
1673 f^\prall e,_\prall b'\prall
1674 @end lilypond
1675 @tab
1676 @code{\prallup}
1677 @lilypond[notime,relative=2]
1678 f^\prallup e,_\prallup b'\prallup
1679 @end lilypond
1680 @tab
1681 @code{\pralldown}
1682 @lilypond[notime,relative=2]
1683 f^\pralldown e,_\pralldown b'\pralldown
1684 @end lilypond
1685 @tab
1686 @code{\upprall}
1687 @lilypond[notime,relative=2]
1688 f^\upprall e,_\upprall b'\upprall
1689 @end lilypond
1690
1691 @item
1692 @code{\downprall}
1693 @lilypond[notime,relative=2]
1694 f^\downprall e,_\downprall b'\downprall
1695 @end lilypond
1696 @tab
1697 @code{\prallprall}
1698 @lilypond[notime,relative=2]
1699 f^\prallprall e,_\prallprall b'\prallprall
1700 @end lilypond
1701 @tab
1702 @code{\lineprall}
1703 @lilypond[notime,relative=2]
1704 f^\lineprall e,_\lineprall b'\lineprall
1705 @end lilypond
1706 @tab
1707 @code{\prallmordent}
1708 @lilypond[notime,relative=2]
1709 f^\prallmordent e,_\prallmordent b'\prallmordent
1710 @end lilypond
1711
1712 @item
1713 @code{\mordent}
1714 @lilypond[notime,relative=2]
1715 f^\mordent e,_\mordent b'\mordent
1716 @end lilypond
1717 @tab
1718 @code{\upmordent}
1719 @lilypond[notime,relative=2]
1720 f^\upmordent e,_\upmordent b'\upmordent
1721 @end lilypond
1722 @tab
1723 @code{\downmordent}
1724 @lilypond[notime,relative=2]
1725 f^\downmordent e,_\downmordent b'\downmordent
1726 @end lilypond
1727 @tab
1728 @code{\trill}
1729 @lilypond[notime,relative=2]
1730 f^\trill e,_\trill b'\trill
1731 @end lilypond
1732
1733 @item
1734 @code{\turn}
1735 @lilypond[notime,relative=2]
1736 f^\turn e,_\turn b'\reverseturn
1737 @end lilypond
1738 @tab
1739 @code{\reverseturn}
1740 @lilypond[notime,relative=2]
1741 f^\reverseturn e,_\reverseturn b'\reverseturn
1742 @end lilypond
1743
1744 @end multitable
1745
1746
1747 @node Scripts de point d'orgue et point d'arrêt
1748 @unnumberedsubsec Scripts de point d'orgue et point d'arrêt
1749 @translationof Fermata scripts
1750
1751 @cindex point d'orgue
1752 @cindex point d'arrêt
1753
1754 @multitable @columnfractions .22 .25 .25 .25
1755
1756 @item
1757 @code{\shortfermata}
1758 @lilypond[notime,relative=2]
1759 f^\shortfermata e,_\shortfermata b'\shortfermata
1760 @end lilypond
1761 @tab
1762 @code{\fermata}
1763 @lilypond[notime,relative=2]
1764 f^\fermata e,_\fermata b'\fermata
1765 @end lilypond
1766 @tab
1767 @code{\longfermata}
1768 @lilypond[notime,relative=2]
1769 f^\longfermata e,_\longfermata b'\longfermata
1770 @end lilypond
1771 @tab
1772 @code{\verylongfermata}
1773 @lilypond[notime,relative=2]
1774 f^\verylongfermata e,_\verylongfermata b'\verylongfermata
1775 @end lilypond
1776
1777 @end multitable
1778
1779
1780 @node Scripts spécifiques à certains instruments
1781 @unnumberedsubsec Scripts spécifiques à certains instruments
1782 @translationof Instrument-specific scripts
1783
1784 @cindex flageolet
1785 @cindex tirer l'archet
1786 @cindex pousser l'archet
1787 @cindex snappizzicato
1788 @cindex bouché
1789 @cindex sourdine
1790 @cindex ouvert
1791 @cindex orgue, marque de pédale
1792 @cindex pointe
1793 @cindex talon
1794
1795 @multitable @columnfractions .22 .25 .25 .25
1796
1797 @item
1798 @code{\upbow}
1799 @lilypond[notime,relative=2]
1800 f^\upbow e,_\upbow b'\upbow
1801 @end lilypond
1802 @tab
1803 @code{\downbow}
1804 @lilypond[notime,relative=2]
1805 f^\downbow e,_\downbow b'\downbow
1806 @end lilypond
1807 @tab
1808 @code{\flageolet}
1809 @lilypond[notime,relative=2]
1810 f^\flageolet e,_\flageolet b'\flageolet
1811 @end lilypond
1812 @tab
1813 @code{\open}
1814 @lilypond[notime,relative=2]
1815 f^\open e,_\open b'\open
1816 @end lilypond
1817
1818 @item
1819 @code{\halfopen}
1820 @lilypond[notime,relative=2]
1821 f^\halfopen e,_\halfopen b'\halfopen
1822 @end lilypond
1823 @tab
1824 @code{\lheel}
1825 @lilypond[notime,relative=2]
1826 f^\lheel e,_\lheel b'\lheel
1827 @end lilypond
1828 @tab
1829 @code{\rheel}
1830 @lilypond[notime,relative=2]
1831 f^\rheel e,_\rheel b'\rheel
1832 @end lilypond
1833 @tab
1834 @code{\ltoe}
1835 @lilypond[notime,relative=2]
1836 f^\ltoe e,_\ltoe b'\ltoe
1837 @end lilypond
1838
1839 @item
1840 @code{\rtoe}
1841 @lilypond[notime,relative=2]
1842 f^\rtoe e,_\rtoe b'\rtoe
1843 @end lilypond
1844 @tab
1845 @code{\snappizzicato}
1846 @lilypond[notime,relative=2]
1847 f^\snappizzicato e,_\snappizzicato b'\snappizzicato
1848 @end lilypond
1849 @tab
1850 @code{\stopped} ou @code{-+}
1851 @lilypond[notime,relative=2]
1852 f^\stopped e,_\stopped b'\stopped
1853 @end lilypond
1854
1855 @end multitable
1856
1857
1858 @node Scripts de reprise et de répétition
1859 @unnumberedsubsec Scripts de reprise et de répétition
1860 @translationof Repeat sign scripts
1861
1862 @cindex segno
1863 @cindex coda
1864 @cindex varcoda
1865
1866 @multitable @columnfractions .22 .25 .25 .25
1867
1868 @item
1869 @code{\segno}
1870 @lilypond[notime,relative=2]
1871 f^\segno e,_\segno b'\segno
1872 @end lilypond
1873 @tab
1874 @code{\coda}
1875 @lilypond[notime,relative=2]
1876 f^\coda e,_\coda b'\coda
1877 @end lilypond
1878 @tab
1879 @code{\varcoda}
1880 @lilypond[notime,relative=2]
1881 f^\varcoda e,_\varcoda b'\varcoda
1882 @end lilypond
1883
1884 @end multitable
1885
1886
1887 @node Scripts pour musique ancienne
1888 @unnumberedsubsec Scripts pour musique ancienne
1889 @translationof Ancient scripts
1890
1891 @cindex accentus
1892 @cindex circulus
1893 @cindex ictus
1894 @cindex semicirculus
1895 @cindex signumcongruentiae
1896
1897 @multitable @columnfractions .22 .25 .25 .25
1898
1899 @item
1900 @code{\accentus}
1901 @lilypond[notime]
1902 \include "gregorian.ly"
1903 \new VaticanaStaff { e'^\accentus s4 f_\accentus s4 b\accentus}
1904 @end lilypond
1905 @tab
1906 @code{\circulus}
1907 @lilypond[notime]
1908 \include "gregorian.ly"
1909 \new VaticanaStaff { e'^\circulus s4 f_\circulus s4 b\circulus  }
1910 @end lilypond
1911 @tab
1912 @code{\ictus}
1913 @lilypond[notime]
1914 \include "gregorian.ly"
1915 \new VaticanaStaff { e'^\ictus s4 f_\ictus s4 b\ictus}
1916 @end lilypond
1917
1918 @item
1919 @code{\semicirculus}
1920 @lilypond[notime]
1921 \include "gregorian.ly"
1922 \new VaticanaStaff {
1923   e'^\semicirculus s4 f_\semicirculus s4 b\semicirculus
1924 }
1925 @end lilypond
1926 @tab
1927 @code{\signumcongruentiae}
1928 @lilypond[notime]
1929 \include "gregorian.ly"
1930 \new VaticanaStaff {
1931   e'^\signumcongruentiae s4
1932   f_\signumcongruentiae s4
1933   b\signumcongruentiae
1934 }
1935 @end lilypond
1936
1937 @end multitable
1938
1939
1940 @node Notes utilisées en percussion
1941 @appendixsec Notes utilisées en percussion
1942 @translationof Percussion notes
1943
1944 @cindex percussions, nom des notes
1945 @cindex drums, various
1946 @cindex acoustic bass
1947 @cindex bass
1948 @cindex snare
1949 @cindex electric snare
1950 @cindex acoustic snare
1951 @cindex tom tom
1952 @cindex bongo
1953 @cindex conga
1954 @cindex timbale
1955 @cindex sidestick
1956 @cindex floor tom tom
1957 @cindex low tom tom
1958 @cindex high tom tom
1959 @cindex mid tom tom
1960 @cindex high hat
1961 @cindex pedal high hat
1962 @cindex open high hat
1963 @cindex half-open high hat
1964 @cindex cymbal, various
1965 @cindex crash cymbal
1966 @cindex ride cymbal
1967 @cindex chinese cymbal
1968 @cindex splash cymbal
1969 @cindex ride bell
1970 @cindex cowbell
1971 @cindex agogo
1972 @cindex high bongo
1973 @cindex low bongo
1974 @cindex mute bongo
1975 @cindex open bongo
1976 @cindex high conga
1977 @cindex low conga
1978 @cindex mute conga
1979 @cindex open conga
1980 @cindex high timbale
1981 @cindex low timbale
1982 @cindex mute timbale
1983 @cindex open timbale
1984 @cindex sidestick
1985 @cindex guiro
1986 @cindex cabasa
1987 @cindex maracas
1988 @cindex whistle
1989 @cindex handclap
1990 @cindex tambourine
1991 @cindex vibraslap
1992 @cindex tam tam
1993 @cindex claves
1994 @cindex woodblock
1995 @cindex cuica
1996 @cindex triangle
1997
1998 @multitable @columnfractions .22 .25 .25 .25
1999
2000 @item
2001 @code{bassdrum @* bd @*}
2002 @lilypond[notime,ragged-right]
2003 \drums { bd4 bd1 }
2004 @end lilypond
2005 @tab
2006 @code{acousticbassdrum @* bda @*}
2007 @lilypond[notime,ragged-right]
2008 \drums { bda4 bda1 }
2009 @end lilypond
2010 @tab
2011 @code{snare @* sn @*}
2012 @lilypond[notime,ragged-right]
2013 \drums { sn4 sn1 }
2014 @end lilypond
2015 @tab
2016 @code{acousticsnare @* sna @*}
2017 @lilypond[notime,ragged-right]
2018 \drums { sna4 sna1 }
2019 @end lilypond
2020
2021 @item
2022 @code{electricsnare @* sne @*}
2023 @lilypond[notime,ragged-right]
2024 \drums { sne4 sne1 }
2025 @end lilypond
2026 @tab
2027 @code{lowfloortom @* tomfl @*}
2028 @lilypond[notime,ragged-right]
2029 \drums { tomfl4 tomfl1 }
2030 @end lilypond
2031 @tab
2032 @code{highfloortom @* tomfh @*}
2033 @lilypond[notime,ragged-right]
2034 \drums { tomfh4 tomfh1 }
2035 @end lilypond
2036 @tab
2037 @code{lowtom @* toml @*}
2038 @lilypond[notime,ragged-right]
2039 \drums { toml4 toml1 }
2040 @end lilypond
2041
2042 @item
2043 @code{hightom @* tomh @*}
2044 @lilypond[notime,ragged-right]
2045 \drums { tomh4 tomh1 }
2046 @end lilypond
2047 @tab
2048 @code{lowmidtom @* tomml @*}
2049 @lilypond[notime,ragged-right]
2050 \drums { tomml4 tomml1 }
2051 @end lilypond
2052 @tab
2053 @code{highmidtom @* tommh @*}
2054 @lilypond[notime,ragged-right]
2055 \drums { tommh4 tommh1 }
2056 @end lilypond
2057 @tab
2058 @code{highhat @* hh @*}
2059 @lilypond[notime,ragged-right]
2060 \drums { hh4 hh1 }
2061 @end lilypond
2062
2063 @item
2064 @code{closedhihat @* hhc @*}
2065 @lilypond[notime,ragged-right]
2066 \drums { hhc4 hhc1 }
2067 @end lilypond
2068 @tab
2069 @code{openhighhat @* hho @*}
2070 @lilypond[notime,ragged-right]
2071 \drums { hho4 hho1 }
2072 @end lilypond
2073 @tab
2074 @code{halfopenhihat @* hhho @*}
2075 @lilypond[notime,ragged-right]
2076 \drums { hhho4 hhho1 }
2077 @end lilypond
2078 @tab
2079 @code{pedalhihat @* hhp @*}
2080 @lilypond[notime,ragged-right]
2081 \drums { hhp4 hhp1 }
2082 @end lilypond
2083
2084
2085 @item
2086 @code{crashcymbal @* cymc @*}
2087 @lilypond[notime,ragged-right]
2088 \drums { cymc4 cymc1 }
2089 @end lilypond
2090 @tab
2091 @code{crashcymbala @* cymca @*}
2092 @lilypond[notime,ragged-right]
2093 \drums { cymca4 cymca1 }
2094 @end lilypond
2095 @tab
2096 @code{crashcymbalb @* cymcb @*}
2097 @lilypond[notime,ragged-right]
2098 \drums { cymcb4 cymcb1 }
2099 @end lilypond
2100 @tab
2101 @code{ridecymbal @* cymr @*}
2102 @lilypond[notime,ragged-right]
2103 \drums { cymr4 cymr1 }
2104 @end lilypond
2105
2106 @item
2107 @code{ridecymbala @* cymra @*}
2108 @lilypond[notime,ragged-right]
2109 \drums { cymra4 cymra1 }
2110 @end lilypond
2111 @tab
2112 @code{ridecymbalb @* cymrb @*}
2113 @lilypond[notime,ragged-right]
2114 \drums { cymrb4 cymrb1 }
2115 @end lilypond
2116 @tab
2117 @code{chinesecymbal @* cymch @*}
2118 @lilypond[notime,ragged-right]
2119 \drums { cymch4 cymch1 }
2120 @end lilypond
2121 @tab
2122 @code{splashcymbal @* cyms @*}
2123 @lilypond[notime,ragged-right]
2124 \drums { cyms4 cyms1 }
2125 @end lilypond
2126
2127 @item
2128 @code{ridebell @* rb @*}
2129 @lilypond[notime,ragged-right]
2130 \drums { rb4 rb1 }
2131 @end lilypond
2132 @tab
2133 @code{cowbell @* cb @*}
2134 @lilypond[notime,ragged-right]
2135 \drums { cb4 cb1 }
2136 @end lilypond
2137 @tab
2138 @code{hibongo @* boh @*}
2139 @lilypond[notime,ragged-right]
2140 \drums { boh4 boh1 }
2141 @end lilypond
2142 @tab
2143 @code{openhibongo @* boho @*}
2144 @lilypond[notime,ragged-right]
2145 \drums { boho4 boho1 }
2146 @end lilypond
2147
2148 @item
2149 @code{mutehibongo @* bohm @*}
2150 @lilypond[notime,ragged-right]
2151 \drums { bohm4 bohm1 }
2152 @end lilypond
2153 @tab
2154 @code{lobongo @* bol @*}
2155 @lilypond[notime,ragged-right]
2156 \drums { bol4 bol1 }
2157 @end lilypond
2158 @tab
2159 @code{openlobongo @* bolo @*}
2160 @lilypond[notime,ragged-right]
2161 \drums { bolo4 bolo1 }
2162 @end lilypond
2163 @tab
2164 @code{mutelobongo @* bolm @*}
2165 @lilypond[notime,ragged-right]
2166 \drums { bolm4 bolm1 }
2167 @end lilypond
2168
2169
2170 @item
2171 @code{hiconga @* cgh @*}
2172 @lilypond[notime,ragged-right]
2173 \drums { cgh4 cgh1 }
2174 @end lilypond
2175 @tab
2176 @code{openhiconga @* cgho @*}
2177 @lilypond[notime,ragged-right]
2178 \drums { cgho4 cgho1 }
2179 @end lilypond
2180 @tab
2181 @code{mutehiconga @* cghm @*}
2182 @lilypond[notime,ragged-right]
2183 \drums { cghm4 cghm1 }
2184 @end lilypond
2185 @tab
2186 @code{loconga @* cgl @*}
2187 @lilypond[notime,ragged-right]
2188 \drums { cgl4 cgl1 }
2189 @end lilypond
2190
2191 @item
2192 @code{openloconga @* cglo @*}
2193 @lilypond[notime,ragged-right]
2194 \drums { cglo4 cglo1 }
2195 @end lilypond
2196 @tab
2197 @code{muteloconga @* cglm @*}
2198 @lilypond[notime,ragged-right]
2199 \drums { cglm4 cglm1 }
2200 @end lilypond
2201 @tab
2202 @code{hitimbale @* timh @*}
2203 @lilypond[notime,ragged-right]
2204 \drums { timh4 timh1 }
2205 @end lilypond
2206 @tab
2207 @code{lotimbale @* timl @*}
2208 @lilypond[notime,ragged-right]
2209 \drums { timl4 timl1 }
2210 @end lilypond
2211
2212 @item
2213 @code{hiagogo @* agh @*}
2214 @lilypond[notime,ragged-right]
2215 \drums { agh4 agh1 }
2216 @end lilypond
2217 @tab
2218 @code{loagogo @* agl @*}
2219 @lilypond[notime,ragged-right]
2220 \drums { agl4 agl1 }
2221 @end lilypond
2222 @tab
2223 @code{sidestick @* ss @*}
2224 @lilypond[notime,ragged-right]
2225 \drums { ss4 ss1 }
2226 @end lilypond
2227 @tab
2228 @code{hisidestick @* ssh @*}
2229 @lilypond[notime,ragged-right]
2230 \drums { ssh4 ssh1 }
2231 @end lilypond
2232
2233 @item
2234 @code{losidestick @* ssl @*}
2235 @lilypond[notime,ragged-right]
2236 \drums { ssl4 ssl1 }
2237 @end lilypond
2238 @tab
2239 @code{guiro @* gui @*}
2240 @lilypond[notime,ragged-right]
2241 \drums { gui4 gui1 }
2242 @end lilypond
2243 @tab
2244 @code{shortguiro @* guis @*}
2245 @lilypond[notime,ragged-right]
2246 \drums { guis4 guis1 }
2247 @end lilypond
2248 @tab
2249 @code{longguiro @* guil @*}
2250 @lilypond[notime,ragged-right]
2251 \drums { guil4 guil1 }
2252 @end lilypond
2253
2254 @item
2255 @code{cabasa @* cab @*}
2256 @lilypond[notime,ragged-right]
2257 \drums { cab4 cab1 }
2258 @end lilypond
2259 @tab
2260 @code{maracas @* mar @*}
2261 @lilypond[notime,ragged-right]
2262 \drums { mar4 mar1 }
2263 @end lilypond
2264 @tab
2265 @code{shortwhistle @* whs @*}
2266 @lilypond[notime,ragged-right]
2267 \drums { whs4 whs1 }
2268 @end lilypond
2269 @tab
2270 @code{longwhistle @* whl @*}
2271 @lilypond[notime,ragged-right]
2272 \drums { whl4 whl1 }
2273 @end lilypond
2274
2275 @item
2276 @code{handclap @* hc @*}
2277 @lilypond[notime,ragged-right]
2278 \drums { hc4 hc1 }
2279 @end lilypond
2280 @tab
2281 @code{tambourine @* tamb @*}
2282 @lilypond[notime,ragged-right]
2283 \drums { tamb4 tamb1 }
2284 @end lilypond
2285 @tab
2286 @code{vibraslap @* vibs @*}
2287 @lilypond[notime,ragged-right]
2288 \drums { vibs4 vibs1 }
2289 @end lilypond
2290 @tab
2291 @code{tamtam @* tt @*}
2292 @lilypond[notime,ragged-right]
2293 \drums { tt4 tt1 }
2294 @end lilypond
2295
2296 @item
2297 @code{claves @* cl @*}
2298 @lilypond[notime,ragged-right]
2299 \drums { cl4 cl1 }
2300 @end lilypond
2301 @tab
2302 @code{hiwoodblock @* wbh @*}
2303 @lilypond[notime,ragged-right]
2304 \drums { wbh4 wbh1 }
2305 @end lilypond
2306 @tab
2307 @code{lowoodblock @* wbl @*}
2308 @lilypond[notime,ragged-right]
2309 \drums { wbl4 wbl1 }
2310 @end lilypond
2311 @tab
2312 @code{opencuica @* cuio @*}
2313 @lilypond[notime,ragged-right]
2314 \drums { cuio4 cuio1 }
2315 @end lilypond
2316
2317 @item
2318 @code{mutecuica @* cuim @*}
2319 @lilypond[notime,ragged-right]
2320 \drums { cuim4 cuim1 }
2321 @end lilypond
2322 @tab
2323 @code{triangle @* tri @*}
2324 @lilypond[notime,ragged-right]
2325 \drums { tri4 tri1 }
2326 @end lilypond
2327 @tab
2328 @code{opentriangle @* trio @*}
2329 @lilypond[notime,ragged-right]
2330 \drums { trio4 trio1 }
2331 @end lilypond
2332 @tab
2333 @code{mutetriangle @* trim}
2334 @lilypond[notime,ragged-right]
2335 \drums { trim4 trim1 }
2336 @end lilypond
2337
2338 @item
2339 @code{oneup @* ua @*}
2340 @lilypond[notime,ragged-right]
2341 \drums { ua4 ua1 }
2342 @end lilypond
2343 @tab
2344 @code{twoup @* ub @*}
2345 @lilypond[notime,ragged-right]
2346 \drums { ub4 ub1 }
2347 @end lilypond
2348 @tab
2349 @code{threeup @* uc @*}
2350 @lilypond[notime,ragged-right]
2351 \drums { uc4 uc1 }
2352 @end lilypond
2353 @tab
2354 @code{fourup @* ud @*}
2355 @lilypond[notime,ragged-right]
2356 \drums { ud4 ud1 }
2357 @end lilypond
2358
2359 @item
2360 @code{fiveup @* ue @*}
2361 @lilypond[notime,ragged-right]
2362 \drums { ue4 ue1 }
2363 @end lilypond
2364 @tab
2365 @code{onedown @* da @*}
2366 @lilypond[notime,ragged-right]
2367 \drums { da4 da1 }
2368 @end lilypond
2369 @tab
2370 @code{twodown @* db @*}
2371 @lilypond[notime,ragged-right]
2372 \drums { db4 db1 }
2373 @end lilypond
2374 @tab
2375 @code{threedown @* dc @*}
2376 @lilypond[notime,ragged-right]
2377 \drums { dc4 dc1 }
2378 @end lilypond
2379
2380 @item
2381 @code{fourdown @* dd @*}
2382 @lilypond[notime,ragged-right]
2383 \drums { dd4 dd1 }
2384 @end lilypond
2385 @tab
2386 @code{fivedown @* de @*}
2387 @lilypond[notime,ragged-right]
2388 \drums { de4 de1 }
2389 @end lilypond
2390
2391
2392 @end multitable
2393
2394
2395 @node Glossaire technique
2396 @appendixsec Glossaire technique
2397 @translationof Technical glossary
2398
2399 Ce glossaire regroupe les termes techniques et concepts utilisés en
2400 interne par LilyPond.  Ils apparaissent aussi bien dans les manuels, que
2401 sur les listes de diffusion et dans le code source.
2402
2403 @menu
2404 * alist (liste associative)::
2405 * callback (rappel)::
2406 * closure (clôture)::
2407 * glyphe::
2408 * grob (objet graphique)::
2409 * inaltérable::
2410 * interface::
2411 * lexer (analyseur lexical)::
2412 * altérable::
2413 * output-def (définition de sortie)::
2414 * parser (analyseur syntaxique)::
2415 * variable de l'analyseur grammatical::
2416 * prob (objet de propriété)::
2417 * smob (objet Scheme)::
2418 * stencil::
2419 @end menu
2420
2421
2422 @node alist (liste associative)
2423 @unnumberedsubsec alist (liste associative)
2424 @translationof alist
2425
2426 @cindex alist
2427 @cindex liste associative
2428
2429 Une liste associative -- @strong{alist} pour @emph{association list} --
2430 est une paire Scheme qui associe une valeur à une clé :
2431 @code{(clé . valeur)}.  Le fichier @file{scm/lily.scm} contient par
2432 exemple une @emph{alist} @w{@qq{type-p-name-alist}} qui associe certains
2433 types de prédicat (p. ex. @code{ly:music?}) à des noms (p. ex.
2434 @qq{music}) de telle sorte qu'une erreur lors d'un contrôle de typage
2435 puisse être rapportée en console avec mention du type de prédicat
2436 attendu.
2437
2438
2439 @node callback (rappel)
2440 @unnumberedsubsec callback (rappel)
2441 @translationof callback
2442
2443 @cindex callback
2444 @cindex rappel
2445
2446 Un @strong{rappel}, @emph{callback} en anglais, est une routine,
2447 fonction ou méthode qui est passée en argument à une autre fonction.
2448 Cette dernière peut alors faire usage de cette fonction de rappel comme
2449 de n'importe quelle autre fonction, alors qu'elle ne la connaît pas par
2450 avance.  Cette façon de procéder permet à des couches logicielles de bas
2451 niveau d'appeler des fonctions définies à des niveaux plus élevés.
2452 LilyPond utilise abondamment les @emph{callbacks} afin que le code
2453 Scheme saisi par l'utilisateur puisse définir les actions de bas niveau
2454 à opérer.
2455
2456
2457 @node closure (clôture)
2458 @unnumberedsubsec closure (clôture)
2459 @translationof closure
2460
2461 @cindex clôture
2462 @cindex closure
2463
2464 En Scheme, une @strong{clôture} (en anglais, @emph{closure}) est créée
2465 lorsqu'une fonction, généralement une expression lambda, est passée en
2466 tant que variable.  La clôture comporte, en plus du code de la fonction,
2467 des références à des variables libres dans l'environnement lexical --
2468 variables utilisées dans l'expression mais définies ailleurs.  Lorsque
2469 la fonction est par la suite appliquée aux différents arguments, les
2470 références aux variables libres, capturées par la clôture, permettent
2471 d'obtenir la valeur de ces variables libres qui sera utilisée lors des
2472 calculs.  L'une des propriétés intéressantes des clôtures est la
2473 rétention de la valeur de variables internes tout au long des
2474 différentes invocations, leur état étant alors persistant.
2475
2476
2477 @node glyphe
2478 @unnumberedsubsec glyphe
2479 @translationof glyph
2480
2481 @cindex glyphe
2482 @cindex fonte
2483 @cindex type de caractère
2484
2485 Un @strong{glyphe} est une représentation graphique particulière d'un
2486 caractère typographique ou d'une combinaison de deux caractères formant
2487 une ligature.  Un jeu de glyphes aux mêmes style et allure constitue une
2488 fonte ; un jeu de fontes comprenant plusieurs styles et tailles constitue
2489 un type de caractère.
2490
2491 @seealso
2492 Manuel de notation :
2493 @ref{Fontes},
2494 @ref{Caractères spéciaux}.
2495
2496
2497 @node grob (objet graphique)
2498 @unnumberedsubsec grob (objet graphique)
2499 @translationof grob
2500
2501 @cindex grob
2502 @cindex graphique, objet
2503 @cindex rendu, objets de
2504 @cindex objets de rendu
2505
2506 Dans LilyPond, les objets représentants les différents éléments de
2507 notation, comme les têtes de note, hampes, liaisons, doigtés, clefs etc.
2508 sont appelés « objets de rendu » ou objet graphique -- en anglais
2509 @emph{GRaphical OBjects} couramment abrégé en @strong{grob}.  Ils sont
2510 représentés par des instances de la classe @code{grob}.
2511
2512 @seealso
2513 Manuel d'initiation :
2514 @rlearning{Objets et interfaces},
2515 @rlearning{Conventions de nommage des objets et propriétés},
2516 @rlearning{Propriétés des objets de rendu}.
2517
2518 Référence des propriétés internes :
2519 @rinternals{grob-interface},
2520 @rinternals{All layout objects}.
2521
2522
2523 @node inaltérable
2524 @unnumberedsubsec inaltérable
2525 @translationof immutable
2526
2527 @cindex inaltérables, objets
2528 @cindex inaltérables, propriétés
2529 @cindex propriétés communes
2530
2531 Un objet est dit @strong{inaltérable} -- @emph{immutable} en anglais --
2532 dès lors que son état ne peut être modifié après sa création ; les
2533 objets altérables, à l'inverse, peuvent être modifiés après création.
2534
2535 Pour LilyPond, une propriété est inaltérable ou commune lorsqu'elle
2536 définit les style ou le comportement par défaut d'objets graphiques ;
2537 une telle propriété est partagée par un certain nombre de @emph{grobs}.
2538 En apparente contradiction avec ce que leur nom laisse accroire, de
2539 telles propriétés peuvent être adaptées par @code{\override} et
2540 @code{\revert}.
2541
2542 @seealso
2543 Manuel de notation :
2544 @ref{altérable}.
2545
2546
2547 @node interface
2548 @unnumberedsubsec interface
2549 @translationof interface
2550
2551 @cindex interface
2552 @cindex grob-interface
2553 @cindex objet graphique, interface
2554
2555 Les actions et propriétés communes à plusieurs objets graphiques sont
2556 regroupées dans un objet appelé @code{grob-interface}, ou « interface »
2557 pour faire court.
2558
2559 @seealso
2560 Manuel d'initiation :
2561 @rlearning{Objets et interfaces},
2562 @rlearning{Conventions de nommage des objets et propriétés},
2563 @rlearning{Propriétés listées par interface}.
2564
2565 Manuel de notation :
2566 @ref{Interfaces de rendu}.
2567
2568 Référence des propriétés internes :
2569 @rinternals{Graphical Object Interfaces}.
2570
2571
2572 @node lexer (analyseur lexical)
2573 @unnumberedsubsec lexer (analyseur lexical)
2574 @translationof lexer
2575
2576 @cindex lexer
2577 @cindex analyse lexicale
2578 @cindex Flex
2579
2580 Un @strong{lexer} est un programme chargé de convertir une séquence de
2581 caractères en une séquence de jetons.  Cette opération s'appelle
2582 l'analyse lexicale.  L'analyseur lexical de LilyPond convertit le flot
2583 d'information contenu dans un fichier @file{.ly} en flot de jetons qui
2584 pourront être traités lors de l'étape suivant, l'analyse
2585 grammaticale abordée à la rubrique @ref{parser (analyseur syntaxique)}.
2586 L'analyseur lexical de LilyPond repose sur @code{Flex} ; les règles
2587 lexicales sont regroupées dans le fichier @file{lily/lexer.ll}.  Ce
2588 fichier, partie intégrante des sources, n'est pas distribué avec les
2589 programmes binaires de LilyPond.
2590
2591
2592 @node altérable
2593 @unnumberedsubsec altérable
2594 @translationof mutable
2595
2596 @cindex altérables, objets et propriétés
2597 @cindex propriétés altérables
2598 @cindex objets altérables
2599
2600 Un objet est dit @strong{altérable} -- @emph{mutable} en anglais --
2601 lorsque son état est sujet à modification après sa création, à l'inverse
2602 des objets inaltérables dont l'état est figé dès leur création.
2603
2604 Les propriétés altérables contiennent, pour LilyPond, des valeurs
2605 spécifiques à un objet graphique.  En particulier, les listes d'autres
2606 objets ou résultats de calculs sont enregistrés sous dorme de propriétés
2607 altérables.
2608
2609 @seealso
2610 Manuel de notation :
2611 @ref{inaltérable}.
2612
2613
2614 @node output-def (définition de sortie)
2615 @unnumberedsubsec output-def (définition de sortie)
2616 @translationof output-def
2617
2618 @cindex output-def
2619 @cindex sortie, définition
2620 @cindex définition de sortie
2621
2622 Une instance de la classe @code{Output-def} contient les méthodes et
2623 structures des données associées à un bloc de sortie.  Ces instances
2624 sont créées par les blocs @code{\midi}, @code{\layout} et @code{\paper}.
2625
2626
2627 @node parser (analyseur syntaxique)
2628 @unnumberedsubsec parser (analyseur syntaxique)
2629 @translationof parser
2630
2631 @cindex parser
2632 @cindex analyseur syntaxique
2633 @cindex Bison
2634 @cindex grammaire de LilyPond
2635 @cindex BNF
2636
2637 Un analyseur syntaxique -- @strong{parser} en anglais -- est un
2638 programme qui analyse la séquence de jetons produite par l'analyseur
2639 lexical pour en déterminer la structure grammaticale.  Les jetons sont,
2640 pour ce faire, regroupés progressivement en tronçons plus importants,
2641 selon des règles grammaticales.  Lorsque la séquence de jetons est
2642 valide, les produit final est une arborescence de jetons ayant à sa base
2643 le symbole grammatical de début.  Dès lors que cette étape n'est pas
2644 concluante, le fichier est déclaré invalide ; un message approprié est
2645 alors émis.  Les différents regroupements syntaxiques ainsi que les
2646 règles de construction des regroupements relatifs à la grammaire de
2647 LilyPond sont définis dans le fichier @file{lily/parser.yy} et présentés
2648 selon la forme de Backus-Naur (BNF) à la rubrique
2649 @rcontribnamed{LilyPond grammar, Grammaire de LilyPond}.  Ce
2650 fichier est utilisé par le générateur de @emph{parser} Bison lors
2651 de la construction du programme. Partie intégrante des sources, il
2652 n'est pas distribué avec les programmes binaires de LilyPond.
2653
2654
2655 @node variable de l'analyseur grammatical
2656 @unnumberedsubsec variable de l'analyseur grammatical
2657 @translationof parser variable
2658
2659 @cindex parser, variable
2660 @cindex Scheme, variable
2661 @cindex globale, variable
2662 @cindex afterGraceFraction
2663 @cindex musicQuotes
2664 @cindex mode
2665 @cindex output-count
2666 @cindex output-suffix
2667 @cindex partCombineListener
2668 @cindex pitchnames
2669 @cindex toplevel-bookparts
2670 @cindex toplevel-scores
2671 @cindex showLastLength
2672 @cindex showFirstLength
2673
2674 Il s'agit de variables définies directement en Scheme.  Dans la mesure
2675 où leur champ sémantique peut porter à confusion, il est fortement
2676 déconseillé de les utiliser tels quels.
2677
2678 La modification des valeurs de l'une de ces variables dans un fichier
2679 @file{.ly} sera effective de manière globale.  Les valeurs modifiées,
2680 sauf à être explicitement remises à leur état d'origine, affecteront
2681 tous les blocs @code{\score} rencontrés, y compris s'ils proviennent
2682 d'autres fichiers ajoutés par une commande @code{\include}.  Ceci peut
2683 avoir des conséquences inattendues et les erreurs qui pourraient en
2684 découler difficiles à localiser dans le cadre d'un projet d'envergure.
2685
2686 LilyPond utilise les variables suivantes :
2687
2688 @itemize
2689 @item afterGraceFraction
2690 @item musicQuotes
2691 @item mode
2692 @item output-count
2693 @item output-suffix
2694 @item partCombineListener
2695 @item pitchnames
2696 @item toplevel-bookparts
2697 @item toplevel-scores
2698 @item showLastLength
2699 @item showFirstLength
2700 @end itemize
2701
2702
2703 @node prob (objet de propriété)
2704 @unnumberedsubsec prob (objet de propriété)
2705 @translationof prob
2706
2707 @cindex prob
2708 @cindex propriété objet
2709 @cindex objet de propriété
2710
2711 Les objets de propriété -- @strong{probs} pour @emph{PRoperty OBjects}
2712 -- sont des instances de la classe @code{Prob}, une classe de base
2713 simple pour les objets qui disposent de de listes associatives de
2714 propriétés altérables et inaltérables ainsi que les méthodes pour les
2715 manipuler.  Les classes @code{Music} et @code{Stream_event} dérivent
2716 d'un @code{prob}.  Les instances de la classe @code{prob} se créent
2717 aussi pour garder trace du contenu des systèmes une fois formatés et
2718 des blocs de titrage lors de la phase de mise en forme des pages.
2719
2720
2721 @node smob (objet Scheme)
2722 @unnumberedsubsec smob (objet Scheme)
2723 @translationof smob
2724
2725 @cindex smob
2726 @cindex Scheme, objet
2727 @cindex objet Scheme
2728
2729 Les objets Scheme -- @strong{Smobs} pour @emph{ScheMe OBjects} -- font
2730 partie du mécanisme utilisé par l'interpréteur Guile pour exporter en
2731 code Scheme les objets C ou C++.  Dans LilyPond, les @emph{smobs} sont
2732 créés, grâce à des macros, à partir d'objets C++.    On peut distinguer
2733 deux types d'objets @emph{smob} : des @emph{smobs} simples destinés aux
2734 objets inaltérables comme les nombres par exemples, et des @emph{smobs}
2735 complexes utilisés pour des objets possédant une identité.  De plus
2736 amples informations sont disponibles dans les sources de LilyPond, au
2737 sein du fichier @file{lily/includes/smob.hh}.
2738
2739
2740 @node stencil
2741 @unnumberedsubsec stencil
2742 @translationof stencil
2743
2744 @cindex stencil
2745
2746 Une instance de la classe @strong{stencil} comporte l'information
2747 nécessaire à l'impression d'un objet typographique.  Il s'agit d'un
2748 @emph{smob} simple qui contient un espace de confinement qui définit
2749 l'envergure verticale et horizontale de l'objet ainsi qu'une expression
2750 Scheme qui imprimera l'objet après évaluation.  Les stencils peuvent se
2751 combiner et adopter une forme plus complexe définie par une arborescence
2752 d'expressions Scheme des stencils qui la composent.
2753
2754 La propriété @code{stencil}, qui permet de connecter un @emph{grob} à
2755 son stencil, est définie par l'interface @code{grob-interface}.
2756
2757 @seealso
2758 Référence des propriétés internes :
2759 @rinternals{grob-interface}.
2760
2761
2762 @node Liste des propriétés de contexte
2763 @appendixsec Liste des propriétés de contexte
2764 @translationof All context properties
2765
2766 @include context-properties.tely
2767
2768
2769 @node Propriétés de mise en forme
2770 @appendixsec Propriétés de mise en forme
2771 @translationof Layout properties
2772
2773 @include layout-properties.tely
2774
2775
2776 @node Fonctions musicales prédéfinies
2777 @appendixsec Fonctions musicales prédéfinies
2778 @translationof Available music functions
2779
2780 @include identifiers.tely
2781
2782
2783 @node Identificateurs de modification de contexte
2784 @appendixsec Identificateurs de modification de contexte
2785 @translationof Context modification identifiers
2786
2787 Les commandes suivantes permettent de modifier des contextes au sein
2788 d'un bloc @code{\layout} ou @code{\with}.
2789
2790 @include context-mod-identifiers.tely
2791
2792
2793 @node Types de prédicats prédéfinis
2794 @appendixsec Types de prédicats prédéfinis
2795 @translationof Predefined type predicates
2796
2797 @include type-predicates.tely
2798
2799
2800 @node Fonctions Scheme
2801 @appendixsec Fonctions Scheme
2802 @translationof Scheme functions
2803
2804 @include scheme-functions.tely