1@c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2
3@ignore
4    Translation of GIT committish: 663181a3779d50a01212ef3091a03a7b9a714308
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.21.0"
12
13@node Tablas del manual sobre notación
14@appendix Tablas del manual sobre notación
15@translationof Notation manual tables
16
17@menu
18* Cuadro de nombres de acordes::
19* Modificadores de acorde más usuales::
20* Afinaciones de cuerdas predefinidas::
21* Diagramas predefinidos de posiciones::
22* Tamaños de página predefinidos::
23* Instrumentos MIDI::
24* Lista de colores::
25* La tipografía Emmentaler::
26* Estilos de cabezas de nota::
27* Estilos de clave::
28* Instrucciones de marcado de texto::
29* Instrucciones de listas de marcado de texto::
30* Lista de caracteres especiales::
31* Lista de articulaciones::
32* Notas de percusión::
33* Glosario técnico::
34* Funciones musicales disponibles::
35* Identificadores de modificación de contextos::
36* Predicados de tipo predefinidos::
37@end menu
38
39
40
41@node Cuadro de nombres de acordes
42@appendixsec Cuadro de nombres de acordes
43@translationof Chord name chart
44
45La siguiente tabla muestra el sistema estándar para imprimir los
46nombres de los acordes, junto a las notas que representa. Se
47muestran también otros sistemas de nomenclatura (no soportados) en
48el fragmento de código @qq{Chord names alternative} de la sección
49@rlsr{Chords}, incluida la notación inspirada por Harald Banter
50(1982) que se utilizaba de forma predeterminada en algunas de las
51primeras versiones de LilyPond (hasta la 1.7).
52
53@c The line width is a hack to allow space for instrument names
54@lilypondfile[quote,line-width=15\cm]{en/included/chord-names-jazz.ly}
55
56@node Modificadores de acorde más usuales
57@appendixsec Modificadores de acorde más usuales
58@translationof Common chord modifiers
59
60La tabla siguiente presenta los modificadores de acorde que se
61pueden usar para generar las estructuras de acordes estándar.
62
63@multitable @columnfractions .2 .25 .2 .15 .2
64
65@item
66@b{Tipo}
67@tab
68@b{Intervalo}
69@tab
70@b{Modificador}
71@tab
72@b{Ejemplo}
73@tab
74@b{Salida}
75
76
77@item
78Mayor
79@tab
80Tercera mayor y quinta @*justa
81@tab
82@code{5} o nada
83@tab
84@code{c1:5}
85@tab
86@lilypond[line-width=2.1\cm,notime]
87<<
88  \chords { c1:5 }
89  \chordmode { c1:5 }
90>>
91@end lilypond
92
93@item
94Menor
95@tab
96Tercera menor y quinta @*justa
97@tab
98@code{m} o @code{m5}
99@tab
100@code{c1:m}
101@tab
102@lilypond[line-width=2.1\cm,noragged-right,notime]
103<<
104  \chords { c1:m }
105  \chordmode { c1:m }
106>>
107@end lilypond
108
109@item
110Aumentado
111@tab
112Tercera mayor y quinta @*aumentada
113@tab
114@code{aug}
115@tab
116@code{c1:aug}
117@tab
118@lilypond[line-width=2.1\cm,noragged-right,notime]
119<<
120  \chords { c1:aug }
121  \chordmode { c1:aug }
122>>
123@end lilypond
124
125@item
126Disminuido
127@tab
128Tercera menor y quinta @*disminuida
129@tab
130@code{dim}
131@tab
132@code{c1:dim}
133@tab
134@lilypond[line-width=2.1\cm,noragged-right,notime]
135<<
136  \chords { c1:dim }
137  \chordmode { c1:dim }
138>>
139@end lilypond
140
141@item
142Séptima dominante
143@tab
144Tríada mayor con séptima @*menor
145@tab
146@code{7}
147@tab
148@code{c1:7}
149@tab
150@lilypond[line-width=2.1\cm,noragged-right,notime]
151<<
152  \chords { c1:7 }
153  \chordmode { c1:7 }
154>>
155@end lilypond
156
157@item
158Séptima mayor
159@tab
160Tríada mayor y séptima @*mayor
161@tab
162@code{maj7} ó @code{maj}
163@tab
164@code{c1:maj7}
165@tab
166@lilypond[line-width=2.1\cm,noragged-right,notime]
167<<
168  \chords { c1:maj7 }
169  \chordmode { c1:maj7 }
170>>
171@end lilypond
172
173@item
174Séptima menor
175@tab
176Tríada menor y séptima @*menor
177@tab
178@code{m7}
179@tab
180@code{c1:m7}
181@tab
182@lilypond[line-width=2.1\cm,noragged-right,notime]
183<<
184  \chords { c1:m7 }
185  \chordmode { c1:m7 }
186>>
187@end lilypond
188
189@item
190Séptima disminuida
191@tab
192Tríada disminuida y séptima @*disminuida
193@tab
194@code{dim7}
195@tab
196@code{c1:dim7}
197@tab
198@lilypond[line-width=2.1\cm,noragged-right,notime]
199<<
200  \chords { c1:dim7}
201  \chordmode { c1:dim7 }
202>>
203@end lilypond
204
205@item
206Aumentado con séptima
207@tab
208Tríada aumentada y séptima @*menor
209@tab
210@code{aug7}
211@tab
212@code{c1:aug7}
213@tab
214@lilypond[line-width=2.1\cm,noragged-right,notime]
215<<
216  \chords { c1:aug7 }
217  \chordmode { c1:aug7 }
218>>
219@end lilypond
220
221@item
222Séptima semi-disminuido
223@tab
224Tríada disminuida y séptima @*menor
225@tab
226@code{m7.5-}
227@tab
228@code{c1:m7.5-}
229@tab
230@lilypond[line-width=2.1\cm,noragged-right,notime]
231<<
232  \chords { c1:m7.5- }
233  \chordmode { c1:m7.5- }
234>>
235@end lilypond
236
237@item
238Menor con séptima mayor
239@tab
240Tríada menor con séptima @*mayor
241@tab
242@code{m7+}
243@tab
244@code{c1:m7+}
245@tab
246@lilypond[line-width=2.1\cm,noragged-right,notime]
247<<
248  \chords { c1:m7+ }
249  \chordmode { c1:m7+ }
250>>
251@end lilypond
252
253@item
254Mayor con sexta
255@tab
256Tríada mayor y @*sexta
257@tab
258@code{6}
259@tab
260@code{c1:6}
261@tab
262@lilypond[line-width=2.1\cm,noragged-right,notime]
263<<
264  \chords { c1:6 }
265  \chordmode { c1:6 }
266>>
267@end lilypond
268
269@item
270Menor con sexta
271@tab
272Tríada menor y @*sexta
273@tab
274@code{m6}
275@tab
276@code{c1:m6}
277@tab
278@lilypond[line-width=2.1\cm,noragged-right,notime]
279<<
280  \chords { c1:m6 }
281  \chordmode { c1:m6 }
282>>
283@end lilypond
284
285@item
286Novena dominante
287@tab
288Séptima dominante con novena @*mayor
289@tab
290@code{9}
291@tab
292@code{c1:9}
293@tab
294@lilypond[line-width=2.1\cm,noragged-right,notime]
295<<
296  \chords { c1:9 }
297  \chordmode { c1:9 }
298>>
299@end lilypond
300
301@item
302Mayor con novena
303@tab
304Séptima mayor y novena @*mayor
305@tab
306@code{maj9}
307@tab
308@code{c1:maj9}
309@tab
310@lilypond[line-width=2.1\cm,noragged-right,notime]
311<<
312  \chords { c1:maj9 }
313  \chordmode { c1:maj9 }
314>>
315@end lilypond
316
317@item
318Menor con novena
319@tab
320Séptima menor y novena @*mayor
321@tab
322@code{m9}
323@tab
324@code{c1:m9}
325@tab
326@lilypond[line-width=2.1\cm,noragged-right,notime]
327<<
328  \chords { c1:m9 }
329  \chordmode { c1:m9 }
330>>
331@end lilypond
332
333@item
334Oncena dominante
335@tab
336Novena dominante con oncena @*justa
337@tab
338@code{11}
339@tab
340@code{c1:11}
341@tab
342@lilypond[line-width=2.1\cm,noragged-right,notime]
343<<
344  \chords { c1:11 }
345  \chordmode { c1:11 }
346>>
347@end lilypond
348
349@item
350Oncena mayor
351@tab
352Novena mayor y oncena @*justa
353@tab
354@code{maj11}
355@tab
356@code{c1:maj11}
357@tab
358@lilypond[line-width=2.1\cm,noragged-right,notime]
359<<
360  \chords { c1:maj11 }
361  \chordmode { c1:maj11 }
362>>
363@end lilypond
364
365@item
366Menor con oncena
367@tab
368Novena menor y oncena @*justa
369@tab
370@code{m11}
371@tab
372@code{c1:m11}
373@tab
374@lilypond[line-width=2.1\cm,noragged-right,notime]
375<<
376  \chords { c1:m11 }
377  \chordmode { c1:m11 }
378>>
379@end lilypond
380
381@item
382Trecena dominante
383@tab
384Novena dominante y trecena @*mayor
385@tab
386@code{13}
387@tab
388@code{c1:13}
389@tab
390@lilypond[line-width=2.1\cm,noragged-right,notime]
391<<
392  \chords { c1:13 }
393  \chordmode { c1:13 }
394>>
395@end lilypond
396
397@item
398Trecena dominante
399@tab
400Oncena dominante y trecena @*mayor
401@tab
402@code{13.11}
403@tab
404@code{c1:13.11}
405@tab
406@lilypond[line-width=2.1\cm,noragged-right,notime]
407<<
408  \chords{ c1:13.11 }
409  \chordmode { c1:13.11 }
410>>
411@end lilypond
412
413@item
414Mayor con trecena
415@tab
416Oncena mayor y trecena @*mayor
417@tab
418@code{maj13.11}
419@tab
420@code{c1:maj13.11}
421@tab
422@lilypond[line-width=2.1\cm,noragged-right,notime]
423<<
424  \chords { c1:maj13.11 }
425  \chordmode { c1:maj13.11 }
426>>
427@end lilypond
428
429@item
430Menor con trecena
431@tab
432Oncena menor y trecena @*mayor
433@tab
434@code{m13.11}
435@tab
436@code{c1:m13.11}
437@tab
438@lilypond[line-width=2.1\cm,noragged-right,notime]
439<<
440  \chords { c1:m13.11 }
441  \chordmode { c1:m13.11 }
442>>
443@end lilypond
444
445@item
446Segunda suspendida
447@tab
448Segunda mayor y quinta @*justa
449@tab
450@code{sus2}
451@tab
452@code{c1:sus2}
453@tab
454@lilypond[line-width=2.1\cm,noragged-right,notime]
455<<
456  \chords { c1:sus2 }
457  \chordmode { c1:sus2 }
458>>
459@end lilypond
460
461@item
462Cuarta suspendida
463@tab
464Cuarta justa y quinta @*justa
465@tab
466@code{sus4}
467@tab
468@code{c1:sus4}
469@tab
470@lilypond[line-width=2.1\cm,noragged-right,notime]
471<<
472  \chords { c1:sus4 }
473  \chordmode { c1:sus4 }
474>>
475@end lilypond
476
477@item
478Acorde de potencia o de quinta vacía @*(de dos notas)
479@tab
480Quinta justa
481@tab
482@code{1.5}
483@tab
484@code{c1:5}
485@tab
486@lilypond[line-width=2.1\cm,noragged-right,notime]
487\chordmode {c1:5 }
488@end lilypond
489
490@item
491Acorde de potencia o de quinta vacía @*@w{(de tres notas)}
492@tab
493Quinta justa, @*octava
494@tab
495@code{1.5.8}
496@tab
497@code{c1:5.8}
498@tab
499@lilypond[line-width=2.1\cm,noragged-right,notime]
500  \chordmode {c1:5.8 }
501@end lilypond
502
503@end multitable
504
505@node Afinaciones de cuerdas predefinidas
506@appendixsec Afinaciones de cuerdas predefinidas
507@translationof Predefined string tunings
508
509El cuadro de abajo muestra las afinaciones predefinidas de
510cuerdas.
511
512@lilypondfile{en/included/display-predefined-string-tunings.ly}
513
514@node Diagramas predefinidos de posiciones
515@appendixsec Diagramas predefinidos de posiciones
516@translationof Predefined fretboard diagrams
517
518@menu
519* Diagramas para guitarra::
520* Diagramas para ukelele::
521* Diagramas para mandolina::
522@end menu
523
524@node Diagramas para guitarra
525@unnumberedsubsec Diagramas para guitarra
526@translationof Diagrams for Guitar
527
528@lilypondfile[line-width=15.5\cm]{en/included/display-predefined-fretboards.ly}
529
530@node Diagramas para ukelele
531@unnumberedsubsec Diagramas para ukelele
532@translationof Diagrams for Ukulele
533
534@lilypondfile[line-width=15.5\cm]{en/included/display-predefined-ukulele-fretboards.ly}
535
536@node Diagramas para mandolina
537@unnumberedsubsec Diagramas para mandolina
538@translationof Diagrams for Mandolin
539
540@lilypondfile[line-width=15.5\cm]{en/included/display-predefined-mandolin-fretboards.ly}
541
542
543@node Tamaños de página predefinidos
544@appendixsec Tamaños de página predefinidos
545@translationof Predefined paper sizes
546
547Los tamaños de página se definen en el archivo @file{scm/paper.scm}
548
549@noindent
550@strong{La serie A de @qq{ISO 216}}
551@table @code
552@item "a10"
553(26 x 37 mm)
554@item "a9"
555(37 x 52 mm)
556@item "a8"
557(52 x 74 mm)
558@item "a7"
559(74 x 105 mm)
560@item "a6"
561(105 x 148 mm)
562@item "a5"
563(148 x 210 mm)
564@item "a4"
565(210 x 297 mm)
566@item "a3"
567(297 x 420 mm)
568@item "a2"
569(420 x 594 mm)
570@item "a1"
571(594 x 841 mm)
572@item "a0"
573(841 x 1189 mm)
574@end table
575
576@noindent
577@strong{La serie B de @qq{ISO 216}}
578@table @code
579@item "b10"
580(31 x 44 mm)
581@item "b9"
582(44 x 62 mm)
583@item "b8"
584(62 x 88 mm)
585@item "b7"
586(88 x 125 mm)
587@item "b6"
588(125 x 176 mm)
589@item "b5"
590(176 x 250 mm)
591@item "b4"
592(250 x 353 mm)
593@item "b3"
594(353 x 500 mm)
595@item "b2"
596(500 x 707 mm)
597@item "b1"
598(707 x 1000 mm)
599@item "b0"
600(1000 x 1414 mm)
601@end table
602
603@noindent
604@strong{Dos tamaños extendidos según se definen en @qq{DIN 476}}
605@table @code
606@item "4a0"
607(1682 x 2378 mm)
608@item "2a0"
609(1189 x 1682 mm)
610@end table
611
612@noindent
613@strong{Serie C estándar de @qq{ISO 269}}
614@table @code
615@item "c10"
616(28 x 40 mm)
617@item "c9"
618(40 x 57 mm)
619@item "c8"
620(57 x 81 mm)
621@item "c7"
622(81 x 114 mm)
623@item "c6"
624(114 x 162 mm)
625@item "c5"
626(162 x 229 mm)
627@item "c4"
628(229 x 324 mm)
629@item "c3"
630(324 x 458 mm)
631@item "c2"
632(458 x 648 mm)
633@item "c1"
634(648 x 917 mm)
635@item "c0"
636(917 x 1297 mm)
637@end table
638
639@noindent
640@strong{Tamaños de página norteamiericanos}
641@table @code
642@item "junior-legal"
643(8.0 x 5.0 in)
644@item "legal"
645(8.5 x 14.0 in)
646@item "ledger"
647(17.0 x 11.0 in)
648@item "letter"
649(8.5 x 11.0 in)
650@item "tabloid"
651(11.0 x 17.0 in)
652@item "11x17"
653(11.0 x 17.0 in)
654@item "17x11"
655(17.0 x 11.0 in)
656@end table
657
658@noindent
659@strong{Tamaño carta gubernamental del IEEE Printer Working Group, para escritura de niños}
660@table @code
661@item "government-letter"
662(8 x 10.5 in)
663@item "government-legal"
664(8.5 x 13.0 in)
665@item "philippine-legal"
666(8.5 x 13.0 in)
667@end table
668
669@noindent
670@strong{Tamaños de ANSI}
671@table @code
672@item "ansi a"
673(8.5 x 11.0 in)
674@item "ansi b"
675(17.0 x 11.0 in)
676@item "ansi c"
677(17.0 x 22.0 in)
678@item "ansi d"
679(22.0 x 34.0 in)
680@item "ansi e"
681(34.0 x 44.0 in)
682@item "engineering f"
683(28.0 x 40.0 in)
684@end table
685
686@noindent
687@strong{Tamaños arquitectóncos norteamericanos}
688@table @code
689@item "arch a"
690(9.0 x 12.0 in)
691@item "arch b"
692(12.0 x 18.0 in)
693@item "arch c"
694(18.0 x 24.0 in)
695@item "arch d"
696(24.0 x 36.0 in)
697@item "arch e"
698(36.0 x 48.0 in)
699@item "arch e1"
700(30.0 x 42.0 in)
701@end table
702
703@noindent
704@strong{Tamaños antiguos que aún se utilizan en el Reino Unido}
705@table @code
706@item "statement"
707(5.5 x 8.5 in)
708@item "half letter"
709(5.5 x 8.5 in)
710@item "quarto"
711(8.0 x 10.0 in)
712@item "octavo"
713(6.75 x 10.5 in)
714@item "executive"
715(7.25 x 10.5 in)
716@item "monarch"
717(7.25 x 10.5 in)
718@item "foolscap"
719(8.27 x 13.0 in)
720@item "folio"
721(8.27 x 13.0 in)
722@item "super-b"
723(13.0 x 19.0 in)
724@item "post"
725(15.5 x 19.5 in)
726@item "crown"
727(15.0 x 20.0 in)
728@item "large post"
729(16.5 x 21.0 in)
730@item "demy"
731(17.5 x 22.5 in)
732@item "medium"
733(18.0 x 23.0 in)
734@item "broadsheet"
735(18.0 x 24.0 in)
736@item "royal"
737(20.0 x 25.0 in)
738@item "elephant"
739(23.0 x 28.0 in)
740@item "double demy"
741(22.5 x 35.0 in)
742@item "quad demy"
743(35.0 x 45.0 in)
744@item "atlas"
745(26.0 x 34.0 in)
746@item "imperial"
747(22.0 x 30.0 in)
748@item "antiquarian"
749(31.0 x 53.0 in)
750@end table
751
752@noindent
753@strong{Tamaños basados en PA4}
754@table @code
755@item "pa0"
756(840 x 1120 mm)
757@item "pa1"
758(560 x 840 mm)
759@item "pa2"
760(420 x 560 mm)
761@item "pa3"
762(280 x 420 mm)
763@item "pa4"
764(210 x 280 mm)
765@item "pa5"
766(140 x 210 mm)
767@item "pa6"
768(105 x 140 mm)
769@item "pa7"
770(70 x 105 mm)
771@item "pa8"
772(52 x 70 mm)
773@item "pa9"
774(35 x 52 mm)
775@item "pa10"
776(26 x 35 mm)
777@end table
778
779@noindent
780@strong{Usado en el Asia suroriental y en Australia}
781@table @code
782@item "f4"
783(210 x 330 mm)
784@end table
785
786@noindent
787@strong{Usado para los diminutos ejemplos de @code{@@lilypond} de la documentación; basado en a8 apaisado.}
788@table @code
789@item "a8landscape"
790(74 x 52 mm)
791@end table
792
793
794@node Instrumentos MIDI
795@appendixsec Instrumentos MIDI
796@translationof MIDI instruments
797
798A continuación figura una lista con los nombres que se pueden
799utilizar para la propiedad @code{midiInstrument} (instrumento
800MIDI).  El orden de los instrumentos que aparece aquí, de arriba a
801abajo empezando por la columna de la izquierda, corresponde a los
802128 números de programa del estándar General MIDI.
803
804@example
805acoustic grand            contrabass           lead 7 (fifths)
806bright acoustic           tremolo strings      lead 8 (bass+lead)
807electric grand            pizzicato strings    pad 1 (new age)
808honky-tonk                orchestral harp      pad 2 (warm)
809electric piano 1          timpani              pad 3 (polysynth)
810electric piano 2          string ensemble 1    pad 4 (choir)
811harpsichord               string ensemble 2    pad 5 (bowed)
812clav                      synthstrings 1       pad 6 (metallic)
813celesta                   synthstrings 2       pad 7 (halo)
814glockenspiel              choir aahs           pad 8 (sweep)
815music box                 voice oohs           fx 1 (rain)
816vibraphone                synth voice          fx 2 (soundtrack)
817marimba                   orchestra hit        fx 3 (crystal)
818xylophone                 trumpet              fx 4 (atmosphere)
819tubular bells             trombone             fx 5 (brightness)
820dulcimer                  tuba                 fx 6 (goblins)
821drawbar organ             muted trumpet        fx 7 (echoes)
822percussive organ          french horn          fx 8 (sci-fi)
823rock organ                brass section        sitar
824church organ              synthbrass 1         banjo
825reed organ                synthbrass 2         shamisen
826accordion                 soprano sax          koto
827harmonica                 alto sax             kalimba
828concertina                tenor sax            bagpipe
829acoustic guitar (nylon)   baritone sax         fiddle
830acoustic guitar (steel)   oboe                 shanai
831electric guitar (jazz)    english horn         tinkle bell
832electric guitar (clean)   bassoon              agogo
833electric guitar (muted)   clarinet             steel drums
834overdriven guitar         piccolo              woodblock
835distorted guitar          flute                taiko drum
836guitar harmonics          recorder             melodic tom
837acoustic bass             pan flute            synth drum
838electric bass (finger)    blown bottle         reverse cymbal
839electric bass (pick)      shakuhachi           guitar fret noise
840fretless bass             whistle              breath noise
841slap bass 1               ocarina              seashore
842slap bass 2               lead 1 (square)      bird tweet
843synth bass 1              lead 2 (sawtooth)    telephone ring
844synth bass 2              lead 3 (calliope)    helicopter
845violin                    lead 4 (chiff)       applause
846viola                     lead 5 (charang)     gunshot
847cello                     lead 6 (voice)
848@end example
849
850
851@node Lista de colores
852@appendixsec Lista de colores
853@translationof List of colors
854
855@subsubheading Colores normales
856
857La sintaxis para el uso de colores se encuentra detallada en
858@ref{Colorear objetos}.
859
860@cindex lista de colores
861@cindex colores, lista de
862
863@example
864black       white          red           green
865blue        cyan           magenta       yellow
866grey        darkred        darkgreen     darkblue
867darkcyan    darkmagenta    darkyellow
868@end example
869
870
871@subsubheading Nombre de los colores de CSS
872
873Los nombres de colores de CSS se pueden usar tal cual dentro de
874argumentos de cadena de caracteres.
875
876@example
877aliceblue       darkturquoise        lightsalmon        papayawhip
878antiquewhite    darkviolet           lightseagreen      peachpuff
879aqua            deeppink             lightskyblue       peru
880aquamarine      deepskyblue          lightslategray     pink
881azure           dimgray              lightslategrey     plum
882beige           dimgrey              lightsteelblue     powderblue
883bisque          dodgerblue           lightyellow        purple
884black           firebrick            lime               rebeccapurple
885blanchedalmond  floralwhite          limegreen          red
886blue            forestgreen          linen              rosybrown
887blueviolet      fuchsia              magenta            royalblue
888brown           gainsboro            maroon             saddlebrown
889burlywood       ghostwhite           mediumaquamarine   salmon
890cadetblue       gold                 mediumblue         sandybrown
891chartreuse      goldenrod            mediumorchid       seagreen
892chocolate       gray                 mediumpurple       seashell
893coral           green                mediumseagreen     sienna
894cornflowerblue  greenyellow          mediumslateblue    silver
895cornsilk        grey                 mediumspringgreen  skyblue
896crimson         honeydew             mediumturquoise    slateblue
897cyan            hotpink              mediumvioletred    slategray
898darkblue        indianred            midnightblue       slategrey
899darkcyan        indigo               mintcream          snow
900darkgoldenrod   ivory                mistyrose          springgreen
901darkgray        khaki                moccasin           steelblue
902darkgreen       lavender             navajowhite        tan
903darkgrey        lavenderblush        navy               teal
904darkkhaki       lawngreen            oldlace            thistle
905darkmagenta     lemonchiffon         olive              tomato
906darkolivegreen  lightblue            olivedrab          turquoise
907darkorange      lightcoral           orange             violet
908darkorchid      lightcyan            orangered          wheat
909darkred         lightgoldenrodyellow orchid             white
910darksalmon      lightgray            palegoldenrod      whitesmoke
911darkseagreen    lightgreen           palegreen          yellow
912darkslateblue   lightgrey            paleturquoise      yellowgreen
913darkslategray   lightpink            palevioletred
914darkslategrey
915@end example
916
917Las definiciones de colores de CSS difieren de los nombres de
918colores de X por los colres siguientes: @code{green}, @code{grey},
919@code{maroon}, @code{purple}.
920
921@subsubheading Nombres de los colores de X
922
923Los @uref{https://en.wikipedia.org/wiki/X11_color_names, nombres
924de los colores de X11} ofrecen un abanico de opciones más amplio
925que los nombres de CSS. Admiten distintas variantes:
926
927@itemize @bullet
928@item
929Un nombre que se escribe como una palabra única con mayúsculas
930intercaladas (p.ej. @q{LightSlateBlue}) se puede escribir también
931como palabras separadas por espacios, con o sin mayúsculas
932(p.ej. @q{light slate blue}).
933
934@item
935La palabra @q{grey} siempre se puede escribir como @q{gray}
936(p.ej. @q{DarkSlateGray}), sin ninguna diferencia en el resultado.
937
938@item
939Algunos nombres admiten un sufijo numérico
940(p.ej. @q{LightSalmon4}).
941@end itemize
942
943Las tablas siguientes presentan todos los nombres de colores que
944se pueden usar sin un sufijo numérico y después el subconjunto de
945ellos que se pueden usar con un sufijo.
946
947@subsubheading Nombres de los colores sin sufijo numérico
948
949@example
950AliceBlue       LawnGreen             OrangeRed      firebrick
951AntiqueWhite    LemonChiffon          PaleGoldenrod  gainsboro
952BlanchedAlmond  LightBlue             PaleGreen      gold
953BlueViolet      LightCoral            PaleTurquoise  goldenrod
954CadetBlue       LightCyan             PaleVioletRed  green
955CornflowerBlue  LightGoldenrod        PapayaWhip     grey
956DarkBlue        LightGoldenrodYellow  PeachPuff      honeydew
957DarkCyan        LightGreen            PowderBlue     ivory
958DarkGoldenrod   LightGrey             RosyBrown      khaki
959DarkGreen       LightPink             RoyalBlue      lavender
960DarkGrey        LightSalmon           SaddleBrown    linen
961DarkKhaki       LightSeaGreen         SandyBrown     magenta
962DarkMagenta     LightSkyBlue          SeaGreen       maroon
963DarkOliveGreen  LightSlateBlue        SkyBlue        moccasin
964DarkOrange      LightSlateGrey        SlateBlue      navy
965DarkOrchid      LightSteelBlue        SlateGrey      orange
966DarkRed         LightYellow           SpringGreen    orchid
967DarkSalmon      LimeGreen             SteelBlue      peru
968DarkSeaGreen    MediumAquamarine      VioletRed      pink
969DarkSlateBlue   MediumBlue            WhiteSmoke     plum
970DarkSlateGrey   MediumOrchid          YellowGreen    purple
971DarkTurquoise   MediumPurple          aquamarine     red
972DarkViolet      MediumSeaGreen        azure          salmon
973DeepPink        MediumSlateBlue       beige          seashell
974DeepSkyBlue     MediumSpringGreen     bisque         sienna
975DimGrey         MediumTurquoise       black          snow
976DodgerBlue      MediumVioletRed       blue           tan
977FloralWhite     MidnightBlue          brown          thistle
978ForestGreen     MintCream             burlywood      tomato
979GhostWhite      MistyRose             chartreuse     turquoise
980GreenYellow     NavajoWhite           chocolate      violet
981HotPink         NavyBlue              coral          wheat
982IndianRed       OldLace               cornsilk       white
983LavenderBlush   OliveDrab             cyan           yellow
984@end example
985
986
987@subsubheading Nombres de los colores con sufijo numérico
988
989En los nombres siguientes, el sufijo N debe ser un número entero
990entre 1 y@tie{}4, de más claro a más oscuro:
991
992@example
993AntiqueWhiteN    LightSkyBlueN    SteelBlueN   khakiN
994CadetBlueN       LightSteelBlueN  VioletRedN   magentaN
995DarkGoldenrodN   LightYellowN     aquamarineN  maroonN
996DarkOliveGreenN  MediumOrchidN    azureN       orangeN
997DarkOrangeN      MediumPurpleN    bisqueN      orchidN
998DarkOrchidN      MistyRoseN       blueN        pinkN
999DarkSeaGreenN    NavajoWhiteN     brownN       plumN
1000DeepPinkN        OliveDrabN       burlywoodN   purpleN
1001DeepSkyBlueN     OrangeRedN       chartreuseN  redN
1002DodgerBlueN      PaleGreenN       chocolateN   salmonN
1003HotPinkN         PaleTurquoiseN   coralN       seashellN
1004IndianRedN       PaleVioletRedN   cornsilkN    siennaN
1005LavenderBlushN   PeachPuffN       cyanN        snowN
1006LemonChiffonN    RosyBrownN       firebrickN   tanN
1007LightBlueN       RoyalBlueN       goldN        thistleN
1008LightCyanN       SeaGreenN        goldenrodN   tomatoN
1009LightGoldenrodN  SkyBlueN         greenN       turquoiseN
1010LightPinkN       SlateBlueN       honeydewN    wheatN
1011LightSalmonN     SpringGreenN     ivoryN       yellowN
1012@end example
1013
1014
1015@subsubheading Escala de grises
1016
1017Se puede obtener una escala de grises utilizando:
1018
1019@example
1020greyN
1021@end example
1022
1023@noindent
1024donde N es un número entre 0 y 100.
1025
1026
1027@node La tipografía Emmentaler
1028@appendixsec La tipografía Emmentaler
1029@translationof The Emmentaler font
1030
1031@cindex Emmentaler, tipografía
1032@cindex tipografía, Emmentaler
1033@cindex Feta, tipografía
1034@cindex tipografía, Feta
1035@cindex Parmesan, tipografía
1036@cindex tipografía Parmesan
1037
1038La fuente tipográfica Emmentaler consiste en dos
1039@emph{subconjuntos} de glifos.  @qq{Feta}, utilizado para la
1040notación clásica, y @qq{Parmesan}, usado para la notación de la
1041música antigua.
1042
1043Cualquier glifo que esté comprendido dentro de la tipografía
1044Emmentaler se puede acceder directamente usando elementos de
1045marcado de texto junto con el nombre del glifo (según se muestra
1046en las tablas, más adelante).  Por ejemplo:
1047
1048@example
1049g^\markup @{\musicglyph "scripts.segno" @}
1050@end example
1051
1052@noindent
1053or
1054
1055@example
1056\markup @{\musicglyph "five"@}
1057@end example
1058
1059Para ver más información, consulte @ref{Formatear el texto}.
1060
1061@menu
1062* Glifos de clave::
1063* Glifos de indicación de compás::
1064* Glifos de cifras::
1065* Glifos de alteraciones::
1066* Glifos de las cabezas de nota predeterminadas::
1067* Glifos de las cabezas de nota especiales::
1068* Glifos de las cabezas de nota con formas::
1069* Glifos de silencios::
1070* Glifos de corchetes::
1071* Glifos de puntillos::
1072* Glifos de matices dinámicos::
1073* Glifos de inscripciones::
1074* Glifos de flechas::
1075* Glifos de puntas de corchete::
1076* Glifos de pedal::
1077* Glifos de acordeón::
1078* Glifos de ligadura::
1079* Glifos de vaticana::
1080* Glifos de medicea::
1081* Glifos de Hufnagel::
1082* Glifos de mensural::
1083* Glifos de neomensural::
1084* Glifos de Petrucci::
1085* Glifos de Solesmes::
1086* Glifos de la notación del canto kievano::
1087@end menu
1088
1089
1090@node Glifos de clave
1091@unnumberedsubsec Glifos de clave
1092@translationof Clef glyphs
1093
1094@lilypond[quote]
1095\include "en/included/font-table.ly"
1096\markuplist \override-lines #'(word-space . 4)
1097            \doc-chars #clefs
1098@end lilypond
1099
1100
1101@node Glifos de indicación de compás
1102@unnumberedsubsec Glifos de indicación de compás
1103@translationof Time Signature glyphs
1104
1105@lilypond[quote]
1106\include "en/included/font-table.ly"
1107\markuplist \override-lines #'(word-space . 4)
1108            \doc-chars #timesig
1109@end lilypond
1110
1111
1112@node Glifos de cifras
1113@unnumberedsubsec Glifos de cifras
1114@translationof Number glyphs
1115
1116@lilypond[quote]
1117\include "en/included/font-table.ly"
1118\markuplist \override-lines #'(word-space . 4)
1119            \doc-chars #numbers
1120@end lilypond
1121
1122
1123@node Glifos de alteraciones
1124@unnumberedsubsec Glifos de alteraciones
1125@translationof Accidental glyphs
1126
1127@lilypond[quote]
1128\include "en/included/font-table.ly"
1129\markuplist \override-lines #'(word-space . 4)
1130            \doc-chars #accidentals
1131@end lilypond
1132
1133
1134@node Glifos de las cabezas de nota predeterminadas
1135@unnumberedsubsec Glifos de las cabezas de nota predeterminadas
1136@translationof Default Notehead glyphs
1137
1138@lilypond[quote]
1139\include "en/included/font-table.ly"
1140\markuplist \override-lines #'(word-space . 4)
1141            \doc-chars #default-noteheads
1142@end lilypond
1143
1144
1145@node Glifos de las cabezas de nota especiales
1146@unnumberedsubsec Glifos de las cabezas de nota especiales
1147@translationof Special Notehead glyphs
1148
1149@lilypond[quote]
1150\include "en/included/font-table.ly"
1151\markuplist \override-lines #'(word-space . 4)
1152            \doc-chars #special-noteheads
1153@end lilypond
1154
1155
1156@node Glifos de las cabezas de nota con formas
1157@unnumberedsubsec Glifos de las cabezas de nota con formas
1158@translationof Shape-note Notehead glyphs
1159
1160@lilypond[quote]
1161\include "en/included/font-table.ly"
1162\markuplist \override-lines #'(word-space . 4)
1163            \doc-chars #shape-note-noteheads
1164@end lilypond
1165
1166
1167@node Glifos de silencios
1168@unnumberedsubsec Glifos de silencios
1169@translationof Rest glyphs
1170
1171@lilypond[quote]
1172\include "en/included/font-table.ly"
1173\markuplist \override-lines #'(word-space . 4)
1174            \doc-chars #rests
1175@end lilypond
1176
1177
1178@node Glifos de corchetes
1179@unnumberedsubsec Glifos de corchetes
1180@translationof Flag glyphs
1181
1182@lilypond[quote]
1183\include "en/included/font-table.ly"
1184\markuplist \override-lines #'(word-space . 4)
1185            \doc-chars #flags
1186@end lilypond
1187
1188
1189@node Glifos de puntillos
1190@unnumberedsubsec Glifos de puntillos
1191@translationof Dot glyphs
1192
1193@lilypond[quote]
1194\include "en/included/font-table.ly"
1195\markuplist \override-lines #'(word-space . 4)
1196            \doc-chars #dots
1197@end lilypond
1198
1199
1200@node Glifos de matices dinámicos
1201@unnumberedsubsec Glifos de matices dinámicos
1202@translationof Dynamic glyphs
1203
1204@lilypond[quote]
1205\include "en/included/font-table.ly"
1206\markuplist \override-lines #'(word-space . 4)
1207            \doc-chars #dynamics
1208@end lilypond
1209
1210
1211@node Glifos de inscripciones
1212@unnumberedsubsec Glifos de inscripciones
1213@translationof Script glyphs
1214
1215@lilypond[quote]
1216\include "en/included/font-table.ly"
1217\markuplist \override-lines #'(word-space . 4)
1218            \doc-chars #scripts
1219@end lilypond
1220
1221
1222@node Glifos de flechas
1223@unnumberedsubsec Glifos de flechas
1224@translationof Arrowhead glyphs
1225
1226@lilypond[quote]
1227\include "en/included/font-table.ly"
1228\markuplist \override-lines #'(word-space . 4)
1229            \doc-chars #arrowheads
1230@end lilypond
1231
1232
1233@node Glifos de puntas de corchete
1234@unnumberedsubsec Glifos de puntas de corchete
1235@translationof Bracket-tip glyphs
1236
1237@lilypond[quote]
1238\include "en/included/font-table.ly"
1239\markuplist \override-lines #'(word-space . 4)
1240            \doc-chars #brackettips
1241@end lilypond
1242
1243
1244@node Glifos de pedal
1245@unnumberedsubsec Glifos de pedal
1246@translationof Pedal glyphs
1247
1248@lilypond[quote]
1249\include "en/included/font-table.ly"
1250\markuplist \override-lines #'(word-space . 4)
1251            \doc-chars #pedal
1252@end lilypond
1253
1254
1255@node Glifos de acordeón
1256@unnumberedsubsec Glifos de acordeón
1257@translationof Accordion glyphs
1258
1259@lilypond[quote]
1260\include "en/included/font-table.ly"
1261\markuplist \override-lines #'(word-space . 4)
1262            \doc-chars #accordion
1263@end lilypond
1264
1265
1266@node Glifos de ligadura
1267@unnumberedsubsec Glifos de ligadura
1268@translationof Tie glyphs
1269
1270@lilypond[quote]
1271\include "en/included/font-table.ly"
1272\markuplist \override-lines #'(word-space . 4)
1273            \doc-chars #ties
1274@end lilypond
1275
1276
1277@node Glifos de vaticana
1278@unnumberedsubsec Glifos de vaticana
1279@translationof Vaticana glyphs
1280
1281@lilypond[quote]
1282\include "en/included/font-table.ly"
1283\markuplist \override-lines #'(word-space . 4)
1284            \doc-chars #vaticana
1285@end lilypond
1286
1287
1288@node Glifos de medicea
1289@unnumberedsubsec Glifos de medicea
1290@translationof Medicaea glyphs
1291
1292@lilypond[quote]
1293\include "en/included/font-table.ly"
1294\markuplist \override-lines #'(word-space . 4)
1295            \doc-chars #medicaea
1296@end lilypond
1297
1298
1299@node Glifos de Hufnagel
1300@unnumberedsubsec Glifos de Hufnagel
1301@translationof Hufnagel glyphs
1302
1303@lilypond[quote]
1304\include "en/included/font-table.ly"
1305\markuplist \override-lines #'(word-space . 4)
1306            \doc-chars #hufnagel
1307@end lilypond
1308
1309
1310@node Glifos de mensural
1311@unnumberedsubsec Glifos de mensural
1312@translationof Mensural glyphs
1313
1314@lilypond[quote]
1315\include "en/included/font-table.ly"
1316\markuplist \override-lines #'(word-space . 4)
1317            \doc-chars #mensural
1318@end lilypond
1319
1320
1321@node Glifos de neomensural
1322@unnumberedsubsec Glifos de neomensural
1323@translationof Neomensural glyphs
1324
1325@lilypond[quote]
1326\include "en/included/font-table.ly"
1327\markuplist \override-lines #'(word-space . 4)
1328            \doc-chars #neomensural
1329@end lilypond
1330
1331
1332@node Glifos de Petrucci
1333@unnumberedsubsec Glifos de Petrucci
1334@translationof Petrucci glyphs
1335
1336@lilypond[quote]
1337\include "en/included/font-table.ly"
1338\markuplist \override-lines #'(word-space . 4)
1339            \doc-chars #petrucci
1340@end lilypond
1341
1342
1343@node Glifos de Solesmes
1344@unnumberedsubsec Glifos de Solesmes
1345@translationof Solesmes glyphs
1346
1347@lilypond[quote]
1348\include "en/included/font-table.ly"
1349\markuplist \override-lines #'(word-space . 4)
1350            \doc-chars #solesmes
1351@end lilypond
1352
1353
1354@node Glifos de la notación del canto kievano
1355@unnumberedsubsec Glifos de la notación del canto kievano
1356@translationof Kievan Notation glyphs
1357
1358@lilypond[quote]
1359\include "en/included/font-table.ly"
1360\markuplist \override-lines #'(word-space . 4)
1361	     \doc-chars #kievan
1362@end lilypond
1363
1364
1365@node Estilos de cabezas de nota
1366@appendixsec Estilos de cabezas de nota
1367@translationof Note head styles
1368
1369@cindex nota, estilo de cabeza
1370Se pueden usar los siguientes estilos para las cabezas de las
1371notas.
1372
1373@lilypondfile[noindent]{en/included/note-head-style.ly}
1374
1375
1376@node Estilos de clave
1377@appendixsec Estilos de clave
1378@translationof Clef styles
1379
1380La tabla siguiente presenta todos los estilos de clave
1381posibles y el lugar del @emph{Do central} en cada una.
1382
1383@cindex treble, clave
1384@cindex clave, treble
1385@cindex violín, clave
1386@cindex clave, violín
1387@cindex clave, Sol
1388@cindex clave, G2
1389@cindex clave, GG
1390@cindex clave, tenor Sol
1391@cindex tenor Sol, clave
1392@cindex clave, francesa
1393@cindex francesa, clave
1394@cindex clave, soprano
1395@cindex soprano, clave
1396@cindex clave, mezzosoprano
1397@cindex mezzosoprano, clave
1398@cindex clave, alto
1399@cindex alto, clave
1400@cindex clave, Do
1401@cindex Do, clave
1402@cindex clave, varC
1403@cindex varC, clave
1404@cindex clave, alto varC
1405@cindex alto varC, clave
1406@cindex clave, tenor
1407@cindex tenor, clave
1408@cindex clave, tenor varC
1409@cindex tenor varC, clave
1410@cindex clave, barítono varC
1411@cindex barítono varC, clave
1412@cindex clave, varbaritone
1413@cindex varbaritone, clave
1414@cindex clave, baritone varF
1415@cindex barítono varF, clave
1416@cindex clave, bajo
1417@cindex bajo, clave
1418@cindex clave, Fa
1419@cindex Fa, clave
1420@cindex clave, subbajo
1421@cindex subbajo, clave
1422@cindex clave, percusión
1423@cindex percusión, clave
1424@cindex clave, tablatura
1425@cindex tablatura, clave
1426@cindex clave, estilo
1427@cindex clave, música antigua
1428@cindex música antigua, claves
1429@cindex clave, Petrucci
1430@cindex clave, mensural
1431@cindex clave, blackmensural
1432@cindex clave, kievana
1433@cindex Petrucci, clave
1434@cindex mensural, clave
1435@cindex blackmensural, clave
1436@cindex kievana, clave
1437
1438@menu
1439* Claves estándar::
1440* Clave de pentagramas de percusión::
1441* Claves de pautas de tablatura::
1442* Claves de la música antigua::
1443@end menu
1444
1445@node Claves estándar
1446@unnumberedsubsec Claves estándar
1447@translationof Standard clefs
1448
1449@multitable @columnfractions .30 .2 .30 .2
1450
1451@headitem
1452Ejemplo
1453@tab
1454Salida
1455@tab
1456Ejemplo
1457@tab
1458Salida
1459
1460@item
1461@code{\clef G}
1462@tab
1463@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1464\clef G c1
1465@end lilypond
1466
1467@tab
1468@code{\clef "G2"}
1469@tab
1470@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1471\clef "G2"
1472c1
1473@end lilypond
1474
1475@item
1476@code{\clef treble}
1477@tab
1478@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1479\clef treble
1480c1
1481@end lilypond
1482
1483@tab
1484@code{\clef violin}
1485@tab
1486@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1487\clef violin
1488c1
1489@end lilypond
1490
1491@item
1492@code{\clef french}
1493@tab
1494@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1495\clef french
1496c1
1497@end lilypond
1498@tab
1499@code{\clef GG}
1500@tab
1501@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1502\clef GG
1503c1
1504@end lilypond
1505
1506@item
1507@code{\clef tenorG}
1508@tab
1509@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1510\clef tenorG
1511c1
1512@end lilypond
1513
1514@*
1515
1516@item
1517@code{\clef soprano}
1518@tab
1519@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1520\clef soprano
1521c1
1522@end lilypond
1523@tab
1524@code{\clef mezzosoprano}
1525@tab
1526@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1527\clef mezzosoprano
1528c1
1529@end lilypond
1530
1531@item
1532@code{\clef C}
1533@tab
1534@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1535\clef C
1536c1
1537@end lilypond
1538@tab
1539@code{\clef alto}
1540@tab
1541@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1542\clef alto
1543c1
1544@end lilypond
1545
1546@item
1547@code{\clef tenor}
1548@tab
1549@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1550\clef tenor
1551c1
1552@end lilypond
1553@tab
1554@code{\clef baritone}
1555@tab
1556@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1557\clef baritone
1558c1
1559@end lilypond
1560
1561@*
1562
1563@item
1564@code{\clef varC}
1565@tab
1566@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1567\clef varC
1568c1
1569@end lilypond
1570@tab
1571@code{\clef altovarC}
1572@tab
1573@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1574\clef altovarC
1575c1
1576@end lilypond
1577
1578@item
1579@code{\clef tenorvarC}
1580@tab
1581@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1582\clef tenorvarC
1583c1
1584@end lilypond
1585@tab
1586@code{\clef baritonevarC}
1587@tab
1588@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1589\clef baritonevarC
1590c1
1591@end lilypond
1592
1593@*
1594
1595@item
1596@code{\clef varbaritone}
1597@tab
1598@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1599\clef varbaritone
1600c1
1601@end lilypond
1602@tab
1603@code{\clef baritonevarF}
1604@tab
1605@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1606\clef baritonevarF
1607c1
1608@end lilypond
1609
1610@item
1611@code{\clef F}
1612@tab
1613@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1614\clef F
1615c1
1616@end lilypond
1617@tab
1618@code{\clef bass}
1619@tab
1620@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1621\clef bass
1622c1
1623@end lilypond
1624
1625@item
1626@code{\clef subbass}
1627@tab
1628@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1629\clef subbass
1630c1
1631@end lilypond
1632
1633@end multitable
1634
1635
1636@node Clave de pentagramas de percusión
1637@unnumberedsubsec Clave de pentagramas de percusión
1638@translationof Percussion staff clef
1639
1640@multitable @columnfractions .30 .2 .30 .2
1641
1642@headitem
1643Ejemplo
1644@tab
1645Salida
1646@tab
1647Ejemplo
1648@tab
1649Salida
1650
1651@item
1652@code{\clef percussion}
1653@tab
1654@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1655\clef percussion
1656c1
1657@end lilypond
1658@tab
1659@code{\clef varpercussion}
1660@tab
1661@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1662\clef varpercussion
1663c1
1664@end lilypond
1665
1666@end multitable
1667
1668
1669@node Claves de pautas de tablatura
1670@unnumberedsubsec Claves de pautas de tablatura
1671@translationof Tab staff clefs
1672
1673@multitable @columnfractions .30 .2 .30 .2
1674
1675@headitem
1676Ejemplo
1677@tab
1678Salida
1679@tab
1680Ejemplo
1681@tab
1682Salida
1683
1684@item
1685@c @example does not work as expected within multitables
1686@code{
1687\new TabStaff @{ @*
1688@ @ \clef tab @*
1689@}
1690}
1691@tab
1692@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1693\new TabStaff {
1694  \clef tab
1695  c1
1696}
1697@end lilypond
1698@tab
1699@c @example does not work as expected within multitables
1700@code{
1701\new TabStaff @{ @*
1702@ @ \clef moderntab @*
1703@}
1704}
1705@tab
1706@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1707\new TabStaff {
1708  \clef moderntab
1709  c1
1710}
1711@end lilypond
1712
1713@end multitable
1714
1715
1716@node Claves de la música antigua
1717@unnumberedsubsec Claves de la música antigua
1718@translationof Ancient music clefs
1719
1720@strong{Gregoriano}
1721
1722@multitable @columnfractions .30 .20 .30 .20
1723
1724@headitem
1725Ejemplo
1726@tab
1727Salida
1728@tab
1729Ejemplo
1730@tab
1731Salida
1732
1733@item
1734@code{\clef "vaticana-do1"}
1735@tab
1736@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1737  \override Staff.StaffSymbol.line-count = #4
1738  \override Staff.StaffSymbol.color = #red
1739  \clef "vaticana-do1"
1740  \override NoteHead.style = #'vaticana.punctum
1741  c1
1742@end lilypond
1743@tab
1744@code{\clef "vaticana-do2"}
1745@tab
1746@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1747  \override Staff.StaffSymbol.line-count = #4
1748  \override Staff.StaffSymbol.color = #red
1749  \clef "vaticana-do2"
1750  \override NoteHead.style = #'vaticana.punctum
1751  c1
1752@end lilypond
1753
1754@item
1755@code{\clef "vaticana-do3"}
1756@tab
1757@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1758  \override Staff.StaffSymbol.line-count = #4
1759  \override Staff.StaffSymbol.color = #red
1760  \clef "vaticana-do3"
1761  \override NoteHead.style = #'vaticana.punctum
1762  c1
1763@end lilypond
1764@tab
1765@code{\clef "vaticana-fa1"}
1766@tab
1767@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1768  \override Staff.StaffSymbol.line-count = #4
1769  \override Staff.StaffSymbol.color = #red
1770  \clef "vaticana-fa1"
1771  \override NoteHead.style = #'vaticana.punctum
1772  c1
1773@end lilypond
1774
1775@item
1776@code{\clef "vaticana-fa2"}
1777@tab
1778@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1779  \override Staff.StaffSymbol.line-count = #4
1780  \override Staff.StaffSymbol.color = #red
1781  \clef "vaticana-fa2"
1782  \override NoteHead.style = #'vaticana.punctum
1783  c1
1784@end lilypond
1785
1786@*
1787
1788@item
1789@code{\clef "medicaea-do1"}
1790@tab
1791@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1792  \override Staff.StaffSymbol.line-count = #4
1793  \override Staff.StaffSymbol.color = #red
1794  \clef "medicaea-do1"
1795  \override NoteHead.style = #'medicaea.punctum
1796  c1
1797@end lilypond
1798@tab
1799@code{\clef "medicaea-do2"}
1800@tab
1801@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1802  \override Staff.StaffSymbol.line-count = #4
1803  \override Staff.StaffSymbol.color = #red
1804  \clef "medicaea-do2"
1805  \override NoteHead.style = #'medicaea.punctum
1806  c1
1807@end lilypond
1808
1809@item
1810@code{\clef "medicaea-do3"}
1811@tab
1812@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1813  \override Staff.StaffSymbol.line-count = #4
1814  \override Staff.StaffSymbol.color = #red
1815  \clef "medicaea-do3"
1816  \override NoteHead.style = #'medicaea.punctum
1817  c1
1818@end lilypond
1819@tab
1820@code{\clef "medicaea-fa1"}
1821@tab
1822@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1823  \override Staff.StaffSymbol.line-count = #4
1824  \override Staff.StaffSymbol.color = #red
1825  \clef "medicaea-fa1"
1826  \override NoteHead.style = #'medicaea.punctum
1827  c1
1828@end lilypond
1829
1830@item
1831@code{\clef "medicaea-fa2"}
1832@tab
1833@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1834  \override Staff.StaffSymbol.line-count = #4
1835  \override Staff.StaffSymbol.color = #red
1836  \clef "medicaea-fa2"
1837  \override NoteHead.style = #'medicaea.punctum
1838  c1
1839@end lilypond
1840
1841@*
1842
1843@item
1844@code{\clef "hufnagel-do1"}
1845@tab
1846@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1847  \override Staff.StaffSymbol.line-count = #4
1848  \override Staff.StaffSymbol.color = #red
1849  \clef "hufnagel-do1"
1850  \override NoteHead.style = #'hufnagel.punctum
1851  c1
1852@end lilypond
1853@tab
1854@code{\clef "hufnagel-do2"}
1855@tab
1856@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1857  \override Staff.StaffSymbol.line-count = #4
1858  \override Staff.StaffSymbol.color = #red
1859  \clef "hufnagel-do2"
1860  \override NoteHead.style = #'hufnagel.punctum
1861  c1
1862@end lilypond
1863
1864@item
1865@code{\clef "hufnagel-do3"}
1866@tab
1867@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1868  \override Staff.StaffSymbol.line-count = #4
1869  \override Staff.StaffSymbol.color = #red
1870  \clef "hufnagel-do3"
1871  \override NoteHead.style = #'hufnagel.punctum
1872  c1
1873@end lilypond
1874@tab
1875@code{\clef "hufnagel-fa1"}
1876@tab
1877@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1878  \override Staff.StaffSymbol.line-count = #4
1879  \override Staff.StaffSymbol.color = #red
1880  \clef "hufnagel-fa1"
1881  \override NoteHead.style = #'hufnagel.punctum
1882  c1
1883@end lilypond
1884
1885@item
1886@code{\clef "hufnagel-fa2"}
1887@tab
1888@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1889  \override Staff.StaffSymbol.line-count = #4
1890  \override Staff.StaffSymbol.color = #red
1891  \clef "hufnagel-fa2"
1892  \override NoteHead.style = #'hufnagel.punctum
1893  c1
1894@end lilypond
1895@tab
1896@code{\clef @* "hufnagel-do-fa"}
1897@tab
1898@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1899  \override Staff.StaffSymbol.line-count = #5
1900  \override Staff.StaffSymbol.color = #red
1901  \clef "hufnagel-do-fa"
1902  \override NoteHead.style = #'hufnagel.punctum
1903  c1
1904@end lilypond
1905
1906@end multitable
1907
1908
1909@strong{Mensural}
1910
1911@multitable @columnfractions .30 .2 .30 .2
1912
1913@headitem
1914Ejemplo
1915@tab
1916Salida
1917@tab
1918Ejemplo
1919@tab
1920Salida
1921
1922@item
1923@code{\clef "mensural-c1"}
1924@tab
1925@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1926  \clef "mensural-c1"
1927  \override NoteHead.style = #'mensural
1928  c1
1929@end lilypond
1930@tab
1931@code{\clef "mensural-c2"}
1932@tab
1933@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1934  \clef "mensural-c2"
1935  \override NoteHead.style = #'mensural
1936  c1
1937@end lilypond
1938
1939@item
1940@code{\clef "mensural-c3"}
1941@tab
1942@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1943  \clef "mensural-c3"
1944  \override NoteHead.style = #'mensural
1945  c1
1946@end lilypond
1947@tab
1948@code{\clef "mensural-c4"}
1949@tab
1950@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1951  \clef "mensural-c4"
1952  \override NoteHead.style = #'mensural
1953  c1
1954@end lilypond
1955
1956@item
1957@code{\clef "mensural-c5"}
1958@tab
1959@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1960  \clef "mensural-c5"
1961  \override NoteHead.style = #'mensural
1962  c1
1963@end lilypond
1964
1965@*
1966
1967@item
1968@code{\clef "mensural-f"}
1969@tab
1970@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1971  \clef "mensural-f"
1972  \override NoteHead.style = #'mensural
1973  c1
1974@end lilypond
1975@tab
1976@code{\clef "mensural-g"}
1977@tab
1978@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1979  \clef "mensural-g"
1980  \override NoteHead.style = #'mensural
1981  c1
1982@end lilypond
1983
1984@*
1985
1986@item
1987@code{\clef "blackmensural-c1"}
1988@tab
1989@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1990  \clef "blackmensural-c1"
1991  \override NoteHead.style = #'blackmensural
1992  c1
1993@end lilypond
1994@tab
1995@code{\clef "blackmensural-c2"}
1996@tab
1997@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
1998  \clef "blackmensural-c2"
1999  \override NoteHead.style = #'blackmensural
2000  c1
2001@end lilypond
2002
2003@item
2004@code{\clef "blackmensural-c3"}
2005@tab
2006@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2007  \clef "blackmensural-c3"
2008  \override NoteHead.style = #'blackmensural
2009  c1
2010@end lilypond
2011@tab
2012@code{\clef "blackmensural-c4"}
2013@tab
2014@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2015  \clef "blackmensural-c4"
2016  \override NoteHead.style = #'blackmensural
2017  c1
2018@end lilypond
2019
2020@item
2021@code{\clef "blackmensural-c5"}
2022@tab
2023@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2024  \clef "blackmensural-c5"
2025  \override NoteHead.style = #'blackmensural
2026  c1
2027@end lilypond
2028
2029@*
2030
2031@item
2032@code{\clef "neomensural-c1"}
2033@tab
2034@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2035  \clef "neomensural-c1"
2036  \override NoteHead.style = #'neomensural
2037  c1
2038@end lilypond
2039@tab
2040@code{\clef "neomensural-c2"}
2041@tab
2042@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2043  \clef "neomensural-c2"
2044  \override NoteHead.style = #'neomensural
2045  c1
2046@end lilypond
2047
2048@item
2049@code{\clef "neomensural-c3"}
2050@tab
2051@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2052  \clef "neomensural-c3"
2053  \override NoteHead.style = #'neomensural
2054  c1
2055@end lilypond
2056@tab
2057@code{\clef "neomensural-c4"}
2058@tab
2059@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2060  \clef "neomensural-c4"
2061  \override NoteHead.style = #'neomensural
2062  c1
2063@end lilypond
2064
2065@item
2066@code{\clef "neomensural-c5"}
2067@tab
2068@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2069  \clef "neomensural-c5"
2070  \override NoteHead.style = #'neomensural
2071  c1
2072@end lilypond
2073
2074@*
2075
2076@item
2077@code{\clef "petrucci-c1"}
2078@tab
2079@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2080  \clef "petrucci-c1"
2081  \override NoteHead.style = #'petrucci
2082  c1
2083@end lilypond
2084@tab
2085@code{\clef "petrucci-c2"}
2086@tab
2087@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2088  \clef "petrucci-c2"
2089  \override NoteHead.style = #'petrucci
2090  c1
2091@end lilypond
2092
2093@item
2094@code{\clef "petrucci-c3"}
2095@tab
2096@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2097  \clef "petrucci-c3"
2098  \override NoteHead.style = #'petrucci
2099  c1
2100@end lilypond
2101@tab
2102@code{\clef "petrucci-c4"}
2103@tab
2104@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2105  \clef "petrucci-c4"
2106  \override NoteHead.style = #'petrucci
2107  c1
2108@end lilypond
2109
2110@item
2111@code{\clef "petrucci-c5"}
2112@tab
2113@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2114  \clef "petrucci-c5"
2115  \override NoteHead.style = #'petrucci
2116  c1
2117@end lilypond
2118
2119@*
2120
2121@item
2122@code{\clef "petrucci-f"}
2123@tab
2124@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2125  \clef "petrucci-f"
2126  \override NoteHead.style = #'petrucci
2127  c1
2128@end lilypond
2129@tab
2130@code{\clef "petrucci-f2"}
2131@tab
2132@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2133  \clef "petrucci-f2"
2134  \override NoteHead.style = #'petrucci
2135  c1
2136@end lilypond
2137
2138@item
2139@code{\clef "petrucci-f3"}
2140@tab
2141@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2142  \clef "petrucci-f3"
2143  \override NoteHead.style = #'petrucci
2144  c1
2145@end lilypond
2146@tab
2147@code{\clef "petrucci-f4"}
2148@tab
2149@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2150  \clef "petrucci-f4"
2151  \override NoteHead.style = #'petrucci
2152  c1
2153@end lilypond
2154
2155@item
2156@code{\clef "petrucci-f5"}
2157@tab
2158@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2159  \clef "petrucci-f5"
2160  \override NoteHead.style = #'petrucci
2161  c1
2162@end lilypond
2163
2164@*
2165
2166@item
2167@code{\clef "petrucci-g1"}
2168@tab
2169@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2170  \clef "petrucci-g1"
2171  \override NoteHead.style = #'petrucci
2172  c1
2173@end lilypond
2174@tab
2175@code{\clef "petrucci-g2"}
2176@tab
2177@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2178  \clef "petrucci-g2"
2179  \override NoteHead.style = #'petrucci
2180  c1
2181@end lilypond
2182
2183@item
2184@code{\clef "petrucci-g"}
2185@tab
2186@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2187  \clef "petrucci-g"
2188  \override NoteHead.style = #'petrucci
2189  c1
2190@end lilypond
2191
2192@end multitable
2193
2194
2195@strong{Kievanas}
2196
2197@multitable @columnfractions .30 .2 .30 .2
2198
2199@headitem
2200Ejemplo
2201@tab
2202Salida
2203@tab
2204@c Example
2205@tab
2206@c Output
2207
2208
2209@item
2210@code{\clef "kievan-do"}
2211@tab
2212@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
2213  \clef "kievan-do"
2214  \override NoteHead.style = #'kievan
2215  c1
2216@end lilypond
2217
2218@end multitable
2219
2220
2221@node Instrucciones de marcado de texto
2222@appendixsec Instrucciones de marcado de texto
2223@translationof Text markup commands
2224
2225@ignore
2226All the .tely files included in this appendix are automatically
2227generated from source files during the build.
2228For translators: you cannot translate the content of these files.
2229@end ignore
2230
2231@include en/markup-commands.tely
2232
2233
2234@node Instrucciones de listas de marcado de texto
2235@appendixsec Instrucciones de listas de marcado de texto
2236@translationof Text markup list commands
2237
2238Se puede usar cualquiera de las siguientes instrucciones con
2239@code{\markuplist}:
2240
2241@include en/markup-list-commands.tely
2242
2243
2244@node Lista de caracteres especiales
2245@appendixsec Lista de caracteres especiales
2246@translationof List of special characters
2247
2248Se pueden usar las siguientes referencias a carcteres especiales;
2249para ver más detalles, consulte @ref{Alias de ASCII}.
2250
2251Se usa la sintaxis del HTML y casi todas estas referencias son las
2252mismas que en el HTML.  El resto están inspiradas en @LaTeX{}.
2253
2254Los caracteres están enmarcados en un rectángulo de forma que
2255pueda verse el tamaño que tienen. Se ha añadido un pequeño relleno
2256de separación entre el carácter y el rectángulo para mejorar la
2257legibilidad.
2258
2259@lilypond[quote]
2260\include "special-characters.ly"
2261@end lilypond
2262
2263
2264@node Lista de articulaciones
2265@appendixsec Lista de articulaciones
2266@translationof List of articulations
2267
2268@cindex articulaciones
2269@cindex post-eventos
2270@cindex inscripciones textuales
2271
2272En la lógica interna de LilyPond, una @q{articulación} es
2273cualquier objeto (que no sea una indicación de matiz dinámico) que
2274puede ser adosado directamente después de un evento rítmico (o con
2275una duración): notas, acordes; incluso silencios y saltos, o el
2276artificio de acorde vacío @code{<>} (véase
2277@rlearning{Estructura de un elemento de nota}).  Incluso las
2278ligaduras de expresión, las digitaciones y las inscripciones
2279textuales son técnicamente articulaciones, aunque estas no se
2280muestran aquí.
2281
2282Por tanto, las listas que aparecen a continuación incluyen no solo
2283las marcas de articulación, sino también todos los demás elementos
2284textuales dentro de la tipografía Emmentaler que pueden ser
2285adosados a notas (la forma en que se inserta un acento como
2286@samp{c'\accent} o como @samp{c'->}).  Cada ejemplo muestra la
2287inscripción en sus dos posibles posiciones verticales:
2288respectivamente, @emph{superior} e @emph{inferior}, así como su
2289posición por defecto (@emph{neutra}).  Consulte también
2290@ref{Glifos de inscripciones} para ver una lista más completa de
2291glifos, para su utilización con la instrucción de marcado
2292@code{\musicglyph} tal y como se explica en
2293@ref{Notación musical dentro de elementos de marcado}.
2294
2295@c Articulations and ornamentations
2296@c Fingering instructions (for "thumb")
2297@c Common notation for unfretted strings
2298@c   Bowing indications
2299@c   Harmonics
2300@c   Snap (Bartók) pizzicato
2301@c Custom percussion staves (for "halfopen" and "stopped")
2302@c References for wind instruments (for "open"/"stopped")
2303
2304
2305@menu
2306* Indicaciones de articulación::
2307* Indicaciones de adornos::
2308* Indicaciones de calderón::
2309* Indicaciones específicas de ciertos instrumentos::
2310* Indicaciones de repetición::
2311* Indicaciones antiguas::
2312@end menu
2313
2314@ignore
2315The @multitable @columnfraction value discrepancy between the first and
2316the remaining columns is deliberate; it seems (at least visually
2317anyway) the gap (after building the documentation) between first and
2318second column examples was always larger than between the remaining
2319columns - JL
2320@end ignore
2321
2322@funindex \accent
2323@funindex ->
2324@funindex \espressivo
2325@funindex \marcato
2326@funindex -^
2327@funindex \portato
2328@funindex -_
2329@funindex \staccatissimo
2330@funindex -!
2331@funindex \staccato
2332@funindex -.
2333@funindex \tenuto
2334@funindex --
2335@cindex @q{acento}, articulación
2336@cindex articulación, acento
2337@cindex @q{espressivo}, articulación
2338@cindex articulación, espressivo
2339@cindex @q{marcato}, articulación
2340@cindex articulación, marcato
2341@cindex @q{portato}, articulación
2342@cindex articulación, portato
2343@cindex @q{staccatissimo}, articulación
2344@cindex articulación, staccatissimo
2345@cindex @q{staccato}, articulación
2346@cindex articulación, staccato
2347@cindex @q{tenuto}, articulación
2348@cindex articulación, tenuto
2349
2350@node Indicaciones de articulación
2351@unnumberedsubsec Indicaciones de articulación
2352@translationof Articulation scripts
2353
2354@multitable @columnfractions .22 .25 .25 .25
2355
2356@item
2357@code{\accent} o @code{->}
2358@lilypond[notime,relative=2]
2359f^\accent e,_\accent b'\accent
2360@end lilypond
2361@tab
2362@code{\espressivo}
2363@lilypond[notime,relative=2]
2364f^\espressivo e,_\espressivo b'\espressivo
2365@end lilypond
2366@tab
2367@code{\marcato} o @code{-^}
2368@lilypond[notime,relative=2]
2369f^\marcato e,_\marcato b'\marcato
2370@end lilypond
2371@tab
2372@code{\portato} o @code{-_}
2373@lilypond[notime,relative=2]
2374f^\portato e,_\portato b'\portato
2375@end lilypond
2376
2377@item
2378@code{\staccatissimo}@tie{}o@tie{}@code{-!}
2379@lilypond[notime,relative=2]
2380f^\staccatissimo e,_\staccatissimo b'\staccatissimo
2381@end lilypond
2382@tab
2383
2384@c These additional spaces improve the PDF version,
2385@c without affecting the HTML rendering. -vv
2386
2387@code{    \staccato} o @code{-.}
2388@lilypond[notime,relative=2]
2389f^\staccato e,_\staccato b'\staccato
2390@end lilypond
2391@tab
2392@code{\tenuto} o @code{--}
2393@lilypond[notime,relative=2]
2394f^\tenuto e,_\tenuto b'\tenuto
2395@end lilypond
2396
2397@end multitable
2398
2399@funindex \prall
2400@funindex \prallup
2401@funindex \pralldown
2402@funindex \upprall
2403@funindex \downprall
2404@funindex \prallprall
2405@funindex \lineprall
2406@funindex \prallmordent
2407@funindex \mordent
2408@funindex \upmordent
2409@funindex \downmordent
2410@funindex \trill
2411@funindex \turn
2412@funindex \reverseturn
2413@funindex \slashturn
2414@funindex \haydnturn
2415@cindex @q{grupeto circular barrado}, ornamento
2416@cindex @q{grupeto circular de Haydn}, ornamento
2417@cindex @q{grupeto circular invertido}, ornamento
2418@cindex @q{grupeto circular}, ornamento
2419@cindex @q{mordente descendente}, ornamento
2420@cindex @q{mordente, ascendente}, ornamento
2421@cindex @q{mordente, descendente}, ornamento
2422@cindex @q{mordente}, ornamento
2423@cindex @q{semitrino ascendente}, ornamento
2424@cindex @q{semitrino descendente}, ornamento
2425@cindex @q{semitrino, ascendente}, ornamento
2426@cindex @q{semitrino, descendente}, ornamento
2427@cindex @q{semitrino, largo}, ornamento
2428@cindex @q{semitrino}, ornamento
2429@cindex @q{trino}, ornamento
2430@cindex ornamento, grupeto circular
2431@cindex ornamento, grupeto circular de Haydn
2432@cindex ornamento, grupeto circular invertido
2433@cindex ornamento, mordente
2434@cindex ornamento, mordente, descendente
2435@cindex ornamento, mordente, ascendente
2436@cindex ornamento, semitrino
2437@cindex ornamento, semitrino, ascendente
2438@cindex ornamento, semitrino, descendente
2439@cindex ornamento, semitrino, largo
2440@cindex ornamento, trino
2441
2442@node Indicaciones de adornos
2443@unnumberedsubsec Indicaciones de adornos
2444@translationof Ornament scripts
2445
2446@multitable @columnfractions .22 .25 .25 .25
2447
2448@item
2449@code{\prall}
2450@lilypond[notime,relative=2]
2451f^\prall e,_\prall b'\prall
2452@end lilypond
2453@tab
2454@code{\prallup}
2455@lilypond[notime,relative=2]
2456f^\prallup e,_\prallup b'\prallup
2457@end lilypond
2458@tab
2459@code{\pralldown}
2460@lilypond[notime,relative=2]
2461f^\pralldown e,_\pralldown b'\pralldown
2462@end lilypond
2463@tab
2464@code{\upprall}
2465@lilypond[notime,relative=2]
2466f^\upprall e,_\upprall b'\upprall
2467@end lilypond
2468
2469@item
2470@code{\downprall}
2471@lilypond[notime,relative=2]
2472f^\downprall e,_\downprall b'\downprall
2473@end lilypond
2474@tab
2475@code{\prallprall}
2476@lilypond[notime,relative=2]
2477f^\prallprall e,_\prallprall b'\prallprall
2478@end lilypond
2479@tab
2480@code{\lineprall}
2481@lilypond[notime,relative=2]
2482f^\lineprall e,_\lineprall b'\lineprall
2483@end lilypond
2484@tab
2485@code{\prallmordent}
2486@lilypond[notime,relative=2]
2487f^\prallmordent e,_\prallmordent b'\prallmordent
2488@end lilypond
2489
2490@item
2491@code{\mordent}
2492@lilypond[notime,relative=2]
2493f^\mordent e,_\mordent b'\mordent
2494@end lilypond
2495@tab
2496@code{\upmordent}
2497@lilypond[notime,relative=2]
2498f^\upmordent e,_\upmordent b'\upmordent
2499@end lilypond
2500@tab
2501@code{\downmordent}
2502@lilypond[notime,relative=2]
2503f^\downmordent e,_\downmordent b'\downmordent
2504@end lilypond
2505@tab
2506@code{\trill}
2507@lilypond[notime,relative=2]
2508f^\trill e,_\trill b'\trill
2509@end lilypond
2510
2511@item
2512@code{\turn}
2513@lilypond[notime,relative=2]
2514f^\turn e,_\turn b'\reverseturn
2515@end lilypond
2516@tab
2517@code{\reverseturn}
2518@lilypond[notime,relative=2]
2519f^\reverseturn e,_\reverseturn b'\reverseturn
2520@end lilypond
2521@tab
2522@code{\slashturn}
2523@lilypond[notime,relative=2]
2524f^\slashturn e,_\slashturn b'\slashturn
2525@end lilypond
2526@tab
2527@code{\haydnturn}
2528@lilypond[notime,relative=2]
2529f^\haydnturn e,_\haydnturn b'\haydnturn
2530@end lilypond
2531
2532@end multitable
2533
2534@funindex \fermata
2535@funindex \shortfermata
2536@funindex \longfermata
2537@funindex \veryshortfermata
2538@funindex \verylongfermata
2539@funindex \henzeshortfermata
2540@funindex \henzelongfermata
2541@cindex Henze, calderón de
2542@cindex calderón de Henze
2543@cindex calderón o fermata
2544@cindex calderón, corto
2545@cindex calderón, largo
2546@cindex corto, calderón
2547@cindex fermata o calderón
2548@cindex largo, calderón
2549
2550@node Indicaciones de calderón
2551@unnumberedsubsec Indicaciones de calderón
2552@translationof Fermata scripts
2553
2554@multitable @columnfractions .22 .25 .25 .25
2555
2556@item
2557@code{\veryshortfermata}
2558@lilypond[notime,relative=2]
2559f^\veryshortfermata e,_\veryshortfermata b'\veryshortfermata
2560@end lilypond
2561@tab
2562@code{\shortfermata}
2563@lilypond[notime,relative=2]
2564f^\shortfermata e,_\shortfermata b'\shortfermata
2565@end lilypond
2566@tab
2567@code{\fermata}
2568@lilypond[notime,relative=2]
2569f^\fermata e,_\fermata b'\fermata
2570@end lilypond
2571@tab
2572@code{\longfermata}
2573@lilypond[notime,relative=2]
2574f^\longfermata e,_\longfermata b'\longfermata
2575@end lilypond
2576
2577@item
2578@code{\verylongfermata}
2579@lilypond[notime,relative=2]
2580f^\verylongfermata e,_\verylongfermata b'\verylongfermata
2581@end lilypond
2582@tab
2583@code{\henzeshortfermata}
2584@lilypond[notime,relative=2]
2585f^\henzeshortfermata e,_\henzeshortfermata b'\henzeshortfermata
2586@end lilypond
2587@tab
2588@code{\henzelongfermata}
2589@lilypond[notime,relative=2]
2590f^\henzelongfermata e,_\henzelongfermata b'\henzelongfermata
2591@end lilypond
2592
2593@end multitable
2594
2595@funindex \upbow
2596@funindex \downbow
2597@funindex \flageolet
2598@funindex \open
2599@funindex \halfopen
2600@funindex \lheel
2601@funindex \rheel
2602@funindex \ltoe
2603@funindex \rtoe
2604@funindex \snappizzicato
2605@funindex \stopped
2606@funindex -+
2607@cindex @q{abierta}, articulación
2608@cindex @q{arco abajo}, indicación de arco
2609@cindex @q{arco arriba}, indicación de arco
2610@cindex @q{flageolet}, armónicos de
2611@cindex @q{pulgar}, digitación
2612@cindex @q{punta}, indicación de pedal
2613@cindex @q{semiabierta}, articulación
2614@cindex @q{snappizzicato}, signo de
2615@cindex @q{talón}, indicación de pedal
2616@cindex @q{tapada}, articulación
2617@cindex arco abajo
2618@cindex arco arriba
2619@cindex armónicos de flageolet
2620@cindex articulación, abierta
2621@cindex articulación, semiabierta
2622@cindex articulación, tapada
2623@cindex digitación, pulgar
2624@cindex pedal, indicación, punta
2625@cindex pedal, indicación, talón
2626@cindex pedal, indicación, órgano
2627@cindex pie, marca de
2628@cindex signo, snappizzicato
2629@cindex órgano, indicación de pedal
2630
2631@node Indicaciones específicas de ciertos instrumentos
2632@unnumberedsubsec Indicaciones específicas de ciertos instrumentos
2633@translationof Instrument-specific scripts
2634
2635@multitable @columnfractions .22 .25 .25 .25
2636
2637@item
2638@code{\upbow}
2639@lilypond[notime,relative=2]
2640f^\upbow e,_\upbow b'\upbow
2641@end lilypond
2642@tab
2643@code{\downbow}
2644@lilypond[notime,relative=2]
2645f^\downbow e,_\downbow b'\downbow
2646@end lilypond
2647@tab
2648@code{\flageolet}
2649@lilypond[notime,relative=2]
2650f^\flageolet e,_\flageolet b'\flageolet
2651@end lilypond
2652@tab
2653@code{\open}
2654@lilypond[notime,relative=2]
2655f^\open e,_\open b'\open
2656@end lilypond
2657
2658@item
2659@code{\halfopen}
2660@lilypond[notime,relative=2]
2661f^\halfopen e,_\halfopen b'\halfopen
2662@end lilypond
2663@tab
2664@code{\lheel}
2665@lilypond[notime,relative=2]
2666f^\lheel e,_\lheel b'\lheel
2667@end lilypond
2668@tab
2669@code{\rheel}
2670@lilypond[notime,relative=2]
2671f^\rheel e,_\rheel b'\rheel
2672@end lilypond
2673@tab
2674@code{\ltoe}
2675@lilypond[notime,relative=2]
2676f^\ltoe e,_\ltoe b'\ltoe
2677@end lilypond
2678
2679@item
2680@code{\rtoe}
2681@lilypond[notime,relative=2]
2682f^\rtoe e,_\rtoe b'\rtoe
2683@end lilypond
2684@tab
2685@code{\snappizzicato}
2686@lilypond[notime,relative=2]
2687f^\snappizzicato e,_\snappizzicato b'\snappizzicato
2688@end lilypond
2689@tab
2690@code{\stopped} or @code{-+}
2691@lilypond[notime,relative=2]
2692f^\stopped e,_\stopped b'\stopped
2693@end lilypond
2694@tab
2695@code{\thumb}
2696@lilypond[notime,relative=2]
2697f^\thumb e,_\thumb b'\thumb
2698@end lilypond
2699
2700@end multitable
2701
2702@funindex \segno
2703@funindex \coda
2704@funindex \varcoda
2705@cindex @q{coda de variación}, signo
2706@cindex @q{coda}, signo
2707@cindex @q{segno}, signo
2708@cindex signo, coda
2709@cindex signo, coda de variación
2710@cindex signo, segno
2711
2712@node Indicaciones de repetición
2713@unnumberedsubsec Indicaciones de repetición
2714@translationof Repeat sign scripts
2715
2716@multitable @columnfractions .22 .25 .25 .25
2717
2718@item
2719@code{\segno}
2720@lilypond[notime,relative=2]
2721f^\segno e,_\segno b'\segno
2722@end lilypond
2723@tab
2724@code{\coda}
2725@lilypond[notime,relative=2]
2726f^\coda e,_\coda b'\coda
2727@end lilypond
2728@tab
2729@code{\varcoda}
2730@lilypond[notime,relative=2]
2731f^\varcoda e,_\varcoda b'\varcoda
2732@end lilypond
2733
2734@end multitable
2735
2736@funindex \accentus
2737@funindex \circulus
2738@funindex \ictus
2739@funindex \semicirculus
2740@funindex \signumcongruentiae
2741@cindex @q{accentus}, articulación, gregoriana
2742@cindex @q{circulus}, articulación, gregoriana
2743@cindex @q{ictus}, articulación, gregoriana
2744@cindex @q{semicirculus}, articulación, gregoriana
2745@cindex @q{signum congruentiae}, notación mensural
2746@cindex articulación, gregoriana, accentus
2747@cindex articulación, gregoriana, circulus
2748@cindex articulación, gregoriana, ictus
2749@cindex articulación, gregoriana, semicirculus
2750@cindex gregoriano, articulación, accentus
2751@cindex gregoriano, articulación, circulus
2752@cindex gregoriano, articulación, ictus
2753@cindex gregoriano, articulación, semicirculus
2754@cindex mensural, notación, signum congruentiae
2755
2756@node Indicaciones antiguas
2757@unnumberedsubsec Indicaciones antiguas
2758@translationof Ancient scripts
2759
2760@multitable @columnfractions .22 .25 .25 .25
2761
2762@item
2763@code{\accentus}
2764@lilypond[notime]
2765\include "gregorian.ly"
2766\new VaticanaStaff { e'^\accentus s4 f_\accentus s4 b\accentus}
2767@end lilypond
2768@tab
2769@code{\circulus}
2770@lilypond[notime]
2771\include "gregorian.ly"
2772\new VaticanaStaff { e'^\circulus s4 f_\circulus s4 b\circulus  }
2773@end lilypond
2774@tab
2775@code{\ictus}
2776@lilypond[notime]
2777\include "gregorian.ly"
2778\new VaticanaStaff { e'^\ictus s4 f_\ictus s4 b\ictus}
2779@end lilypond
2780
2781@item
2782@code{\semicirculus}
2783@lilypond[notime]
2784\include "gregorian.ly"
2785\new VaticanaStaff {
2786  e'^\semicirculus s4 f_\semicirculus s4 b\semicirculus
2787}
2788@end lilypond
2789@tab
2790@code{\signumcongruentiae}
2791@lilypond[notime]
2792\include "gregorian.ly"
2793\new VaticanaStaff {
2794  e'^\signumcongruentiae s4
2795  f_\signumcongruentiae s4
2796  b\signumcongruentiae
2797}
2798@end lilypond
2799
2800@end multitable
2801
2802@cindex abierto, high hat
2803@cindex agogó
2804@cindex bajo
2805@cindex bajo acústico
2806@cindex bongó
2807@cindex bongó abierto
2808@cindex bongó agudo
2809@cindex bongó grave
2810@cindex bongó tapado
2811@cindex cabasa
2812@cindex caja
2813@cindex caja acústica
2814@cindex caja china
2815@cindex caja electrónica
2816@cindex campana
2817@cindex cencerro
2818@cindex claves
2819@cindex conga
2820@cindex conga abierta
2821@cindex conga aguda
2822@cindex conga grave
2823@cindex conga tapada
2824@cindex cuica
2825@cindex guiro
2826@cindex high hat
2827@cindex high hat, de pedal
2828@cindex high hat, abierto
2829@cindex high hat, semiabierto
2830@cindex maracas
2831@cindex palmas
2832@cindex pandereta
2833@cindex pedal, high hat
2834@cindex percusión
2835@cindex platillo
2836@cindex platillo, chino
2837@cindex platillo, ride
2838@cindex platillo, splash
2839@cindex platillos, varios
2840@cindex semiabierto, high hat
2841@cindex sidestick
2842@cindex silbato
2843@cindex tam tam
2844@cindex timbala
2845@cindex timbala abierta
2846@cindex timbala aguda
2847@cindex timbala grave
2848@cindex timbala tapada
2849@cindex tom tom
2850@cindex tom tom agudo
2851@cindex tom tom de suelo
2852@cindex tom tom grave
2853@cindex tom tom medio
2854@cindex triángulo
2855@cindex vibraslap
2856
2857@node Notas de percusión
2858@appendixsec Notas de percusión
2859@translationof Percussion notes
2860
2861@multitable @columnfractions .22 .25 .25 .25
2862
2863@item
2864@code{bassdrum @* bd @*}
2865@lilypond[notime,ragged-right]
2866\drums { bd4 bd1 }
2867@end lilypond
2868@tab
2869@code{acousticbassdrum @* bda @*}
2870@lilypond[notime,ragged-right]
2871\drums { bda4 bda1 }
2872@end lilypond
2873@tab
2874@code{snare @* sn @*}
2875@lilypond[notime,ragged-right]
2876\drums { sn4 sn1 }
2877@end lilypond
2878@tab
2879@code{acousticsnare @* sna @*}
2880@lilypond[notime,ragged-right]
2881\drums { sna4 sna1 }
2882@end lilypond
2883
2884@item
2885@code{electricsnare @* sne @*}
2886@lilypond[notime,ragged-right]
2887\drums { sne4 sne1 }
2888@end lilypond
2889@tab
2890@code{lowfloortom @* tomfl @*}
2891@lilypond[notime,ragged-right]
2892\drums { tomfl4 tomfl1 }
2893@end lilypond
2894@tab
2895@code{highfloortom @* tomfh @*}
2896@lilypond[notime,ragged-right]
2897\drums { tomfh4 tomfh1 }
2898@end lilypond
2899@tab
2900@code{lowtom @* toml @*}
2901@lilypond[notime,ragged-right]
2902\drums { toml4 toml1 }
2903@end lilypond
2904
2905@item
2906@code{hightom @* tomh @*}
2907@lilypond[notime,ragged-right]
2908\drums { tomh4 tomh1 }
2909@end lilypond
2910@tab
2911@code{lowmidtom @* tomml @*}
2912@lilypond[notime,ragged-right]
2913\drums { tomml4 tomml1 }
2914@end lilypond
2915@tab
2916@code{himidtom @* tommh @*}
2917@lilypond[notime,ragged-right]
2918\drums { tommh4 tommh1 }
2919@end lilypond
2920@tab
2921@code{highhat @* hh @*}
2922@lilypond[notime,ragged-right]
2923\drums { hh4 hh1 }
2924@end lilypond
2925
2926@item
2927@code{closedhihat @* hhc @*}
2928@lilypond[notime,ragged-right]
2929\drums { hhc4 hhc1 }
2930@end lilypond
2931@tab
2932@code{openhighhat @* hho @*}
2933@lilypond[notime,ragged-right]
2934\drums { hho4 hho1 }
2935@end lilypond
2936@tab
2937@code{halfopenhihat @* hhho @*}
2938@lilypond[notime,ragged-right]
2939\drums { hhho4 hhho1 }
2940@end lilypond
2941@tab
2942@code{pedalhihat @* hhp @*}
2943@lilypond[notime,ragged-right]
2944\drums { hhp4 hhp1 }
2945@end lilypond
2946
2947
2948@item
2949@code{crashcymbal @* cymc @*}
2950@lilypond[notime,ragged-right]
2951\drums { cymc4 cymc1 }
2952@end lilypond
2953@tab
2954@code{crashcymbala @* cymca @*}
2955@lilypond[notime,ragged-right]
2956\drums { cymca4 cymca1 }
2957@end lilypond
2958@tab
2959@code{crashcymbalb @* cymcb @*}
2960@lilypond[notime,ragged-right]
2961\drums { cymcb4 cymcb1 }
2962@end lilypond
2963@tab
2964@code{ridecymbal @* cymr @*}
2965@lilypond[notime,ragged-right]
2966\drums { cymr4 cymr1 }
2967@end lilypond
2968
2969@item
2970@code{ridecymbala @* cymra @*}
2971@lilypond[notime,ragged-right]
2972\drums { cymra4 cymra1 }
2973@end lilypond
2974@tab
2975@code{ridecymbalb @* cymrb @*}
2976@lilypond[notime,ragged-right]
2977\drums { cymrb4 cymrb1 }
2978@end lilypond
2979@tab
2980@code{chinesecymbal @* cymch @*}
2981@lilypond[notime,ragged-right]
2982\drums { cymch4 cymch1 }
2983@end lilypond
2984@tab
2985@code{splashcymbal @* cyms @*}
2986@lilypond[notime,ragged-right]
2987\drums { cyms4 cyms1 }
2988@end lilypond
2989
2990@item
2991@code{ridebell @* rb @*}
2992@lilypond[notime,ragged-right]
2993\drums { rb4 rb1 }
2994@end lilypond
2995@tab
2996@code{cowbell @* cb @*}
2997@lilypond[notime,ragged-right]
2998\drums { cb4 cb1 }
2999@end lilypond
3000@tab
3001@code{hibongo @* boh @*}
3002@lilypond[notime,ragged-right]
3003\drums { boh4 boh1 }
3004@end lilypond
3005@tab
3006@code{openhibongo @* boho @*}
3007@lilypond[notime,ragged-right]
3008\drums { boho4 boho1 }
3009@end lilypond
3010
3011@item
3012@code{mutehibongo @* bohm @*}
3013@lilypond[notime,ragged-right]
3014\drums { bohm4 bohm1 }
3015@end lilypond
3016@tab
3017@code{lobongo @* bol @*}
3018@lilypond[notime,ragged-right]
3019\drums { bol4 bol1 }
3020@end lilypond
3021@tab
3022@code{openlobongo @* bolo @*}
3023@lilypond[notime,ragged-right]
3024\drums { bolo4 bolo1 }
3025@end lilypond
3026@tab
3027@code{mutelobongo @* bolm @*}
3028@lilypond[notime,ragged-right]
3029\drums { bolm4 bolm1 }
3030@end lilypond
3031
3032
3033@item
3034@code{hiconga @* cgh @*}
3035@lilypond[notime,ragged-right]
3036\drums { cgh4 cgh1 }
3037@end lilypond
3038@tab
3039@code{openhiconga @* cgho @*}
3040@lilypond[notime,ragged-right]
3041\drums { cgho4 cgho1 }
3042@end lilypond
3043@tab
3044@code{mutehiconga @* cghm @*}
3045@lilypond[notime,ragged-right]
3046\drums { cghm4 cghm1 }
3047@end lilypond
3048@tab
3049@code{loconga @* cgl @*}
3050@lilypond[notime,ragged-right]
3051\drums { cgl4 cgl1 }
3052@end lilypond
3053
3054@item
3055@code{openloconga @* cglo @*}
3056@lilypond[notime,ragged-right]
3057\drums { cglo4 cglo1 }
3058@end lilypond
3059@tab
3060@code{muteloconga @* cglm @*}
3061@lilypond[notime,ragged-right]
3062\drums { cglm4 cglm1 }
3063@end lilypond
3064@tab
3065@code{hitimbale @* timh @*}
3066@lilypond[notime,ragged-right]
3067\drums { timh4 timh1 }
3068@end lilypond
3069@tab
3070@code{lotimbale @* timl @*}
3071@lilypond[notime,ragged-right]
3072\drums { timl4 timl1 }
3073@end lilypond
3074
3075@item
3076@code{hiagogo @* agh @*}
3077@lilypond[notime,ragged-right]
3078\drums { agh4 agh1 }
3079@end lilypond
3080@tab
3081@code{loagogo @* agl @*}
3082@lilypond[notime,ragged-right]
3083\drums { agl4 agl1 }
3084@end lilypond
3085@tab
3086@code{sidestick @* ss @*}
3087@lilypond[notime,ragged-right]
3088\drums { ss4 ss1 }
3089@end lilypond
3090@tab
3091@code{hisidestick @* ssh @*}
3092@lilypond[notime,ragged-right]
3093\drums { ssh4 ssh1 }
3094@end lilypond
3095
3096@item
3097@code{losidestick @* ssl @*}
3098@lilypond[notime,ragged-right]
3099\drums { ssl4 ssl1 }
3100@end lilypond
3101@tab
3102@code{guiro @* gui @*}
3103@lilypond[notime,ragged-right]
3104\drums { gui4 gui1 }
3105@end lilypond
3106@tab
3107@code{shortguiro @* guis @*}
3108@lilypond[notime,ragged-right]
3109\drums { guis4 guis1 }
3110@end lilypond
3111@tab
3112@code{longguiro @* guil @*}
3113@lilypond[notime,ragged-right]
3114\drums { guil4 guil1 }
3115@end lilypond
3116
3117@item
3118@code{cabasa @* cab @*}
3119@lilypond[notime,ragged-right]
3120\drums { cab4 cab1 }
3121@end lilypond
3122@tab
3123@code{maracas @* mar @*}
3124@lilypond[notime,ragged-right]
3125\drums { mar4 mar1 }
3126@end lilypond
3127@tab
3128@code{shortwhistle @* whs @*}
3129@lilypond[notime,ragged-right]
3130\drums { whs4 whs1 }
3131@end lilypond
3132@tab
3133@code{longwhistle @* whl @*}
3134@lilypond[notime,ragged-right]
3135\drums { whl4 whl1 }
3136@end lilypond
3137
3138@item
3139@code{handclap @* hc @*}
3140@lilypond[notime,ragged-right]
3141\drums { hc4 hc1 }
3142@end lilypond
3143@tab
3144@code{tambourine @* tamb @*}
3145@lilypond[notime,ragged-right]
3146\drums { tamb4 tamb1 }
3147@end lilypond
3148@tab
3149@code{vibraslap @* vibs @*}
3150@lilypond[notime,ragged-right]
3151\drums { vibs4 vibs1 }
3152@end lilypond
3153@tab
3154@code{tamtam @* tt @*}
3155@lilypond[notime,ragged-right]
3156\drums { tt4 tt1 }
3157@end lilypond
3158
3159@item
3160@code{claves @* cl @*}
3161@lilypond[notime,ragged-right]
3162\drums { cl4 cl1 }
3163@end lilypond
3164@tab
3165@code{hiwoodblock @* wbh @*}
3166@lilypond[notime,ragged-right]
3167\drums { wbh4 wbh1 }
3168@end lilypond
3169@tab
3170@code{lowoodblock @* wbl @*}
3171@lilypond[notime,ragged-right]
3172\drums { wbl4 wbl1 }
3173@end lilypond
3174@tab
3175@code{opencuica @* cuio @*}
3176@lilypond[notime,ragged-right]
3177\drums { cuio4 cuio1 }
3178@end lilypond
3179
3180@item
3181@code{mutecuica @* cuim @*}
3182@lilypond[notime,ragged-right]
3183\drums { cuim4 cuim1 }
3184@end lilypond
3185@tab
3186@code{triangle @* tri @*}
3187@lilypond[notime,ragged-right]
3188\drums { tri4 tri1 }
3189@end lilypond
3190@tab
3191@code{opentriangle @* trio @*}
3192@lilypond[notime,ragged-right]
3193\drums { trio4 trio1 }
3194@end lilypond
3195@tab
3196@code{mutetriangle @* trim}
3197@lilypond[notime,ragged-right]
3198\drums { trim4 trim1 }
3199@end lilypond
3200
3201@item
3202@code{oneup @* ua @*}
3203@lilypond[notime,ragged-right]
3204\drums { ua4 ua1 }
3205@end lilypond
3206@tab
3207@code{twoup @* ub @*}
3208@lilypond[notime,ragged-right]
3209\drums { ub4 ub1 }
3210@end lilypond
3211@tab
3212@code{threeup @* uc @*}
3213@lilypond[notime,ragged-right]
3214\drums { uc4 uc1 }
3215@end lilypond
3216@tab
3217@code{fourup @* ud @*}
3218@lilypond[notime,ragged-right]
3219\drums { ud4 ud1 }
3220@end lilypond
3221
3222@item
3223@code{fiveup @* ue @*}
3224@lilypond[notime,ragged-right]
3225\drums { ue4 ue1 }
3226@end lilypond
3227@tab
3228@code{onedown @* da @*}
3229@lilypond[notime,ragged-right]
3230\drums { da4 da1 }
3231@end lilypond
3232@tab
3233@code{twodown @* db @*}
3234@lilypond[notime,ragged-right]
3235\drums { db4 db1 }
3236@end lilypond
3237@tab
3238@code{threedown @* dc @*}
3239@lilypond[notime,ragged-right]
3240\drums { dc4 dc1 }
3241@end lilypond
3242
3243@item
3244@code{fourdown @* dd @*}
3245@lilypond[notime,ragged-right]
3246\drums { dd4 dd1 }
3247@end lilypond
3248@tab
3249@code{fivedown @* de @*}
3250@lilypond[notime,ragged-right]
3251\drums { de4 de1 }
3252@end lilypond
3253
3254
3255@end multitable
3256
3257
3258@node Glosario técnico
3259@appendixsec Glosario técnico
3260@translationof Technical glossary
3261
3262Glosario de los términos técnicos y conceptos que se utilizan
3263internamente en LilyPond.  Estos términos pueden aparecer en los
3264manuales, en las listas de distribución de correo o en el código
3265fuente.
3266
3267@menu
3268* alist (lista-A)::
3269* callback::
3270* closure (cerradura)::
3271* glifo::
3272* grob (objeto gráfico)::
3273* inmutable::
3274* interfaz::
3275* lexer (analizador léxico)::
3276* mutable::
3277* output-def (definición de salida)::
3278* parser (analizador sintáctico)::
3279* variable del analizador sintáctico::
3280* prob (objeto de propiedades)::
3281* smob (objeto de Scheme)::
3282* stencil (sello)::
3283@end menu
3284
3285
3286@node alist (lista-A)
3287@unnumberedsubsec alist (lista-A)
3288@translationof alist
3289
3290@cindex lista-A
3291@cindex lista de asociación
3292@cindex alist
3293
3294Una lista asociativa o abreviadamente una @strong{lista-A} (alist
3295en inglés) es una pareja de Scheme que asocia un valor con una
3296clave: @w{@code{(clave . valor)}}.  Por ejemplo, en
3297@file{scm/lily.scm}, la lista-A @w{@qq{type-p-name-alist}} asocia
3298ciertos predicadps de tipo (p.ej. @code{ly:music?})  con
3299nombres (p.ej. @qq{music}) de forma que se pueda informar de
3300los fallos de comprobación de tipo con un mensaje de consola que
3301incluye el nombre del predicado de tipo esperado.
3302
3303
3304@node callback
3305@unnumberedsubsec callback
3306@translationof callback
3307
3308@cindex callback
3309
3310Una @strong{callback} es una rutina, función o método cuya
3311referencia se pasa como argumento en una llamada a otra rutina,
3312permitiendo así que la runtina llamada invoque a aquélla.  La
3313técnica permite que una capa de software de nivel más bajo llame a
3314una función definida en una capa de nivel más alto.  Las funciones
3315de callback se usan ampliamente en LilyPond para permitir al
3316código de Scheme del nivel de usuario definir cuántas acciones de
3317bajo nivel se llevan a cabo.
3318
3319
3320@node closure (cerradura)
3321@unnumberedsubsec closure (cerradura)
3322@translationof closure
3323
3324@cindex cerradura
3325
3326En Scheme, se crea una @strong{cerradura} cuando una función, por
3327lo general una expresión lambda, se pasa como variable.  La
3328cerradura contiene el codigo de la función y referencias a las
3329ligaduras léxicas de las variables libres de la función (es decir,
3330las variables que se usan en la expresión pero se definen fuera de
3331ella).  Cuando más tarde se aplica esta función a diferentes
3332argumentos, las ligaduras de variables libres que se capturaron
3333dentro de la cerradura se utilizan para obtener los valores de las
3334variables libres que se usarán en el cálculo.  Una propiedad útil
3335de las cerraduras es la retención de los valores internos de las
3336variables de una invocación a otra, permitiendo así que se pueda
3337mantener un estado.
3338
3339
3340@node glifo
3341@unnumberedsubsec glifo
3342@translationof glyph
3343
3344@cindex glifo
3345@cindex fuente tipográfica
3346@cindex tipografía
3347
3348Un @strong{glifo} es una representación gráfica particular de un
3349carácter tipográfico, o una combinación de dos caracteres que
3350forman una ligadura.  Un conjunto de glifos con un estilo y forma
3351uniformes forman una fuente tipográfica, y un conjunto de fuentes
3352tipográficas que abarcan varios estilos forman un tipo.
3353
3354@morerefs
3355Referencia de la notación:
3356@ref{Tipografías},
3357@ref{Caracteres especiales}.
3358
3359
3360@node grob (objeto gráfico)
3361@unnumberedsubsec grob (objeto gráfico)
3362@translationof grob
3363
3364@cindex grob
3365@cindex objeto de presentación
3366@cindex objeto gráfico
3367
3368Los objetos de LilyPond que representan elementos de la notación
3369en la salida impresa tales como la cabeza y la plica de las notas,
3370ligaduras de unión y de expresión, digitaciones, claves, et. se
3371denominan @q{objetos de presentación}, a menudo conocidos como
3372@q{OBjetos GRáficos}, o abreviadamente @strong{grobs}.  Se
3373representan mediante instancias de la clase @code{Grob}.
3374
3375@morerefs
3376Manual de aprendizaje:
3377@rlearning{Objetos e interfaces},
3378@rlearning{Convenciones de nombres de objetos y propiedades},
3379@rlearning{Propiedades de los objetos de presentación}.
3380
3381Referencia de funcionamiento interno:
3382@rinternals{grob-interface},
3383@rinternals{All layout objects}.
3384
3385
3386@node inmutable
3387@unnumberedsubsec inmutable
3388@translationof immutable
3389
3390@cindex objeto inmutable
3391@cindex propiedad, inmutable
3392@cindex propiedad, compartida
3393
3394Un objeto @strong{inmutable} es aquel cuyo estado no se puede
3395modificar después de su creación, en contraste con los objetos
3396mutables, que se pueden modificar después de su creación.
3397
3398En LilyPond, las propiedades inmutables o compartidas definen el
3399estilo y comportamiento predeterminados de los grobs.  Se
3400comparten por parte de muchos objetos.  En aparente contradicción
3401con su nombre, se pueden cambiar utilizando @code{\override} y
3402@code{\revert}.
3403
3404@morerefs
3405Referencia de la notación:
3406@ref{mutable}.
3407
3408
3409@node interfaz
3410@unnumberedsubsec interfaz
3411@translationof interface
3412
3413@cindex interfaz
3414@cindex interfaz, de grob
3415@cindex interfaz, de objeto gráfico
3416
3417Las acciones y propiedades comunes a un conjunto de grobs se
3418agrupan en un objeto denominado @code{interfaz de grob
3419(grob-inerface)}, o abreviadamente @q{interfaz}.
3420
3421@morerefs
3422Manual de aprendizaje:
3423@rlearning{Objetos e interfaces},
3424@rlearning{Convenciones de nombres de objetos y propiedades},
3425@rlearning{Propiedades de los interfaces}.
3426
3427Referencia de la notación:
3428@ref{Interfaces de la presentación}.
3429
3430Referencia de funcionamiento interno:
3431@rinternals{Graphical Object Interfaces}.
3432
3433
3434@node lexer (analizador léxico)
3435@unnumberedsubsec lexer (analizador léxico)
3436@translationof lexer
3437
3438@cindex lexer
3439@cindex analizador léxico
3440@cindex Flex
3441
3442Un @strong{lexer} o analizador léxico es un programa que convierte
3443una secuencia de caracteres en una secuencia de elementos o
3444tokens, en un proceso que se llama análisis léxico.  El analizador
3445léxico de LilyPond convierte el flujo obtenido a partir de un
3446archivo de entrada @file{.ly} en un flujo descompuesto en tokens
3447más apto para la siguiente fase del procesado: el análisis
3448sintáctico, véase @ref{parser (analizador sintáctico)}.  El
3449analizador léxico de LilyPond lexer está construido con la
3450herramienta Flex a partir del archivo de lexer
3451@file{lily/lexer.ll} que contiene las reglas léxicas.  Este
3452archivo es parte del código fuente y no se incluye dentro de la
3453instalación binaria de LilyPond.
3454
3455
3456@node mutable
3457@unnumberedsubsec mutable
3458@translationof mutable
3459
3460@cindex objetos mutables
3461@cindex propiedades mutables
3462
3463Un objeto @strong{mutable} es aquél cuyo estado se puede modificar
3464después de su creación, en contraste con un objeto inmutable, cuyo
3465estado se fija en el momento de la creación.
3466
3467En LilyPond, las propiedades mutables contienen valores
3468específicos de un grob.  Por lo general, las listas de otros
3469objetos o los resultados de los cálculos se almacenan en
3470propiedades mutables.
3471
3472@morerefs
3473Referencia de la notación:
3474@ref{inmutable}.
3475
3476
3477@node output-def (definición de salida)
3478@unnumberedsubsec output-def (definición de salida)
3479@translationof output-def
3480
3481@funindex output-def
3482
3483Una instancia de la clase @code{Output-def} contiene los métodos y
3484estructuras de datos asociados con un bloque de salida.  Se crean
3485instancias parra los bloques midi, layout y paper.
3486
3487
3488@node parser (analizador sintáctico)
3489@unnumberedsubsec parser (analizador sintáctico)
3490@translationof parser
3491
3492@cindex parser
3493@cindex analizador sintáctico
3494@cindex Bison
3495@cindex gramática, de LilyPond
3496@cindex BNF
3497
3498Un @strong{parser} o analizador sintáctico analiza la secuencia de
3499tokens o elementos léxicos producida por un analizador léxico para
3500determinar su estructura gramatical, agrupando los elementos
3501léxicos en conjuntos mayores según las reglas de la gramática.  Si
3502la secuencia de elementos léxicos es válida, el producto final es
3503un árbol de tokens cuya raíz es el símbolo inicial de la
3504gramática.  Si no se puede conseguir esto, el archivo es inválido
3505y se produce un mensaje de error adecuado.  Las agrupaciones
3506sintácticas y las reglas para construir estas agrupaciones a
3507partir de sus elementos constituyentes para la sintaxis de
3508LilyPond están definidas en @file{lily/parser.yy} y se muestran en
3509la forma normal de Backus (BNF) dentro de @rcontrib{LilyPond
3510grammar}.  Este archivo se usa para construir el analizador
3511sintáctico durante la compilación del programa por parte del
3512generador de analizadores sintácticos, Bison.  Es parte del código
3513fuente y no se incluye dentro de la instalación binaria de
3514LilyPond.
3515
3516
3517@node variable del analizador sintáctico
3518@unnumberedsubsec variable del analizador sintáctico
3519@translationof parser variable
3520
3521@cindex variable del analizador sintáctico
3522@cindex variable de Scheme
3523@cindex variable global
3524@funindex afterGraceFraction
3525@funindex musicQuotes
3526@funindex mode
3527@funindex output-count
3528@funindex output-suffix
3529@funindex partCombineListener
3530@funindex pitchnames
3531@funindex toplevel-bookparts
3532@funindex toplevel-scores
3533@funindex showLastLength
3534@funindex showFirstLength
3535
3536Son variables definidas directamente dentro de Scheme.  Su uso
3537directo por parte de los usuarios está fuertemente desaconsejado,
3538porque su semántica de ámbito puede ser confusa.
3539
3540Cuando el valor de una de estas variables se modifica dentro de un
3541archivo @file{.ly}, el cambio es global, y a no ser que se
3542revierta explícitamente, el nuevo valor persistirá hasta el final
3543del archivo, afectando a todos los bloques @code{\score} así como
3544a los archivos externos añadidos con la instrucción
3545@code{\include}.  Esto puede conducir a consecuencias imprevistas
3546y en proyectos de composición tipográfica complejos puede ser
3547difícil de rastrear.
3548
3549LilyPond utiliza las siguientes variables del analizador
3550sintáctico:
3551
3552@itemize
3553@item afterGraceFraction
3554@item musicQuotes
3555@item mode
3556@item output-count
3557@item output-suffix
3558@item partCombineListener
3559@item pitchnames
3560@item toplevel-bookparts
3561@item toplevel-scores
3562@item showLastLength
3563@item showFirstLength
3564@end itemize
3565
3566
3567@node prob (objeto de propiedades)
3568@unnumberedsubsec prob (objeto de propiedades)
3569@translationof prob
3570
3571@cindex objeto de propiedades
3572@cindex prob
3573
3574Los OBjetos de PRopiedades, o abreviadamente @strong{probs}, son
3575instancias de la clase @code{Prob}, que es una sencilla clase
3576básica que tiene listas-A de propiedades mutables e inmutables y
3577los métodos para manipularlas.  Las clases @code{Music} y
3578@code{Stream_event} derivan de @code{Prob}.  También se crean
3579instancias de la clase @code{Prob} para almacenar el contenido
3580formateado de los grobs del sistema y los bloques de títulos
3581durante el proceso de disposición de la página.
3582
3583
3584@node smob (objeto de Scheme)
3585@unnumberedsubsec smob (objeto de Scheme)
3586@translationof smob
3587
3588@cindex smob
3589@cindex objeto de Scheme
3590
3591Los @strong{Smobs}, u OBjetos de ScheMe, forman parte del
3592mecanismo utilizado por Guile para exportar objetos de C y de C++
3593al código de Scheme.  En LilyPond, se crean smobs a partir de
3594objetos de C++ por medio de macros.  Hay dos tipos de objetos
3595smob: los smobs simples, orientados a objetos inmutables simples
3596como números, y los smobs complejos, usados para objetos con
3597identidades.  Si tiene acceso a las fuentes de LilyPond sources,
3598encontrará más información en @file{lily/includes/smob.hh}.
3599
3600
3601@node stencil (sello)
3602@unnumberedsubsec stencil (sello)
3603@translationof stenci
3604
3605@cindex stencil
3606@cindex sello
3607
3608Las instancias de la clase @strong{stencil} contienen la
3609información necesaria para imprimir un objeto tipográfico.  Es un
3610smob simple que contiene una caja de confinamiento, que a su vez
3611define las dimensiones vertical y horizontal del objeto, y una
3612expresión de Scheme que imprime el objeto cuendo se evalúa.  Los
3613stencils o sellos se pueden combinar para formar sellos más
3614complejos definidos por un árbol de expresiones de Scheme formado
3615a partir de las expresiones de Scheme de los sellos que lo
3616componen.
3617
3618La propiedad @code{stencil}, que conecta a un grob con su sello,
3619se define dentro del interfaz @code{grob-interface}.
3620
3621@morerefs
3622Referencia de funcionamiento interno:
3623@rinternals{grob-interface}.
3624
3625
3626@node Funciones musicales disponibles
3627@appendixsec Funciones musicales disponibles
3628@translationof Available music functions
3629
3630@include en/identifiers.tely
3631
3632
3633@node Identificadores de modificación de contextos
3634@appendixsec Identificadores de modificación de contextos
3635@translationof Context modification identifiers
3636
3637Se definen las siguientes instrucciones para su uso como
3638modificaciones de contexto dentro de un bloque @code{\layout} o
3639@code{\with}.
3640
3641@include en/context-mod-identifiers.tely
3642
3643
3644@node Predicados de tipo predefinidos
3645@appendixsec Predicados de tipo predefinidos
3646@translationof Predefined type predicates
3647
3648@include en/type-predicates.tely
3649