]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/notation/notation-appendices.itely
Doc - NR + CG: Clarify Emmentaler is the 'font' and Feta/Parmesan are glyphs
[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 Emmentaler::
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 Emmentaler
966 @appendixsec La fonte Emmentaler
967 @translationof The Emmentaler font
968
969 @cindex Emmentaler fonte
970 @cindex Fonte, Emmentaler
971 @cindex Feta fonte
972 @cindex Fonte, Feta
973 @cindex Parmesan font
974 @cindex Fonte, Parmesan
975
976 Voici, regroupés par type, les différents symboles de la fonte
977 Emmentaler qui peuvent s'inclure directement dans un objet
978 @emph{markup}.  Pour ce faire, il suffit d'employer le nom du glyphe,
979 comme dans @code{g^\markup @{\musicglyph #"scripts.segno" @}} ou
980 @code{\markup @{\musicglyph #"five"@}}.  Pour de plus amples
981 informations, reportez-vous au chapitre @ref{Mise en forme du texte}.
982
983 @menu
984 * Glyphes de clef::
985 * Glyphes de métrique::
986 * Glyphes de chiffre::
987 * Glyphes d'altération::
988 * Glyphes de tête de note par défaut::
989 * Glyphes de tête de note spéciale::
990 * Glyphes de tête de note à forme variable::
991 * Glyphes de silence::
992 * Glyphes de crochet de croche::
993 * Glyphes de point::
994 * Glyphes de nuance::
995 * Glyphes de script::
996 * Glyphes de flèche::
997 * Glyphes d'extrémité d'accolade::
998 * Glyphes de pédale::
999 * Glyphes d'accordéon::
1000 * Glyphes de liaison::
1001 * Glyphes de style vaticana::
1002 * Glyphes de style medicaea::
1003 * Glyphes de style Hufnagel::
1004 * Glyphes de style mensural::
1005 * Glyphes de style néomensural::
1006 * Glyphes de style Petrucci::
1007 * Glyphes de style Solesmes::
1008 * Glyphes de style kiévien::
1009 @end menu
1010
1011
1012 @node Glyphes de clef
1013 @unnumberedsubsec Glyphes de clef
1014 @translationof Clef glyphs
1015
1016 @lilypond[quote]
1017 \include "font-table.ly"
1018 \markuplist \override-lines #'(word-space . 4)
1019             \doc-chars #clefs
1020 @end lilypond
1021
1022
1023 @node Glyphes de métrique
1024 @unnumberedsubsec Glyphes de métrique
1025 @translationof Time Signature glyphs
1026
1027 @lilypond[quote]
1028 \include "font-table.ly"
1029 \markuplist \override-lines #'(word-space . 4)
1030             \doc-chars #timesig
1031 @end lilypond
1032
1033
1034 @node Glyphes de chiffre
1035 @unnumberedsubsec Glyphes de chiffre
1036 @translationof Number glyphs
1037
1038 @lilypond[quote]
1039 \include "font-table.ly"
1040 \markuplist \override-lines #'(word-space . 4)
1041             \doc-chars #numbers
1042 @end lilypond
1043
1044
1045 @node Glyphes d'altération
1046 @unnumberedsubsec Glyphes d'altération
1047 @translationof Accidental glyphs
1048
1049 @lilypond[quote]
1050 \include "font-table.ly"
1051 \markuplist \override-lines #'(word-space . 4)
1052             \doc-chars #accidentals
1053 @end lilypond
1054
1055
1056 @node Glyphes de tête de note par défaut
1057 @unnumberedsubsec Glyphes de tête de note par défaut
1058 @translationof Default Notehead glyphs
1059
1060 @lilypond[quote]
1061 \include "font-table.ly"
1062 \markuplist \override-lines #'(word-space . 4)
1063             \doc-chars #default-noteheads
1064 @end lilypond
1065
1066
1067 @node Glyphes de tête de note spéciale
1068 @unnumberedsubsec Glyphes de tête de note spéciale
1069 @translationof Special Notehead glyphs
1070
1071 @lilypond[quote]
1072 \include "font-table.ly"
1073 \markuplist \override-lines #'(word-space . 4)
1074             \doc-chars #special-noteheads
1075 @end lilypond
1076
1077
1078 @node Glyphes de tête de note à forme variable
1079 @unnumberedsubsec Glyphes de tête de note à forme variable
1080 @translationof Shape-note Notehead glyphs
1081
1082 @lilypond[quote]
1083 \include "font-table.ly"
1084 \markuplist \override-lines #'(word-space . 4)
1085             \doc-chars #shape-note-noteheads
1086 @end lilypond
1087
1088
1089 @node Glyphes de silence
1090 @unnumberedsubsec Glyphes de silence
1091 @translationof Rest glyphs
1092
1093 @lilypond[quote]
1094 \include "font-table.ly"
1095 \markuplist \override-lines #'(word-space . 4)
1096             \doc-chars #rests
1097 @end lilypond
1098
1099
1100 @node Glyphes de crochet de croche
1101 @unnumberedsubsec Glyphes de crochet de croche
1102 @translationof Flag glyphs
1103
1104 @lilypond[quote]
1105 \include "font-table.ly"
1106 \markuplist \override-lines #'(word-space . 4)
1107             \doc-chars #flags
1108 @end lilypond
1109
1110
1111 @node Glyphes de point
1112 @unnumberedsubsec Glyphes de point
1113 @translationof Dot glyphs
1114
1115 @lilypond[quote]
1116 \include "font-table.ly"
1117 \markuplist \override-lines #'(word-space . 4)
1118             \doc-chars #dots
1119 @end lilypond
1120
1121
1122 @node Glyphes de nuance
1123 @unnumberedsubsec Glyphes de nuance
1124 @translationof Dynamic glyphs
1125
1126 @lilypond[quote]
1127 \include "font-table.ly"
1128 \markuplist \override-lines #'(word-space . 4)
1129             \doc-chars #dynamics
1130 @end lilypond
1131
1132
1133 @node Glyphes de script
1134 @unnumberedsubsec Glyphes de script
1135 @translationof Script glyphs
1136
1137 @lilypond[quote]
1138 \include "font-table.ly"
1139 \markuplist \override-lines #'(word-space . 4)
1140             \doc-chars #scripts
1141 @end lilypond
1142
1143
1144 @node Glyphes de flèche
1145 @unnumberedsubsec Glyphes de flèche
1146 @translationof Arrowhead glyphs
1147
1148 @lilypond[quote]
1149 \include "font-table.ly"
1150 \markuplist \override-lines #'(word-space . 4)
1151             \doc-chars #arrowheads
1152 @end lilypond
1153
1154
1155 @node Glyphes d'extrémité d'accolade
1156 @unnumberedsubsec Glyphes d'extrémité d'accolade
1157 @translationof Bracket-tip glyphs
1158
1159 @lilypond[quote]
1160 \include "font-table.ly"
1161 \markuplist \override-lines #'(word-space . 4)
1162             \doc-chars #brackettips
1163 @end lilypond
1164
1165
1166 @node Glyphes de pédale
1167 @unnumberedsubsec Glyphes de pédale
1168 @translationof Pedal glyphs
1169
1170 @lilypond[quote]
1171 \include "font-table.ly"
1172 \markuplist \override-lines #'(word-space . 4)
1173             \doc-chars #pedal
1174 @end lilypond
1175
1176
1177 @node Glyphes d'accordéon
1178 @unnumberedsubsec Glyphes d'accordéon
1179 @translationof Accordion glyphs
1180
1181 @lilypond[quote]
1182 \include "font-table.ly"
1183 \markuplist \override-lines #'(word-space . 4)
1184             \doc-chars #accordion
1185 @end lilypond
1186
1187
1188 @node Glyphes de liaison
1189 @unnumberedsubsec Glyphes de liaison
1190 @translationof Tie glyphs
1191
1192 @lilypond[quote]
1193 \include "font-table.ly"
1194 \markuplist \override-lines #'(word-space . 4)
1195             \doc-chars #ties
1196 @end lilypond
1197
1198
1199 @node Glyphes de style vaticana
1200 @unnumberedsubsec Glyphes de style vaticana
1201 @translationof Vaticana glyphs
1202
1203 @lilypond[quote]
1204 \include "font-table.ly"
1205 \markuplist \override-lines #'(word-space . 4)
1206             \doc-chars #vaticana
1207 @end lilypond
1208
1209
1210 @node Glyphes de style medicaea
1211 @unnumberedsubsec Glyphes de style medicaea
1212 @translationof Medicaea glyphs
1213
1214 @lilypond[quote]
1215 \include "font-table.ly"
1216 \markuplist \override-lines #'(word-space . 4)
1217             \doc-chars #medicaea
1218 @end lilypond
1219
1220
1221 @node Glyphes de style Hufnagel
1222 @unnumberedsubsec Glyphes de style Hufnagel
1223 @translationof Hufnagel glyphs
1224
1225 @lilypond[quote]
1226 \include "font-table.ly"
1227 \markuplist \override-lines #'(word-space . 4)
1228             \doc-chars #hufnagel
1229 @end lilypond
1230
1231
1232 @node Glyphes de style mensural
1233 @unnumberedsubsec Glyphes de style mensural
1234 @translationof Mensural glyphs
1235
1236 @lilypond[quote]
1237 \include "font-table.ly"
1238 \markuplist \override-lines #'(word-space . 4)
1239             \doc-chars #mensural
1240 @end lilypond
1241
1242
1243 @node Glyphes de style néomensural
1244 @unnumberedsubsec Glyphes de style néomensural
1245 @translationof Neomensural glyphs
1246
1247 @lilypond[quote]
1248 \include "font-table.ly"
1249 \markuplist \override-lines #'(word-space . 4)
1250             \doc-chars #neomensural
1251 @end lilypond
1252
1253
1254 @node Glyphes de style Petrucci
1255 @unnumberedsubsec Glyphes de style Petrucci
1256 @translationof Petrucci glyphs
1257
1258 @lilypond[quote]
1259 \include "font-table.ly"
1260 \markuplist \override-lines #'(word-space . 4)
1261             \doc-chars #petrucci
1262 @end lilypond
1263
1264
1265 @node Glyphes de style Solesmes
1266 @unnumberedsubsec Glyphes de style Solesmes
1267 @translationof Solesmes glyphs
1268
1269 @lilypond[quote]
1270 \include "font-table.ly"
1271 \markuplist \override-lines #'(word-space . 4)
1272             \doc-chars #solesmes
1273 @end lilypond
1274
1275
1276 @node Glyphes de style kiévien
1277 @unnumberedsubsec Glyphes de style kiévien
1278 @translationof Kievan Notation glyphs
1279
1280 @lilypond[quote]
1281 \include "font-table.ly"
1282 \markuplist \override-lines #'(word-space . 4)
1283              \doc-chars #kievan
1284 @end lilypond
1285
1286
1287 @node Styles de tête de note
1288 @appendixsec Styles de tête de note
1289 @translationof Note head styles
1290
1291 Voici les différents styles de tête de note disponibles.
1292
1293 @lilypondfile[noindent]{note-head-style.ly}
1294
1295
1296 @node Styles de clef
1297 @appendixsec Styles de clef
1298 @translationof Clef styles
1299
1300 Le tableau suivant répertorie tous les styles de clef disponibles
1301 ainsi que la position du @emph{do médium} par rapport à la clef.
1302
1303 @multitable @columnfractions .30 .2 .30 .2
1304
1305 @headitem
1306 Exemple
1307 @tab
1308 Résultat
1309 @tab
1310 Exemple
1311 @tab
1312 Résultat
1313
1314
1315 @item
1316 @code{\clef G}
1317 @tab
1318 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1319 \clef G c1
1320 @end lilypond
1321
1322 @tab
1323 @code{\clef "G2"}
1324 @tab
1325 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1326 \clef "G2"
1327 c1
1328 @end lilypond
1329
1330 @item
1331 @code{\clef treble}
1332 @tab
1333 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1334 \clef treble
1335 c1
1336 @end lilypond
1337
1338 @tab
1339 @code{\clef violin}
1340 @tab
1341 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1342 \clef violin
1343 c1
1344 @end lilypond
1345
1346 @item
1347 @code{\clef french}
1348 @tab
1349 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1350 \clef french
1351 c1
1352 @end lilypond
1353
1354 @tab
1355 @code{\clef GG}
1356 @tab
1357 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1358 \clef GG
1359 c1
1360 @end lilypond
1361
1362 @item
1363 @code{\clef tenorG}
1364 @tab
1365 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1366 \clef tenorG
1367 c1
1368 @end lilypond
1369
1370 @tab
1371 @code{\clef soprano}
1372 @tab
1373 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1374 \clef soprano
1375 c1
1376 @end lilypond
1377
1378 @item
1379 @code{\clef mezzosoprano}
1380 @tab
1381 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1382 \clef mezzosoprano
1383 c1
1384 @end lilypond
1385
1386 @tab
1387 @code{\clef C}
1388 @tab
1389 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1390 \clef C
1391 c1
1392 @end lilypond
1393
1394 @item
1395 @code{\clef alto}
1396 @tab
1397 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1398 \clef alto
1399 c1
1400 @end lilypond
1401
1402 @tab
1403 @code{\clef tenor}
1404 @tab
1405 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1406 \clef tenor
1407 c1
1408 @end lilypond
1409
1410 @item
1411 @code{\clef baritone}
1412 @tab
1413 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1414 \clef baritone
1415 c1
1416 @end lilypond
1417
1418 @tab
1419 @code{\clef varC}
1420 @tab
1421 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1422 \clef varC
1423 c1
1424 @end lilypond
1425
1426 @item
1427 @code{\clef altovarC}
1428 @tab
1429 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1430 \clef altovarC
1431 c1
1432 @end lilypond
1433
1434 @tab
1435 @code{\clef tenorvarC}
1436 @tab
1437 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1438 \clef tenorvarC
1439 c1
1440 @end lilypond
1441
1442 @item
1443 @code{\clef baritonevarC}
1444 @tab
1445 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1446 \clef baritonevarC
1447 c1
1448 @end lilypond
1449
1450 @tab
1451 @code{\clef varbaritone}
1452 @tab
1453 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1454 \clef varbaritone
1455 c1
1456 @end lilypond
1457
1458 @item
1459 @code{\clef baritonevarF}
1460 @tab
1461 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1462 \clef baritonevarF
1463 c1
1464 @end lilypond
1465
1466 @tab
1467 @code{\clef F}
1468 @tab
1469 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1470 \clef F
1471 c1
1472 @end lilypond
1473
1474 @item
1475 @code{\clef bass}
1476 @tab
1477 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1478 \clef bass
1479 c1
1480 @end lilypond
1481
1482 @tab
1483 @code{\clef subbass}
1484 @tab
1485 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1486 \clef subbass
1487 c1
1488 @end lilypond
1489
1490 @item
1491 @code{\clef percussion}
1492 @tab
1493 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1494 \clef percussion
1495 c1
1496 @end lilypond
1497
1498 @tab
1499 @c @example does not work as expected within multitables
1500 @code{
1501 \new TabStaff @{ @*
1502 @ @ \clef tab @*
1503 @}
1504 }
1505 @tab
1506 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1507 \new TabStaff {
1508   \clef tab
1509   c1
1510 }
1511 @end lilypond
1512
1513 @item
1514 @c @example does not work as expected within multitables
1515 @code{
1516 \new TabStaff @{ @*
1517 @ @ \clef moderntab @*
1518 @}
1519 }
1520 @tab
1521 @lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1522 \new TabStaff {
1523   \clef moderntab
1524   c1
1525 }
1526 @end lilypond
1527
1528
1529 @end multitable
1530
1531
1532 @node Commandes pour markup
1533 @appendixsec Commandes pour @emph{markup}
1534 @translationof Text markup commands
1535
1536 Les commandes suivantes peuvent être utilisées dans un bloc
1537 @code{\markup @{ @}}.
1538
1539 @include markup-commands.tely
1540
1541
1542 @node Commandes pour liste de markups
1543 @appendixsec Commandes pour liste de @emph{markups}
1544 @translationof Text markup list commands
1545
1546 Les commandes suivantes peuvent être utilisées dans un
1547 bloc @code{\markuplist @{ @}}.
1548
1549 @include markup-list-commands.tely
1550
1551
1552 @node Liste des caractères spéciaux
1553 @appendixsec Liste des caractères spéciaux
1554 @translationof List of special characters
1555
1556 Voici une table des caractères spéciaux disponibles.  Pour plus de
1557 précisions, voir @ref{Équivalents ASCII}.
1558
1559 Cette liste utilise la syntaxe HTML, à l'instar de la plupart des
1560 caractères qui la composent ; les autres sont inspirés du langage
1561 @LaTeX{}.
1562
1563 Les caractères sont ici inclus dans une boîte, de façon à mettre leur
1564 taille en évidence, et un léger décalage a été appliqué pour les
1565 décoller de l'encadrement.
1566
1567 @lilypond[quote]
1568 \include "special-characters.ly"
1569 @end lilypond
1570
1571
1572 @node Liste des signes d'articulation
1573 @appendixsec Liste des signes d'articulation
1574 @translationof List of articulations
1575
1576 Les listes qui suivent recensent les symboles prédéfinis dans le
1577 glyphe Feta que vous pouvez attacher à une note (par ex. @code{f\accent}
1578 ou @code{f->}).  Chaque exemple illustre les trois positionnements : en
1579 surplomb (@emph{up}), en dessous (@emph{down}) et à l'appréciation de
1580 LilyPond (@emph{neutral}).
1581
1582 @c Articulations and ornamentations
1583 @c Fingering instructions (for "thumb")
1584 @c Common notation for unfretted strings
1585 @c   Bowing indications
1586 @c   Harmonics
1587 @c   Snap (Bartók) pizzicato
1588 @c Custom percussion staves (for "halfopen" -- not yet funindexed)
1589 @c References for wind instruments (for "open"/"stopped" -- not yet funindexed)
1590
1591 @menu
1592 * Scripts d'articulation::
1593 * Scripts d'ornement::
1594 * Scripts de point d'orgue et point d'arrêt::
1595 * Scripts spécifiques à certains instruments::
1596 * Scripts de reprise et de répétition::
1597 * Scripts pour musique ancienne::
1598 @end menu
1599
1600 @ignore
1601 The @multitable @columnfraction value discrepancy between the first and
1602 the remaining columns is deliberate; it seems (at least visually
1603 anyway) the gap (after building the documentation) between first and
1604 second column examples was always larger than between the remaining
1605 columns - JL
1606 @end ignore
1607
1608
1609 @node Scripts d'articulation
1610 @unnumberedsubsec Scripts d'articulation
1611 @translationof Articulation scripts
1612
1613 @cindex accent
1614 @cindex espressivo
1615 @cindex marcato
1616 @cindex portato
1617 @cindex staccatissimo
1618 @cindex staccato
1619 @cindex tenuto
1620 @cindex pouce @emph{(thumb)}
1621
1622 @multitable @columnfractions .22 .25 .25 .25
1623
1624 @item
1625 @code{\accent} ou @code{->}
1626 @lilypond[notime,relative=2]
1627 f^\accent e,_\accent b'\accent
1628 @end lilypond
1629 @tab
1630 @code{\espressivo}
1631 @lilypond[notime,relative=2]
1632 f^\espressivo e,_\espressivo b'\espressivo
1633 @end lilypond
1634 @tab
1635 @code{\marcato} ou @code{-^}
1636 @lilypond[notime,relative=2]
1637 f^\marcato e,_\marcato b'\marcato
1638 @end lilypond
1639 @tab
1640 @code{\portato} ou @code{-_}
1641 @lilypond[notime,relative=2]
1642 f^\portato e,_\portato b'\portato
1643 @end lilypond
1644
1645 @item
1646 @code{\staccatissimo} @* ou @code{-!}
1647 @lilypond[notime,relative=2]
1648 f^\staccatissimo e,_\staccatissimo b'\staccatissimo
1649 @end lilypond
1650 @tab
1651 @code{\staccato} ou @code{-.}
1652 @lilypond[notime,relative=2]
1653 f^\staccato e,_\staccato b'\staccato
1654 @end lilypond
1655 @tab
1656 @code{\tenuto} ou @code{--}
1657 @lilypond[notime,relative=2]
1658 f^\tenuto e,_\tenuto b'\tenuto
1659 @end lilypond
1660
1661 @end multitable
1662
1663
1664 @node Scripts d'ornement
1665 @unnumberedsubsec Scripts d'ornement
1666 @translationof Ornament scripts
1667
1668 @cindex trille
1669 @cindex mordant
1670 @cindex grupetto
1671
1672 @multitable @columnfractions .22 .25 .25 .25
1673
1674 @item
1675 @code{\prall}
1676 @lilypond[notime,relative=2]
1677 f^\prall e,_\prall b'\prall
1678 @end lilypond
1679 @tab
1680 @code{\prallup}
1681 @lilypond[notime,relative=2]
1682 f^\prallup e,_\prallup b'\prallup
1683 @end lilypond
1684 @tab
1685 @code{\pralldown}
1686 @lilypond[notime,relative=2]
1687 f^\pralldown e,_\pralldown b'\pralldown
1688 @end lilypond
1689 @tab
1690 @code{\upprall}
1691 @lilypond[notime,relative=2]
1692 f^\upprall e,_\upprall b'\upprall
1693 @end lilypond
1694
1695 @item
1696 @code{\downprall}
1697 @lilypond[notime,relative=2]
1698 f^\downprall e,_\downprall b'\downprall
1699 @end lilypond
1700 @tab
1701 @code{\prallprall}
1702 @lilypond[notime,relative=2]
1703 f^\prallprall e,_\prallprall b'\prallprall
1704 @end lilypond
1705 @tab
1706 @code{\lineprall}
1707 @lilypond[notime,relative=2]
1708 f^\lineprall e,_\lineprall b'\lineprall
1709 @end lilypond
1710 @tab
1711 @code{\prallmordent}
1712 @lilypond[notime,relative=2]
1713 f^\prallmordent e,_\prallmordent b'\prallmordent
1714 @end lilypond
1715
1716 @item
1717 @code{\mordent}
1718 @lilypond[notime,relative=2]
1719 f^\mordent e,_\mordent b'\mordent
1720 @end lilypond
1721 @tab
1722 @code{\upmordent}
1723 @lilypond[notime,relative=2]
1724 f^\upmordent e,_\upmordent b'\upmordent
1725 @end lilypond
1726 @tab
1727 @code{\downmordent}
1728 @lilypond[notime,relative=2]
1729 f^\downmordent e,_\downmordent b'\downmordent
1730 @end lilypond
1731 @tab
1732 @code{\trill}
1733 @lilypond[notime,relative=2]
1734 f^\trill e,_\trill b'\trill
1735 @end lilypond
1736
1737 @item
1738 @code{\turn}
1739 @lilypond[notime,relative=2]
1740 f^\turn e,_\turn b'\reverseturn
1741 @end lilypond
1742 @tab
1743 @code{\reverseturn}
1744 @lilypond[notime,relative=2]
1745 f^\reverseturn e,_\reverseturn b'\reverseturn
1746 @end lilypond
1747
1748 @end multitable
1749
1750
1751 @node Scripts de point d'orgue et point d'arrêt
1752 @unnumberedsubsec Scripts de point d'orgue et point d'arrêt
1753 @translationof Fermata scripts
1754
1755 @cindex point d'orgue
1756 @cindex point d'arrêt
1757
1758 @multitable @columnfractions .22 .25 .25 .25
1759
1760 @item
1761 @code{\shortfermata}
1762 @lilypond[notime,relative=2]
1763 f^\shortfermata e,_\shortfermata b'\shortfermata
1764 @end lilypond
1765 @tab
1766 @code{\fermata}
1767 @lilypond[notime,relative=2]
1768 f^\fermata e,_\fermata b'\fermata
1769 @end lilypond
1770 @tab
1771 @code{\longfermata}
1772 @lilypond[notime,relative=2]
1773 f^\longfermata e,_\longfermata b'\longfermata
1774 @end lilypond
1775 @tab
1776 @code{\verylongfermata}
1777 @lilypond[notime,relative=2]
1778 f^\verylongfermata e,_\verylongfermata b'\verylongfermata
1779 @end lilypond
1780
1781 @end multitable
1782
1783
1784 @node Scripts spécifiques à certains instruments
1785 @unnumberedsubsec Scripts spécifiques à certains instruments
1786 @translationof Instrument-specific scripts
1787
1788 @cindex flageolet
1789 @cindex tirer l'archet
1790 @cindex pousser l'archet
1791 @cindex snappizzicato
1792 @cindex bouché
1793 @cindex sourdine
1794 @cindex ouvert
1795 @cindex orgue, marque de pédale
1796 @cindex pointe
1797 @cindex talon
1798
1799 @multitable @columnfractions .22 .25 .25 .25
1800
1801 @item
1802 @code{\upbow}
1803 @lilypond[notime,relative=2]
1804 f^\upbow e,_\upbow b'\upbow
1805 @end lilypond
1806 @tab
1807 @code{\downbow}
1808 @lilypond[notime,relative=2]
1809 f^\downbow e,_\downbow b'\downbow
1810 @end lilypond
1811 @tab
1812 @code{\flageolet}
1813 @lilypond[notime,relative=2]
1814 f^\flageolet e,_\flageolet b'\flageolet
1815 @end lilypond
1816 @tab
1817 @code{\open}
1818 @lilypond[notime,relative=2]
1819 f^\open e,_\open b'\open
1820 @end lilypond
1821
1822 @item
1823 @code{\halfopen}
1824 @lilypond[notime,relative=2]
1825 f^\halfopen e,_\halfopen b'\halfopen
1826 @end lilypond
1827 @tab
1828 @code{\lheel}
1829 @lilypond[notime,relative=2]
1830 f^\lheel e,_\lheel b'\lheel
1831 @end lilypond
1832 @tab
1833 @code{\rheel}
1834 @lilypond[notime,relative=2]
1835 f^\rheel e,_\rheel b'\rheel
1836 @end lilypond
1837 @tab
1838 @code{\ltoe}
1839 @lilypond[notime,relative=2]
1840 f^\ltoe e,_\ltoe b'\ltoe
1841 @end lilypond
1842
1843 @item
1844 @code{\rtoe}
1845 @lilypond[notime,relative=2]
1846 f^\rtoe e,_\rtoe b'\rtoe
1847 @end lilypond
1848 @tab
1849 @code{\snappizzicato}
1850 @lilypond[notime,relative=2]
1851 f^\snappizzicato e,_\snappizzicato b'\snappizzicato
1852 @end lilypond
1853 @tab
1854 @code{\stopped} ou @code{-+}
1855 @lilypond[notime,relative=2]
1856 f^\stopped e,_\stopped b'\stopped
1857 @end lilypond
1858
1859 @end multitable
1860
1861
1862 @node Scripts de reprise et de répétition
1863 @unnumberedsubsec Scripts de reprise et de répétition
1864 @translationof Repeat sign scripts
1865
1866 @cindex segno
1867 @cindex coda
1868 @cindex varcoda
1869
1870 @multitable @columnfractions .22 .25 .25 .25
1871
1872 @item
1873 @code{\segno}
1874 @lilypond[notime,relative=2]
1875 f^\segno e,_\segno b'\segno
1876 @end lilypond
1877 @tab
1878 @code{\coda}
1879 @lilypond[notime,relative=2]
1880 f^\coda e,_\coda b'\coda
1881 @end lilypond
1882 @tab
1883 @code{\varcoda}
1884 @lilypond[notime,relative=2]
1885 f^\varcoda e,_\varcoda b'\varcoda
1886 @end lilypond
1887
1888 @end multitable
1889
1890
1891 @node Scripts pour musique ancienne
1892 @unnumberedsubsec Scripts pour musique ancienne
1893 @translationof Ancient scripts
1894
1895 @cindex accentus
1896 @cindex circulus
1897 @cindex ictus
1898 @cindex semicirculus
1899 @cindex signumcongruentiae
1900
1901 @multitable @columnfractions .22 .25 .25 .25
1902
1903 @item
1904 @code{\accentus}
1905 @lilypond[notime]
1906 \include "gregorian.ly"
1907 \new VaticanaStaff { e'^\accentus s4 f_\accentus s4 b\accentus}
1908 @end lilypond
1909 @tab
1910 @code{\circulus}
1911 @lilypond[notime]
1912 \include "gregorian.ly"
1913 \new VaticanaStaff { e'^\circulus s4 f_\circulus s4 b\circulus  }
1914 @end lilypond
1915 @tab
1916 @code{\ictus}
1917 @lilypond[notime]
1918 \include "gregorian.ly"
1919 \new VaticanaStaff { e'^\ictus s4 f_\ictus s4 b\ictus}
1920 @end lilypond
1921
1922 @item
1923 @code{\semicirculus}
1924 @lilypond[notime]
1925 \include "gregorian.ly"
1926 \new VaticanaStaff {
1927   e'^\semicirculus s4 f_\semicirculus s4 b\semicirculus
1928 }
1929 @end lilypond
1930 @tab
1931 @code{\signumcongruentiae}
1932 @lilypond[notime]
1933 \include "gregorian.ly"
1934 \new VaticanaStaff {
1935   e'^\signumcongruentiae s4
1936   f_\signumcongruentiae s4
1937   b\signumcongruentiae
1938 }
1939 @end lilypond
1940
1941 @end multitable
1942
1943
1944 @node Notes utilisées en percussion
1945 @appendixsec Notes utilisées en percussion
1946 @translationof Percussion notes
1947
1948 @cindex percussions, nom des notes
1949 @cindex drums, various
1950 @cindex acoustic bass
1951 @cindex bass
1952 @cindex snare
1953 @cindex electric snare
1954 @cindex acoustic snare
1955 @cindex tom tom
1956 @cindex bongo
1957 @cindex conga
1958 @cindex timbale
1959 @cindex sidestick
1960 @cindex floor tom tom
1961 @cindex low tom tom
1962 @cindex high tom tom
1963 @cindex mid tom tom
1964 @cindex high hat
1965 @cindex pedal high hat
1966 @cindex open high hat
1967 @cindex half-open high hat
1968 @cindex cymbal, various
1969 @cindex crash cymbal
1970 @cindex ride cymbal
1971 @cindex chinese cymbal
1972 @cindex splash cymbal
1973 @cindex ride bell
1974 @cindex cowbell
1975 @cindex agogo
1976 @cindex high bongo
1977 @cindex low bongo
1978 @cindex mute bongo
1979 @cindex open bongo
1980 @cindex high conga
1981 @cindex low conga
1982 @cindex mute conga
1983 @cindex open conga
1984 @cindex high timbale
1985 @cindex low timbale
1986 @cindex mute timbale
1987 @cindex open timbale
1988 @cindex sidestick
1989 @cindex guiro
1990 @cindex cabasa
1991 @cindex maracas
1992 @cindex whistle
1993 @cindex handclap
1994 @cindex tambourine
1995 @cindex vibraslap
1996 @cindex tam tam
1997 @cindex claves
1998 @cindex woodblock
1999 @cindex cuica
2000 @cindex triangle
2001
2002 @multitable @columnfractions .22 .25 .25 .25
2003
2004 @item
2005 @code{bassdrum @* bd @*}
2006 @lilypond[notime,ragged-right]
2007 \drums { bd4 bd1 }
2008 @end lilypond
2009 @tab
2010 @code{acousticbassdrum @* bda @*}
2011 @lilypond[notime,ragged-right]
2012 \drums { bda4 bda1 }
2013 @end lilypond
2014 @tab
2015 @code{snare @* sn @*}
2016 @lilypond[notime,ragged-right]
2017 \drums { sn4 sn1 }
2018 @end lilypond
2019 @tab
2020 @code{acousticsnare @* sna @*}
2021 @lilypond[notime,ragged-right]
2022 \drums { sna4 sna1 }
2023 @end lilypond
2024
2025 @item
2026 @code{electricsnare @* sne @*}
2027 @lilypond[notime,ragged-right]
2028 \drums { sne4 sne1 }
2029 @end lilypond
2030 @tab
2031 @code{lowfloortom @* tomfl @*}
2032 @lilypond[notime,ragged-right]
2033 \drums { tomfl4 tomfl1 }
2034 @end lilypond
2035 @tab
2036 @code{highfloortom @* tomfh @*}
2037 @lilypond[notime,ragged-right]
2038 \drums { tomfh4 tomfh1 }
2039 @end lilypond
2040 @tab
2041 @code{lowtom @* toml @*}
2042 @lilypond[notime,ragged-right]
2043 \drums { toml4 toml1 }
2044 @end lilypond
2045
2046 @item
2047 @code{hightom @* tomh @*}
2048 @lilypond[notime,ragged-right]
2049 \drums { tomh4 tomh1 }
2050 @end lilypond
2051 @tab
2052 @code{lowmidtom @* tomml @*}
2053 @lilypond[notime,ragged-right]
2054 \drums { tomml4 tomml1 }
2055 @end lilypond
2056 @tab
2057 @code{highmidtom @* tommh @*}
2058 @lilypond[notime,ragged-right]
2059 \drums { tommh4 tommh1 }
2060 @end lilypond
2061 @tab
2062 @code{highhat @* hh @*}
2063 @lilypond[notime,ragged-right]
2064 \drums { hh4 hh1 }
2065 @end lilypond
2066
2067 @item
2068 @code{closedhihat @* hhc @*}
2069 @lilypond[notime,ragged-right]
2070 \drums { hhc4 hhc1 }
2071 @end lilypond
2072 @tab
2073 @code{openhighhat @* hho @*}
2074 @lilypond[notime,ragged-right]
2075 \drums { hho4 hho1 }
2076 @end lilypond
2077 @tab
2078 @code{halfopenhihat @* hhho @*}
2079 @lilypond[notime,ragged-right]
2080 \drums { hhho4 hhho1 }
2081 @end lilypond
2082 @tab
2083 @code{pedalhihat @* hhp @*}
2084 @lilypond[notime,ragged-right]
2085 \drums { hhp4 hhp1 }
2086 @end lilypond
2087
2088
2089 @item
2090 @code{crashcymbal @* cymc @*}
2091 @lilypond[notime,ragged-right]
2092 \drums { cymc4 cymc1 }
2093 @end lilypond
2094 @tab
2095 @code{crashcymbala @* cymca @*}
2096 @lilypond[notime,ragged-right]
2097 \drums { cymca4 cymca1 }
2098 @end lilypond
2099 @tab
2100 @code{crashcymbalb @* cymcb @*}
2101 @lilypond[notime,ragged-right]
2102 \drums { cymcb4 cymcb1 }
2103 @end lilypond
2104 @tab
2105 @code{ridecymbal @* cymr @*}
2106 @lilypond[notime,ragged-right]
2107 \drums { cymr4 cymr1 }
2108 @end lilypond
2109
2110 @item
2111 @code{ridecymbala @* cymra @*}
2112 @lilypond[notime,ragged-right]
2113 \drums { cymra4 cymra1 }
2114 @end lilypond
2115 @tab
2116 @code{ridecymbalb @* cymrb @*}
2117 @lilypond[notime,ragged-right]
2118 \drums { cymrb4 cymrb1 }
2119 @end lilypond
2120 @tab
2121 @code{chinesecymbal @* cymch @*}
2122 @lilypond[notime,ragged-right]
2123 \drums { cymch4 cymch1 }
2124 @end lilypond
2125 @tab
2126 @code{splashcymbal @* cyms @*}
2127 @lilypond[notime,ragged-right]
2128 \drums { cyms4 cyms1 }
2129 @end lilypond
2130
2131 @item
2132 @code{ridebell @* rb @*}
2133 @lilypond[notime,ragged-right]
2134 \drums { rb4 rb1 }
2135 @end lilypond
2136 @tab
2137 @code{cowbell @* cb @*}
2138 @lilypond[notime,ragged-right]
2139 \drums { cb4 cb1 }
2140 @end lilypond
2141 @tab
2142 @code{hibongo @* boh @*}
2143 @lilypond[notime,ragged-right]
2144 \drums { boh4 boh1 }
2145 @end lilypond
2146 @tab
2147 @code{openhibongo @* boho @*}
2148 @lilypond[notime,ragged-right]
2149 \drums { boho4 boho1 }
2150 @end lilypond
2151
2152 @item
2153 @code{mutehibongo @* bohm @*}
2154 @lilypond[notime,ragged-right]
2155 \drums { bohm4 bohm1 }
2156 @end lilypond
2157 @tab
2158 @code{lobongo @* bol @*}
2159 @lilypond[notime,ragged-right]
2160 \drums { bol4 bol1 }
2161 @end lilypond
2162 @tab
2163 @code{openlobongo @* bolo @*}
2164 @lilypond[notime,ragged-right]
2165 \drums { bolo4 bolo1 }
2166 @end lilypond
2167 @tab
2168 @code{mutelobongo @* bolm @*}
2169 @lilypond[notime,ragged-right]
2170 \drums { bolm4 bolm1 }
2171 @end lilypond
2172
2173
2174 @item
2175 @code{hiconga @* cgh @*}
2176 @lilypond[notime,ragged-right]
2177 \drums { cgh4 cgh1 }
2178 @end lilypond
2179 @tab
2180 @code{openhiconga @* cgho @*}
2181 @lilypond[notime,ragged-right]
2182 \drums { cgho4 cgho1 }
2183 @end lilypond
2184 @tab
2185 @code{mutehiconga @* cghm @*}
2186 @lilypond[notime,ragged-right]
2187 \drums { cghm4 cghm1 }
2188 @end lilypond
2189 @tab
2190 @code{loconga @* cgl @*}
2191 @lilypond[notime,ragged-right]
2192 \drums { cgl4 cgl1 }
2193 @end lilypond
2194
2195 @item
2196 @code{openloconga @* cglo @*}
2197 @lilypond[notime,ragged-right]
2198 \drums { cglo4 cglo1 }
2199 @end lilypond
2200 @tab
2201 @code{muteloconga @* cglm @*}
2202 @lilypond[notime,ragged-right]
2203 \drums { cglm4 cglm1 }
2204 @end lilypond
2205 @tab
2206 @code{hitimbale @* timh @*}
2207 @lilypond[notime,ragged-right]
2208 \drums { timh4 timh1 }
2209 @end lilypond
2210 @tab
2211 @code{lotimbale @* timl @*}
2212 @lilypond[notime,ragged-right]
2213 \drums { timl4 timl1 }
2214 @end lilypond
2215
2216 @item
2217 @code{hiagogo @* agh @*}
2218 @lilypond[notime,ragged-right]
2219 \drums { agh4 agh1 }
2220 @end lilypond
2221 @tab
2222 @code{loagogo @* agl @*}
2223 @lilypond[notime,ragged-right]
2224 \drums { agl4 agl1 }
2225 @end lilypond
2226 @tab
2227 @code{sidestick @* ss @*}
2228 @lilypond[notime,ragged-right]
2229 \drums { ss4 ss1 }
2230 @end lilypond
2231 @tab
2232 @code{hisidestick @* ssh @*}
2233 @lilypond[notime,ragged-right]
2234 \drums { ssh4 ssh1 }
2235 @end lilypond
2236
2237 @item
2238 @code{losidestick @* ssl @*}
2239 @lilypond[notime,ragged-right]
2240 \drums { ssl4 ssl1 }
2241 @end lilypond
2242 @tab
2243 @code{guiro @* gui @*}
2244 @lilypond[notime,ragged-right]
2245 \drums { gui4 gui1 }
2246 @end lilypond
2247 @tab
2248 @code{shortguiro @* guis @*}
2249 @lilypond[notime,ragged-right]
2250 \drums { guis4 guis1 }
2251 @end lilypond
2252 @tab
2253 @code{longguiro @* guil @*}
2254 @lilypond[notime,ragged-right]
2255 \drums { guil4 guil1 }
2256 @end lilypond
2257
2258 @item
2259 @code{cabasa @* cab @*}
2260 @lilypond[notime,ragged-right]
2261 \drums { cab4 cab1 }
2262 @end lilypond
2263 @tab
2264 @code{maracas @* mar @*}
2265 @lilypond[notime,ragged-right]
2266 \drums { mar4 mar1 }
2267 @end lilypond
2268 @tab
2269 @code{shortwhistle @* whs @*}
2270 @lilypond[notime,ragged-right]
2271 \drums { whs4 whs1 }
2272 @end lilypond
2273 @tab
2274 @code{longwhistle @* whl @*}
2275 @lilypond[notime,ragged-right]
2276 \drums { whl4 whl1 }
2277 @end lilypond
2278
2279 @item
2280 @code{handclap @* hc @*}
2281 @lilypond[notime,ragged-right]
2282 \drums { hc4 hc1 }
2283 @end lilypond
2284 @tab
2285 @code{tambourine @* tamb @*}
2286 @lilypond[notime,ragged-right]
2287 \drums { tamb4 tamb1 }
2288 @end lilypond
2289 @tab
2290 @code{vibraslap @* vibs @*}
2291 @lilypond[notime,ragged-right]
2292 \drums { vibs4 vibs1 }
2293 @end lilypond
2294 @tab
2295 @code{tamtam @* tt @*}
2296 @lilypond[notime,ragged-right]
2297 \drums { tt4 tt1 }
2298 @end lilypond
2299
2300 @item
2301 @code{claves @* cl @*}
2302 @lilypond[notime,ragged-right]
2303 \drums { cl4 cl1 }
2304 @end lilypond
2305 @tab
2306 @code{hiwoodblock @* wbh @*}
2307 @lilypond[notime,ragged-right]
2308 \drums { wbh4 wbh1 }
2309 @end lilypond
2310 @tab
2311 @code{lowoodblock @* wbl @*}
2312 @lilypond[notime,ragged-right]
2313 \drums { wbl4 wbl1 }
2314 @end lilypond
2315 @tab
2316 @code{opencuica @* cuio @*}
2317 @lilypond[notime,ragged-right]
2318 \drums { cuio4 cuio1 }
2319 @end lilypond
2320
2321 @item
2322 @code{mutecuica @* cuim @*}
2323 @lilypond[notime,ragged-right]
2324 \drums { cuim4 cuim1 }
2325 @end lilypond
2326 @tab
2327 @code{triangle @* tri @*}
2328 @lilypond[notime,ragged-right]
2329 \drums { tri4 tri1 }
2330 @end lilypond
2331 @tab
2332 @code{opentriangle @* trio @*}
2333 @lilypond[notime,ragged-right]
2334 \drums { trio4 trio1 }
2335 @end lilypond
2336 @tab
2337 @code{mutetriangle @* trim}
2338 @lilypond[notime,ragged-right]
2339 \drums { trim4 trim1 }
2340 @end lilypond
2341
2342 @item
2343 @code{oneup @* ua @*}
2344 @lilypond[notime,ragged-right]
2345 \drums { ua4 ua1 }
2346 @end lilypond
2347 @tab
2348 @code{twoup @* ub @*}
2349 @lilypond[notime,ragged-right]
2350 \drums { ub4 ub1 }
2351 @end lilypond
2352 @tab
2353 @code{threeup @* uc @*}
2354 @lilypond[notime,ragged-right]
2355 \drums { uc4 uc1 }
2356 @end lilypond
2357 @tab
2358 @code{fourup @* ud @*}
2359 @lilypond[notime,ragged-right]
2360 \drums { ud4 ud1 }
2361 @end lilypond
2362
2363 @item
2364 @code{fiveup @* ue @*}
2365 @lilypond[notime,ragged-right]
2366 \drums { ue4 ue1 }
2367 @end lilypond
2368 @tab
2369 @code{onedown @* da @*}
2370 @lilypond[notime,ragged-right]
2371 \drums { da4 da1 }
2372 @end lilypond
2373 @tab
2374 @code{twodown @* db @*}
2375 @lilypond[notime,ragged-right]
2376 \drums { db4 db1 }
2377 @end lilypond
2378 @tab
2379 @code{threedown @* dc @*}
2380 @lilypond[notime,ragged-right]
2381 \drums { dc4 dc1 }
2382 @end lilypond
2383
2384 @item
2385 @code{fourdown @* dd @*}
2386 @lilypond[notime,ragged-right]
2387 \drums { dd4 dd1 }
2388 @end lilypond
2389 @tab
2390 @code{fivedown @* de @*}
2391 @lilypond[notime,ragged-right]
2392 \drums { de4 de1 }
2393 @end lilypond
2394
2395
2396 @end multitable
2397
2398
2399 @node Glossaire technique
2400 @appendixsec Glossaire technique
2401 @translationof Technical glossary
2402
2403 Ce glossaire regroupe les termes techniques et concepts utilisés en
2404 interne par LilyPond.  Ils apparaissent aussi bien dans les manuels, que
2405 sur les listes de diffusion et dans le code source.
2406
2407 @menu
2408 * alist (liste associative)::
2409 * callback (rappel)::
2410 * closure (clôture)::
2411 * glyphe::
2412 * grob (objet graphique)::
2413 * inaltérable::
2414 * interface::
2415 * lexer (analyseur lexical)::
2416 * altérable::
2417 * output-def (définition de sortie)::
2418 * parser (analyseur syntaxique)::
2419 * variable de l'analyseur grammatical::
2420 * prob (objet de propriété)::
2421 * smob (objet Scheme)::
2422 * stencil::
2423 @end menu
2424
2425
2426 @node alist (liste associative)
2427 @unnumberedsubsec alist (liste associative)
2428 @translationof alist
2429
2430 @cindex alist
2431 @cindex liste associative
2432
2433 Une liste associative -- @strong{alist} pour @emph{association list} --
2434 est une paire Scheme qui associe une valeur à une clé :
2435 @code{(clé . valeur)}.  Le fichier @file{scm/lily.scm} contient par
2436 exemple une @emph{alist} @w{@qq{type-p-name-alist}} qui associe certains
2437 types de prédicat (p. ex. @code{ly:music?}) à des noms (p. ex.
2438 @qq{music}) de telle sorte qu'une erreur lors d'un contrôle de typage
2439 puisse être rapportée en console avec mention du type de prédicat
2440 attendu.
2441
2442
2443 @node callback (rappel)
2444 @unnumberedsubsec callback (rappel)
2445 @translationof callback
2446
2447 @cindex callback
2448 @cindex rappel
2449
2450 Un @strong{rappel}, @emph{callback} en anglais, est une routine,
2451 fonction ou méthode qui est passée en argument à une autre fonction.
2452 Cette dernière peut alors faire usage de cette fonction de rappel comme
2453 de n'importe quelle autre fonction, alors qu'elle ne la connaît pas par
2454 avance.  Cette façon de procéder permet à des couches logicielles de bas
2455 niveau d'appeler des fonctions définies à des niveaux plus élevés.
2456 LilyPond utilise abondamment les @emph{callbacks} afin que le code
2457 Scheme saisi par l'utilisateur puisse définir les actions de bas niveau
2458 à opérer.
2459
2460
2461 @node closure (clôture)
2462 @unnumberedsubsec closure (clôture)
2463 @translationof closure
2464
2465 @cindex clôture
2466 @cindex closure
2467
2468 En Scheme, une @strong{clôture} (en anglais, @emph{closure}) est créée
2469 lorsqu'une fonction, généralement une expression lambda, est passée en
2470 tant que variable.  La clôture comporte, en plus du code de la fonction,
2471 des références à des variables libres dans l'environnement lexical --
2472 variables utilisées dans l'expression mais définies ailleurs.  Lorsque
2473 la fonction est par la suite appliquée aux différents arguments, les
2474 références aux variables libres, capturées par la clôture, permettent
2475 d'obtenir la valeur de ces variables libres qui sera utilisée lors des
2476 calculs.  L'une des propriétés intéressantes des clôtures est la
2477 rétention de la valeur de variables internes tout au long des
2478 différentes invocations, leur état étant alors persistant.
2479
2480
2481 @node glyphe
2482 @unnumberedsubsec glyphe
2483 @translationof glyph
2484
2485 @cindex glyphe
2486 @cindex fonte
2487 @cindex type de caractère
2488
2489 Un @strong{glyphe} est une représentation graphique particulière d'un
2490 caractère typographique ou d'une combinaison de deux caractères formant
2491 une ligature.  Un jeu de glyphes aux mêmes style et allure constitue une
2492 fonte ; un jeu de fontes comprenant plusieurs styles et tailles constitue
2493 un type de caractère.
2494
2495 @seealso
2496 Manuel de notation :
2497 @ref{Fontes},
2498 @ref{Caractères spéciaux}.
2499
2500
2501 @node grob (objet graphique)
2502 @unnumberedsubsec grob (objet graphique)
2503 @translationof grob
2504
2505 @cindex grob
2506 @cindex graphique, objet
2507 @cindex rendu, objets de
2508 @cindex objets de rendu
2509
2510 Dans LilyPond, les objets représentants les différents éléments de
2511 notation, comme les têtes de note, hampes, liaisons, doigtés, clefs etc.
2512 sont appelés « objets de rendu » ou objet graphique -- en anglais
2513 @emph{GRaphical OBjects} couramment abrégé en @strong{grob}.  Ils sont
2514 représentés par des instances de la classe @code{grob}.
2515
2516 @seealso
2517 Manuel d'initiation :
2518 @rlearning{Objets et interfaces},
2519 @rlearning{Conventions de nommage des objets et propriétés},
2520 @rlearning{Propriétés des objets de rendu}.
2521
2522 Référence des propriétés internes :
2523 @rinternals{grob-interface},
2524 @rinternals{All layout objects}.
2525
2526
2527 @node inaltérable
2528 @unnumberedsubsec inaltérable
2529 @translationof immutable
2530
2531 @cindex inaltérables, objets
2532 @cindex inaltérables, propriétés
2533 @cindex propriétés communes
2534
2535 Un objet est dit @strong{inaltérable} -- @emph{immutable} en anglais --
2536 dès lors que son état ne peut être modifié après sa création ; les
2537 objets altérables, à l'inverse, peuvent être modifiés après création.
2538
2539 Pour LilyPond, une propriété est inaltérable ou commune lorsqu'elle
2540 définit les style ou le comportement par défaut d'objets graphiques ;
2541 une telle propriété est partagée par un certain nombre de @emph{grobs}.
2542 En apparente contradiction avec ce que leur nom laisse accroire, de
2543 telles propriétés peuvent être adaptées par @code{\override} et
2544 @code{\revert}.
2545
2546 @seealso
2547 Manuel de notation :
2548 @ref{altérable}.
2549
2550
2551 @node interface
2552 @unnumberedsubsec interface
2553 @translationof interface
2554
2555 @cindex interface
2556 @cindex grob-interface
2557 @cindex objet graphique, interface
2558
2559 Les actions et propriétés communes à plusieurs objets graphiques sont
2560 regroupées dans un objet appelé @code{grob-interface}, ou « interface »
2561 pour faire court.
2562
2563 @seealso
2564 Manuel d'initiation :
2565 @rlearning{Objets et interfaces},
2566 @rlearning{Conventions de nommage des objets et propriétés},
2567 @rlearning{Propriétés listées par interface}.
2568
2569 Manuel de notation :
2570 @ref{Interfaces de rendu}.
2571
2572 Référence des propriétés internes :
2573 @rinternals{Graphical Object Interfaces}.
2574
2575
2576 @node lexer (analyseur lexical)
2577 @unnumberedsubsec lexer (analyseur lexical)
2578 @translationof lexer
2579
2580 @cindex lexer
2581 @cindex analyse lexicale
2582 @cindex Flex
2583
2584 Un @strong{lexer} est un programme chargé de convertir une séquence de
2585 caractères en une séquence de jetons.  Cette opération s'appelle
2586 l'analyse lexicale.  L'analyseur lexical de LilyPond convertit le flot
2587 d'information contenu dans un fichier @file{.ly} en flot de jetons qui
2588 pourront être traités lors de l'étape suivant, l'analyse
2589 grammaticale abordée à la rubrique @ref{parser (analyseur syntaxique)}.
2590 L'analyseur lexical de LilyPond repose sur @code{Flex} ; les règles
2591 lexicales sont regroupées dans le fichier @file{lily/lexer.ll}.  Ce
2592 fichier, partie intégrante des sources, n'est pas distribué avec les
2593 programmes binaires de LilyPond.
2594
2595
2596 @node altérable
2597 @unnumberedsubsec altérable
2598 @translationof mutable
2599
2600 @cindex altérables, objets et propriétés
2601 @cindex propriétés altérables
2602 @cindex objets altérables
2603
2604 Un objet est dit @strong{altérable} -- @emph{mutable} en anglais --
2605 lorsque son état est sujet à modification après sa création, à l'inverse
2606 des objets inaltérables dont l'état est figé dès leur création.
2607
2608 Les propriétés altérables contiennent, pour LilyPond, des valeurs
2609 spécifiques à un objet graphique.  En particulier, les listes d'autres
2610 objets ou résultats de calculs sont enregistrés sous dorme de propriétés
2611 altérables.
2612
2613 @seealso
2614 Manuel de notation :
2615 @ref{inaltérable}.
2616
2617
2618 @node output-def (définition de sortie)
2619 @unnumberedsubsec output-def (définition de sortie)
2620 @translationof output-def
2621
2622 @cindex output-def
2623 @cindex sortie, définition
2624 @cindex définition de sortie
2625
2626 Une instance de la classe @code{Output-def} contient les méthodes et
2627 structures des données associées à un bloc de sortie.  Ces instances
2628 sont créées par les blocs @code{\midi}, @code{\layout} et @code{\paper}.
2629
2630
2631 @node parser (analyseur syntaxique)
2632 @unnumberedsubsec parser (analyseur syntaxique)
2633 @translationof parser
2634
2635 @cindex parser
2636 @cindex analyseur syntaxique
2637 @cindex Bison
2638 @cindex grammaire de LilyPond
2639 @cindex BNF
2640
2641 Un analyseur syntaxique -- @strong{parser} en anglais -- est un
2642 programme qui analyse la séquence de jetons produite par l'analyseur
2643 lexical pour en déterminer la structure grammaticale.  Les jetons sont,
2644 pour ce faire, regroupés progressivement en tronçons plus importants,
2645 selon des règles grammaticales.  Lorsque la séquence de jetons est
2646 valide, les produit final est une arborescence de jetons ayant à sa base
2647 le symbole grammatical de début.  Dès lors que cette étape n'est pas
2648 concluante, le fichier est déclaré invalide ; un message approprié est
2649 alors émis.  Les différents regroupements syntaxiques ainsi que les
2650 règles de construction des regroupements relatifs à la grammaire de
2651 LilyPond sont définis dans le fichier @file{lily/parser.yy} et présentés
2652 selon la forme de Backus-Naur (BNF) à la rubrique
2653 @rcontribnamed{LilyPond grammar, Grammaire de LilyPond}.  Ce
2654 fichier est utilisé par le générateur de @emph{parser} Bison lors
2655 de la construction du programme. Partie intégrante des sources, il
2656 n'est pas distribué avec les programmes binaires de LilyPond.
2657
2658
2659 @node variable de l'analyseur grammatical
2660 @unnumberedsubsec variable de l'analyseur grammatical
2661 @translationof parser variable
2662
2663 @cindex parser, variable
2664 @cindex Scheme, variable
2665 @cindex globale, variable
2666 @cindex afterGraceFraction
2667 @cindex musicQuotes
2668 @cindex mode
2669 @cindex output-count
2670 @cindex output-suffix
2671 @cindex partCombineListener
2672 @cindex pitchnames
2673 @cindex toplevel-bookparts
2674 @cindex toplevel-scores
2675 @cindex showLastLength
2676 @cindex showFirstLength
2677
2678 Il s'agit de variables définies directement en Scheme.  Dans la mesure
2679 où leur champ sémantique peut porter à confusion, il est fortement
2680 déconseillé de les utiliser tels quels.
2681
2682 La modification des valeurs de l'une de ces variables dans un fichier
2683 @file{.ly} sera effective de manière globale.  Les valeurs modifiées,
2684 sauf à être explicitement remises à leur état d'origine, affecteront
2685 tous les blocs @code{\score} rencontrés, y compris s'ils proviennent
2686 d'autres fichiers ajoutés par une commande @code{\include}.  Ceci peut
2687 avoir des conséquences inattendues et les erreurs qui pourraient en
2688 découler difficiles à localiser dans le cadre d'un projet d'envergure.
2689
2690 LilyPond utilise les variables suivantes :
2691
2692 @itemize
2693 @item afterGraceFraction
2694 @item musicQuotes
2695 @item mode
2696 @item output-count
2697 @item output-suffix
2698 @item partCombineListener
2699 @item pitchnames
2700 @item toplevel-bookparts
2701 @item toplevel-scores
2702 @item showLastLength
2703 @item showFirstLength
2704 @end itemize
2705
2706
2707 @node prob (objet de propriété)
2708 @unnumberedsubsec prob (objet de propriété)
2709 @translationof prob
2710
2711 @cindex prob
2712 @cindex propriété objet
2713 @cindex objet de propriété
2714
2715 Les objets de propriété -- @strong{probs} pour @emph{PRoperty OBjects}
2716 -- sont des instances de la classe @code{Prob}, une classe de base
2717 simple pour les objets qui disposent de de listes associatives de
2718 propriétés altérables et inaltérables ainsi que les méthodes pour les
2719 manipuler.  Les classes @code{Music} et @code{Stream_event} dérivent
2720 d'un @code{prob}.  Les instances de la classe @code{prob} se créent
2721 aussi pour garder trace du contenu des systèmes une fois formatés et
2722 des blocs de titrage lors de la phase de mise en forme des pages.
2723
2724
2725 @node smob (objet Scheme)
2726 @unnumberedsubsec smob (objet Scheme)
2727 @translationof smob
2728
2729 @cindex smob
2730 @cindex Scheme, objet
2731 @cindex objet Scheme
2732
2733 Les objets Scheme -- @strong{Smobs} pour @emph{ScheMe OBjects} -- font
2734 partie du mécanisme utilisé par l'interpréteur Guile pour exporter en
2735 code Scheme les objets C ou C++.  Dans LilyPond, les @emph{smobs} sont
2736 créés, grâce à des macros, à partir d'objets C++.    On peut distinguer
2737 deux types d'objets @emph{smob} : des @emph{smobs} simples destinés aux
2738 objets inaltérables comme les nombres par exemples, et des @emph{smobs}
2739 complexes utilisés pour des objets possédant une identité.  De plus
2740 amples informations sont disponibles dans les sources de LilyPond, au
2741 sein du fichier @file{lily/includes/smob.hh}.
2742
2743
2744 @node stencil
2745 @unnumberedsubsec stencil
2746 @translationof stencil
2747
2748 @cindex stencil
2749
2750 Une instance de la classe @strong{stencil} comporte l'information
2751 nécessaire à l'impression d'un objet typographique.  Il s'agit d'un
2752 @emph{smob} simple qui contient un espace de confinement qui définit
2753 l'envergure verticale et horizontale de l'objet ainsi qu'une expression
2754 Scheme qui imprimera l'objet après évaluation.  Les stencils peuvent se
2755 combiner et adopter une forme plus complexe définie par une arborescence
2756 d'expressions Scheme des stencils qui la composent.
2757
2758 La propriété @code{stencil}, qui permet de connecter un @emph{grob} à
2759 son stencil, est définie par l'interface @code{grob-interface}.
2760
2761 @seealso
2762 Référence des propriétés internes :
2763 @rinternals{grob-interface}.
2764
2765
2766 @node Liste des propriétés de contexte
2767 @appendixsec Liste des propriétés de contexte
2768 @translationof All context properties
2769
2770 @include context-properties.tely
2771
2772
2773 @node Propriétés de mise en forme
2774 @appendixsec Propriétés de mise en forme
2775 @translationof Layout properties
2776
2777 @include layout-properties.tely
2778
2779
2780 @node Fonctions musicales prédéfinies
2781 @appendixsec Fonctions musicales prédéfinies
2782 @translationof Available music functions
2783
2784 @include identifiers.tely
2785
2786
2787 @node Identificateurs de modification de contexte
2788 @appendixsec Identificateurs de modification de contexte
2789 @translationof Context modification identifiers
2790
2791 Les commandes suivantes permettent de modifier des contextes au sein
2792 d'un bloc @code{\layout} ou @code{\with}.
2793
2794 @include context-mod-identifiers.tely
2795
2796
2797 @node Types de prédicats prédéfinis
2798 @appendixsec Types de prédicats prédéfinis
2799 @translationof Predefined type predicates
2800
2801 @include type-predicates.tely
2802
2803
2804 @node Fonctions Scheme
2805 @appendixsec Fonctions Scheme
2806 @translationof Scheme functions
2807
2808 @include scheme-functions.tely