]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/notation/notation-appendices.itely
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / es / notation / notation-appendices.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2
3 @ignore
4     Translation of GIT committish: c1eb9d63bb22ba4a9243942599f68768f5631e34
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.12.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 @c Please do not delete the following @ignore block.
18 @ignore
19 Note for editors and translators: In the following menu, two entries
20 are needed to link to a pair of automatically generated sections.
21 Please keep them and, if using emacs, do not run
22 texinfo-all-menus-update without manually restoring them back. These
23 menu entries are:
24
25 * Text markup commands::
26 * Text markup list commands::
27
28 and they should go just after
29 * Estilos de cabezas de nota::
30
31 and just before
32 * Lista de articulaciones::
33 @end ignore
34
35 @menu
36 * Cuadro de nombres de acordes::
37 * Modificadores de acorde más usuales::
38 * Diagramas predefinidos de posiciones::
39 * Instrumentos MIDI::
40 * Lista de colores::
41 * La tipografía Feta::
42 * Estilos de cabezas de nota::
43 * Text markup commands::
44 * Text markup list commands::
45 * Lista de articulaciones::
46 * Notas de percusión::
47 * Glosario técnico::
48 * Todas las propiedades de contexto::
49 * Propiedades de disposición::
50 * Identificadores::
51 * Funciones de Scheme::
52 @end menu
53
54
55
56 @node Cuadro de nombres de acordes
57 @appendixsec Cuadro de nombres de acordes
58 @translationof Chord name chart
59
60 Las siguientes tablas muestran dos sistemas estándar para imprimir los nombres de los acordes,
61 junto a las notas que representan.
62
63 @lilypondfile{chord-names-jazz.ly}
64
65 @node Modificadores de acorde más usuales
66 @appendixsec Modificadores de acorde más usuales
67 @translationof Common chord modifiers
68
69 La tabla siguiente presenta los modificadores de acorde que se pueden
70 usar en el modo de acordes @code{\chordmode} para generar las
71 estructuras de acordes estándar.
72
73 @multitable @columnfractions .2 .3 .2 .2
74
75 @item
76 @b{Tipo de acorde}
77 @tab
78 @b{Intervalos}
79 @tab
80 @b{Modificador(es)}
81 @tab
82 @b{Ejemplo}
83
84
85 @item
86 Mayor
87 @tab
88 Tercera mayor y quinta justa
89 @tab
90 @code{5} o nada
91 @tab
92 @lilypond[line-width=3\cm,noragged-right, notime]
93 \chordmode {
94   c1:5
95 }
96 @end lilypond
97
98 @item
99 Menor
100 @tab
101 Tercera menor y quinta justa
102 @tab
103 @code{m} o @code{m5}
104 @tab
105 @lilypond[line-width=3\cm,noragged-right, notime]
106 \chordmode {
107   c1:m
108 }
109 @end lilypond
110
111 @item
112 Aumentado
113 @tab
114 Tercera mayor y quinta aumentada
115 @tab
116 @code{aug}
117 @tab
118 @lilypond[line-width=3\cm,noragged-right, notime]
119 \chordmode {
120   c1:aug
121 }
122 @end lilypond
123
124 @item
125 Disminuido
126 @tab
127 Tercera menor y quinta disminuida
128 @tab
129 @code{dim}
130 @tab
131 @lilypond[line-width=3\cm,noragged-right, notime]
132 \chordmode {
133   c1:dim
134 }
135 @end lilypond
136
137 @item
138 Séptima dominante
139 @tab
140 Tríada mayor con séptima menor
141 @tab
142 @code{7}
143 @tab
144 @lilypond[line-width=3\cm,noragged-right, notime]
145 \chordmode {
146   c1:7
147 }
148 @end lilypond
149
150 @item
151 Séptima mayor
152 @tab
153 Tríada mayor y séptima mayor
154 @tab
155 @code{maj7} ó @code{maj}
156 @tab
157 @lilypond[line-width=3\cm,noragged-right, notime]
158 \chordmode {
159   c1:maj7
160 }
161 @end lilypond
162
163 @item
164 Séptima menor
165 @tab
166 Tríada menor y séptima menor
167 @tab
168 @code{m7}
169 @tab
170 @lilypond[line-width=3\cm,noragged-right, notime]
171 \chordmode {
172   c1:m7
173 }
174 @end lilypond
175
176 @item
177 Séptima disminuida
178 @tab
179 Tríada disminuida y séptima disminuida
180 @tab
181 @code{dim7}
182 @tab
183 @lilypond[line-width=3\cm,noragged-right, notime]
184 \chordmode {
185   c1:dim7
186 }
187 @end lilypond
188
189 @item
190 Aumentado con séptima
191 @tab
192 Tríada aumentada y séptima menor
193 @tab
194 @code{aug7}
195 @tab
196 @lilypond[line-width=3\cm,noragged-right, notime]
197 \chordmode {
198   c1:aug7
199 }
200 @end lilypond
201
202 @item
203 Séptima semi-disminuido
204 @tab
205 Tríada disminuida y séptima menor
206 @tab
207 @code{m7.5-}
208 @tab
209 @lilypond[line-width=3\cm,noragged-right, notime]
210 \chordmode {
211   c1:m7.5-
212 }
213 @end lilypond
214
215 @item
216 Menor con séptima mayor
217 @tab
218 Tríada menor con séptima mayor
219 @tab
220 @code{maj7.3-}
221 @tab
222 @lilypond[line-width=3\cm,noragged-right, notime]
223 \chordmode {
224   c1:maj7.3-
225 }
226 @end lilypond
227
228 @item
229 Mayor con sexta
230 @tab
231 Tríada mayor y sexta
232 @tab
233 @code{6}
234 @tab
235 @lilypond[line-width=3\cm,noragged-right, notime]
236 \chordmode {
237   c1:6
238 }
239 @end lilypond
240
241 @item
242 Menor con sexta
243 @tab
244 Tríada menor y sexta
245 @tab
246 @code{m6}
247 @tab
248 @lilypond[line-width=3\cm,noragged-right, notime]
249 \chordmode {
250   c1:m6
251 }
252 @end lilypond
253
254 @item
255 Novena dominante
256 @tab
257 Séptima dominante con novena mayor
258 @tab
259 @code{9}
260 @tab
261 @lilypond[line-width=3\cm,noragged-right, notime]
262 \chordmode {
263   c1:9
264 }
265 @end lilypond
266
267 @item
268 Mayor con novena
269 @tab
270 Séptima mayor y novena mayor
271 @tab
272 @code{maj9}
273 @tab
274 @lilypond[line-width=3\cm,noragged-right, notime]
275 \chordmode {
276   c1:maj9
277 }
278 @end lilypond
279
280 @item
281 Menor con novena
282 @tab
283 Séptima menor y novena mayor
284 @tab
285 @code{m9}
286 @tab
287 @lilypond[line-width=3\cm,noragged-right, notime]
288 \chordmode {
289   c1:m9
290 }
291 @end lilypond
292
293 @item
294 Oncena dominante
295 @tab
296 Novena dominante con oncena justa
297 @tab
298 @code{11}
299 @tab
300 @lilypond[line-width=3\cm,noragged-right, notime]
301 \chordmode {
302   c1:11
303 }
304 @end lilypond
305
306 @item
307 Oncena mayor
308 @tab
309 Novena mayor y oncena justa
310 @tab
311 @code{maj11}
312 @tab
313 @lilypond[line-width=3\cm,noragged-right, notime]
314 \chordmode {
315   c1:maj11
316 }
317 @end lilypond
318
319 @item
320 Menor con oncena
321 @tab
322 Novena menor y oncena justa
323 @tab
324 @code{m11}
325 @tab
326 @lilypond[line-width=3\cm,noragged-right, notime]
327 \chordmode {
328   c1:m11
329 }
330 @end lilypond
331
332 @item
333 Trecena dominante
334 @tab
335 Novena dominante y trecena mayor
336 @tab
337 @code{13}
338 @tab
339 @lilypond[line-width=3\cm,noragged-right, notime]
340 \chordmode {
341   c1:13
342 }
343 @end lilypond
344
345 @item
346 Trecena dominante
347 @tab
348 Oncena dominante y trecena mayor
349 @tab
350 @code{13.11}
351 @tab
352 @lilypond[line-width=3\cm,noragged-right, notime]
353 \chordmode {
354   c1:13.11
355 }
356 @end lilypond
357
358 @item
359 Mayor con trecena
360 @tab
361 Oncena mayor y trecena mayor
362 @tab
363 @code{maj13.11}
364 @tab
365 @lilypond[line-width=3\cm,noragged-right, notime]
366 \chordmode {
367   c1:maj13.11
368 }
369 @end lilypond
370
371 @item
372 Menor con trecena
373 @tab
374 Oncena menor y trecena mayor
375 @tab
376 @code{m13.11}
377 @tab
378 @lilypond[line-width=3\cm,noragged-right, notime]
379 \chordmode {
380   c1:m13.11
381 }
382 @end lilypond
383
384 @item
385 Segunda suspendida
386 @tab
387 Segunda mayor y quinta justa
388 @tab
389 @code{sus2}
390 @tab
391 @lilypond[line-width=3\cm,noragged-right, notime]
392 \chordmode {
393   c1:sus2
394 }
395 @end lilypond
396
397 @item
398 Cuarta suspendida
399 @tab
400 Cuarta justa y quinta justa
401 @tab
402 @code{sus4}
403 @tab
404 @lilypond[line-width=3\cm,noragged-right, notime]
405 \chordmode {
406   c1:sus4
407 }
408 @end lilypond
409
410
411 @end multitable
412
413 @node Diagramas predefinidos de posiciones
414 @appendixsec Diagramas predefinidos de posiciones
415 @translationof Predefined fretboard diagrams
416
417 El cuadro siguiente presenta los diagramas de posiciones de acordes
418 predefinidos para guitarra.
419
420 @lilypondfile{display-predefined-fretboards.ly}
421
422 El cuadro siguiente presenta los diagramas de traste predefinidos para ukelele.
423
424 @lilypondfile{display-predefined-ukulele-fretboards.ly}
425
426 @node Instrumentos MIDI
427 @appendixsec Instrumentos MIDI
428 @translationof MIDI instruments
429
430 A continuación figura una lista con los nombres que se pueden utilizar para la
431 propiedad @code{midiInstrument} (instrumento MIDI).
432
433 @example
434 acoustic grand            contrabass           lead 7 (fifths)
435 bright acoustic           tremolo strings      lead 8 (bass+lead)
436 electric grand            pizzicato strings    pad 1 (new age)
437 honky-tonk                orchestral harp      pad 2 (warm)
438 electric piano 1          timpani              pad 3 (polysynth)
439 electric piano 2          string ensemble 1    pad 4 (choir)
440 harpsichord               string ensemble 2    pad 5 (bowed)
441 clav                      synthstrings 1       pad 6 (metallic)
442 celesta                   synthstrings 2       pad 7 (halo)
443 glockenspiel              choir aahs           pad 8 (sweep)
444 music box                 voice oohs           fx 1 (rain)
445 vibraphone                synth voice          fx 2 (soundtrack)
446 marimba                   orchestra hit        fx 3 (crystal)
447 xylophone                 trumpet              fx 4 (atmosphere)
448 tubular bells             trombone             fx 5 (brightness)
449 dulcimer                  tuba                 fx 6 (goblins)
450 drawbar organ             muted trumpet        fx 7 (echoes)
451 percussive organ          french horn          fx 8 (sci-fi)
452 rock organ                brass section        sitar
453 church organ              synthbrass 1         banjo
454 reed organ                synthbrass 2         shamisen
455 accordion                 soprano sax          koto
456 harmonica                 alto sax             kalimba
457 concertina                tenor sax            bagpipe
458 acoustic guitar (nylon)   baritone sax         fiddle
459 acoustic guitar (steel)   oboe                 shanai
460 electric guitar (jazz)    english horn         tinkle bell
461 electric guitar (clean)   bassoon              agogo
462 electric guitar (muted)   clarinet             steel drums
463 overdriven guitar         piccolo              woodblock
464 distorted guitar          flute                taiko drum
465 guitar harmonics          recorder             melodic tom
466 acoustic bass             pan flute            synth drum
467 electric bass (finger)    blown bottle         reverse cymbal
468 electric bass (pick)      shakuhachi           guitar fret noise
469 fretless bass             whistle              breath noise
470 slap bass 1               ocarina              seashore
471 slap bass 2               lead 1 (square)      bird tweet
472 synth bass 1              lead 2 (sawtooth)    telephone ring
473 synth bass 2              lead 3 (calliope)    helicopter
474 violin                    lead 4 (chiff)       applause
475 viola                     lead 5 (charang)     gunshot
476 cello                     lead 6 (voice)
477 @end example
478
479
480 @node Lista de colores
481 @appendixsec Lista de colores
482 @translationof List of colors
483
484 @subsubheading Colores normales
485
486 La sintaxis para el uso de colores se encuentra detallada en @ref{Colorear objetos}.
487
488 @cindex lista de colores
489 @cindex colores, lista de
490
491 @verbatim
492 black       white          red         green
493 blue        cyan           magenta     yellow
494 grey        darkred        darkgreen   darkblue
495 darkcyan    darkmagenta    darkyellow
496 @end verbatim
497
498
499 @subsubheading Nombres de los colores de X
500
501 Los nombres de los colores de X admiten algunas variantes:
502
503 Un nombre que se escribe como una palabra única con mayúsculas
504 intercaladas (p.ej. @q{LightSlateBlue}) se puede escribir también como
505 palabras separadas por espacios y sin mayúsculas (p.ej. @q{light slate
506 blue}).
507
508 La palabra @q{grey} siempre se puede escribir como @q{gray} (p.ej. @q{DarkSlateGray}).
509
510 Algunos nombres admiten un sufijo numérico (p.ej. @q{LightSalmon4}).
511
512
513 @subsubheading Nombres de los colores sin sufijo numérico:
514
515 @verbatim
516 snow            GhostWhite      WhiteSmoke      gainsboro       FloralWhite
517 OldLace         linen           AntiqueWhite    PapayaWhip      BlanchedAlmond
518 bisque          PeachPuff       NavajoWhite     moccasin        cornsilk
519 ivory           LemonChiffon    seashell        honeydew        MintCream
520 azure           AliceBlue       lavender        LavenderBlush   MistyRose
521 white           black           DarkSlateGrey   DimGrey         SlateGrey
522 LightSlateGrey  grey            LightGrey       MidnightBlue    navy
523 NavyBlue        CornflowerBlue  DarkSlateBlue   SlateBlue       MediumSlateBlue
524 LightSlateBlue  MediumBlue      RoyalBlue       blue            DodgerBlue
525 DeepSkyBlue     SkyBlue         LightSkyBlue    SteelBlue       LightSteelBlue
526 LightBlue       PowderBlue      PaleTurquoise   DarkTurquoise   MediumTurquoise
527 turquoise       cyan            LightCyan       CadetBlue       MediumAquamarine
528 aquamarine      DarkGreen       DarkOliveGreen  DarkSeaGreen    SeaGreen
529 MediumSeaGreen  LightSeaGreen   PaleGreen       SpringGreen     LawnGreen
530 green           chartreuse      MediumSpringGreen       GreenYellow     LimeGreen
531 YellowGreen     ForestGreen     OliveDrab       DarkKhaki       khaki
532 PaleGoldenrod   LightGoldenrodYellow    LightYellow     yellow  gold
533 LightGoldenrod  goldenrod       DarkGoldenrod   RosyBrown       IndianRed
534 SaddleBrown     sienna          peru            burlywood       beige
535 wheat           SandyBrown      tan             chocolate       firebrick
536 brown           DarkSalmon      salmon          LightSalmon     orange
537 DarkOrange      coral           LightCoral      tomato          OrangeRed
538 red             HotPink         DeepPink        pink            LightPink
539 PaleVioletRed   maroon          MediumVioletRed VioletRed       magenta
540 violet          plum            orchid          MediumOrchid    DarkOrchid
541 DarkViolet      BlueViolet      purple          MediumPurple    thistle
542 DarkGrey        DarkBlue        DarkCyan        DarkMagenta     DarkRed
543 LightGreen
544 @end verbatim
545
546
547 @subsubheading Nombres de los colores con sufijo numérico
548
549 En los nombres siguientes, el sufijo N puede ser un número del 1 al 4:
550
551 @verbatim
552 snowN           seashellN       AntiqueWhiteN   bisqueN         PeachPuffN
553 NavajoWhiteN    LemonChiffonN   cornsilkN       ivoryN          honeydewN
554 LavenderBlushN  MistyRoseN      azureN          SlateBlueN      RoyalBlueN
555 blueN           DodgerBlueN     SteelBlueN      DeepSkyBlueN    SkyBlueN
556 LightSkyBlueN   LightSteelBlueN LightBlueN      LightCyanN      PaleTurquoiseN
557 CadetBlueN      turquoiseN      cyanN           aquamarineN     DarkSeaGreenN
558 SeaGreenN       PaleGreenN      SpringGreenN    greenN          chartreuseN
559 OliveDrabN      DarkOliveGreenN khakiN          LightGoldenrodN LightYellowN
560 yellowN         goldN           goldenrodN      DarkGoldenrodN  RosyBrownN
561 IndianRedN      siennaN         burlywoodN      wheatN          tanN
562 chocolateN      firebrickN      brownN          salmonN         LightSalmonN
563 orangeN         DarkOrangeN     coralN          tomatoN         OrangeRedN
564 redN            DeepPinkN       HotPinkN        pinkN           LightPinkN
565 PaleVioletRedN  maroonN         VioletRedN      magentaN        orchidN
566 plumN           MediumOrchidN   DarkOrchidN     purpleN         MediumPurpleN
567 thistleN
568 @end verbatim
569
570
571 @subsubheading Escala de grises
572
573 Se puede obtener una escala de grises utilizando:
574
575 @example
576 greyN
577 @end example
578
579 @noindent
580 donde N es un número entre 0 y 100.
581
582
583 @node La tipografía Feta
584 @appendixsec La tipografía Feta
585 @translationof The Feta font
586
587 @cindex Feta, tipografía
588 @cindex tipografía Feta
589
590 Los símbolos siguientes están disponibles en la tipografía Emmentaler
591 y es posible acceder a ellos directamente utilizando elementos de
592 marcado textual con el nombre del glifo
593 tal y como se muestra en las tablas de abajo,
594 por ejemplo @code{g^\markup @{\musicglyph #"scripts.segno" @}} ó
595 @code{\markup @{\musicglyph #"five"@}}.  Para ver más información,
596 consulte @ref{Formatear el texto}.
597
598 @menu
599 * Clef glyphs::
600 * Time Signature glyphs::
601 * Number glyphs::
602 * Accidental glyphs::
603 * Default Notehead glyphs::
604 * Special Notehead glyphs::
605 * Shape-note Notehead glyphs::
606 * Rest glyphs::
607 * Flag glyphs::
608 * Dot glyphs::
609 * Dynamic glyphs::
610 * Script glyphs::
611 * Arrowhead glyphs::
612 * Bracket-tip glyphs::
613 * Pedal glyphs::
614 * Accordion glyphs::
615 * Vaticana glyphs::
616 * Medicaea glyphs::
617 * Hufnagel glyphs::
618 * Mensural glyphs::
619 * Neomensural glyphs::
620 * Petrucci glyphs::
621 * Solesmes glyphs::
622 @end menu
623
624
625 @node Clef glyphs
626 @unnumberedsubsec Clef glyphs
627 @translationof Clef glyphs
628
629 @lilypond[quote]
630 \include "font-table.ly"
631 \markuplines \override-lines #'(word-space . 4)
632              \doc-chars #clefs
633 @end lilypond
634
635
636 @node Time Signature glyphs
637 @unnumberedsubsec Time Signature glyphs
638 @translationof Time Signature glyphs
639
640 @lilypond[quote]
641 \include "font-table.ly"
642 \markuplines \override-lines #'(word-space . 4)
643              \doc-chars #timesig
644 @end lilypond
645
646
647 @node Number glyphs
648 @unnumberedsubsec Number glyphs
649 @translationof Number glyphs
650
651 @lilypond[quote]
652 \include "font-table.ly"
653 \markuplines \override-lines #'(word-space . 4)
654              \doc-chars #numbers
655 @end lilypond
656
657
658 @node Accidental glyphs
659 @unnumberedsubsec Accidental glyphs
660 @translationof Accidental glyphs
661
662 @lilypond[quote]
663 \include "font-table.ly"
664 \markuplines \override-lines #'(word-space . 4)
665              \doc-chars #accidentals
666 @end lilypond
667
668
669 @node Default Notehead glyphs
670 @unnumberedsubsec Default Notehead glyphs
671 @translationof Default Notehead glyphs
672
673 @lilypond[quote]
674 \include "font-table.ly"
675 \markuplines \override-lines #'(word-space . 4)
676              \doc-chars #default-noteheads
677 @end lilypond
678
679
680 @node Special Notehead glyphs
681 @unnumberedsubsec Special Notehead glyphs
682 @translationof Special Notehead glyphs
683
684 @lilypond[quote]
685 \include "font-table.ly"
686 \markuplines \override-lines #'(word-space . 4)
687              \doc-chars #special-noteheads
688 @end lilypond
689
690
691 @node Shape-note Notehead glyphs
692 @unnumberedsubsec Shape-note Notehead glyphs
693 @translationof Shape-note Notehead glyphs
694
695 @lilypond[quote]
696 \include "font-table.ly"
697 \markuplines \override-lines #'(word-space . 4)
698              \doc-chars #shape-note-noteheads
699 @end lilypond
700
701
702 @node Rest glyphs
703 @unnumberedsubsec Rest glyphs
704 @translationof Rest glyphs
705
706 @lilypond[quote]
707 \include "font-table.ly"
708 \markuplines \override-lines #'(word-space . 4)
709              \doc-chars #rests
710 @end lilypond
711
712
713 @node Flag glyphs
714 @unnumberedsubsec Flag glyphs
715 @translationof Flag glyphs
716
717 @lilypond[quote]
718 \include "font-table.ly"
719 \markuplines \override-lines #'(word-space . 4)
720              \doc-chars #flags
721 @end lilypond
722
723
724 @node Dot glyphs
725 @unnumberedsubsec Dot glyphs
726 @translationof Dot glyphs
727
728 @lilypond[quote]
729 \include "font-table.ly"
730 \markuplines \override-lines #'(word-space . 4)
731              \doc-chars #dots
732 @end lilypond
733
734
735 @node Dynamic glyphs
736 @unnumberedsubsec Dynamic glyphs
737 @translationof Dynamic glyphs
738
739 @lilypond[quote]
740 \include "font-table.ly"
741 \markuplines \override-lines #'(word-space . 4)
742              \doc-chars #dynamics
743 @end lilypond
744
745
746 @node Script glyphs
747 @unnumberedsubsec Script glyphs
748 @translationof Script glyphs
749
750 @lilypond[quote]
751 \include "font-table.ly"
752 \markuplines \override-lines #'(word-space . 4)
753              \doc-chars #scripts
754 @end lilypond
755
756
757 @node Arrowhead glyphs
758 @unnumberedsubsec Arrowhead glyphs
759 @translationof Arrowhead glyphs
760
761 @lilypond[quote]
762 \include "font-table.ly"
763 \markuplines \override-lines #'(word-space . 4)
764              \doc-chars #arrowheads
765 @end lilypond
766
767
768 @node Bracket-tip glyphs
769 @unnumberedsubsec Bracket-tip glyphs
770 @translationof Bracket-tip glyphs
771
772 @lilypond[quote]
773 \include "font-table.ly"
774 \markuplines \override-lines #'(word-space . 4)
775              \doc-chars #brackettips
776 @end lilypond
777
778
779 @node Pedal glyphs
780 @unnumberedsubsec Pedal glyphs
781 @translationof Pedal glyphs
782
783 @lilypond[quote]
784 \include "font-table.ly"
785 \markuplines \override-lines #'(word-space . 4)
786              \doc-chars #pedal
787 @end lilypond
788
789
790 @node Accordion glyphs
791 @unnumberedsubsec Accordion glyphs
792 @translationof Accordion glyphs
793
794 @lilypond[quote]
795 \include "font-table.ly"
796 \markuplines \override-lines #'(word-space . 4)
797              \doc-chars #accordion
798 @end lilypond
799
800
801 @node Vaticana glyphs
802 @unnumberedsubsec Vaticana glyphs
803 @translationof Vaticana glyphs
804
805 @lilypond[quote]
806 \include "font-table.ly"
807 \markuplines \override-lines #'(word-space . 4)
808              \doc-chars #vaticana
809 @end lilypond
810
811
812 @node Medicaea glyphs
813 @unnumberedsubsec Medicaea glyphs
814 @translationof Medicaea glyphs
815
816 @lilypond[quote]
817 \include "font-table.ly"
818 \markuplines \override-lines #'(word-space . 4)
819              \doc-chars #medicaea
820 @end lilypond
821
822
823 @node Hufnagel glyphs
824 @unnumberedsubsec Hufnagel glyphs
825 @translationof Hufnagel glyphs
826
827 @lilypond[quote]
828 \include "font-table.ly"
829 \markuplines \override-lines #'(word-space . 4)
830              \doc-chars #hufnagel
831 @end lilypond
832
833
834 @node Mensural glyphs
835 @unnumberedsubsec Mensural glyphs
836 @translationof Mensural glyphs
837
838 @lilypond[quote]
839 \include "font-table.ly"
840 \markuplines \override-lines #'(word-space . 4)
841              \doc-chars #mensural
842 @end lilypond
843
844
845 @node Neomensural glyphs
846 @unnumberedsubsec Neomensural glyphs
847 @translationof Neomensural glyphs
848
849 @lilypond[quote]
850 \include "font-table.ly"
851 \markuplines \override-lines #'(word-space . 4)
852              \doc-chars #neomensural
853 @end lilypond
854
855
856 @node Petrucci glyphs
857 @unnumberedsubsec Petrucci glyphs
858 @translationof Petrucci glyphs
859
860 @lilypond[quote]
861 \include "font-table.ly"
862 \markuplines \override-lines #'(word-space . 4)
863              \doc-chars #petrucci
864 @end lilypond
865
866
867 @node Solesmes glyphs
868 @unnumberedsubsec Solesmes glyphs
869 @translationof Solesmes glyphs
870
871 @lilypond[quote]
872 \include "font-table.ly"
873 \markuplines \override-lines #'(word-space . 4)
874              \doc-chars #solesmes
875 @end lilypond
876
877
878 @node Estilos de cabezas de nota
879 @appendixsec Estilos de cabezas de nota
880 @translationof Note head styles
881
882 @cindex nota, estilos de cabeza
883 Se pueden usar los siguientes estilos para las cabezas de las notas.
884
885 @lilypondfile[noindent]{note-head-style.ly}
886
887 @include markup-commands.tely
888
889 @include markup-list-commands.tely
890
891 @node Lista de articulaciones
892 @appendixsec Lista de articulaciones
893 @translationof List of articulations
894
895 @cindex accent
896 @cindex acento
897 @cindex apagado
898 @cindex arco abajo
899 @cindex arco arriba
900 @cindex calderón
901 @cindex coda
902 @cindex downbow
903 @cindex espressivo
904 @cindex fermata
905 @cindex flageolet
906 @cindex foot marks
907 @cindex grupeto circular
908 @cindex grupeto circular invertido
909 @cindex marcato
910 @cindex mordent
911 @cindex open
912 @cindex halfopen
913 @cindex organ pedal marks
914 @cindex pedal, indicaciones de
915 @cindex portato
916 @cindex prall
917 @cindex prallmordent
918 @cindex prallprall
919 @cindex reverseturn
920 @cindex segno
921 @cindex semitrino
922 @cindex semitrino descendente
923 @cindex staccatissimo
924 @cindex staccato
925 @cindex stopped
926 @cindex tenuto
927 @cindex thumb marking
928 @cindex trill
929 @cindex trino
930 @cindex turn
931 @cindex upbow
932 @cindex varcoda
933 @cindex órgano, indicaciones de pedal de
934
935
936 @lilypondfile[quote,texidoc]{script-chart.ly}
937
938
939 @node Notas de percusión
940 @appendixsec Notas de percusión
941 @translationof Percussion notes
942
943 @lilypondfile[quote]{percussion-chart.ly}
944
945
946 @node Glosario técnico
947 @appendixsec Glosario técnico
948 @translationof Technical glossary
949
950 Glosario de los términos técnicos y conceptos que se utilizan
951 internamente en LilyPond.  Estos términos pueden aparecer en los
952 manuales, en las listas de distribución de correo o en el código
953 fuente.
954
955 @menu
956 * alist::
957 * callback::
958 * closure::
959 * glyph::
960 * grob::
961 * immutable::
962 * interface::
963 * lexer::
964 * mutable::
965 * output-def::
966 * parser::
967 * parser variable::
968 * prob::
969 * simple closure::
970 * smob::
971 * stencil::
972 @end menu
973
974 @node alist
975 @unnumberedsubsec alist
976
977 @cindex alist
978 @cindex association list
979
980 @untranslated
981
982 @node callback
983 @unnumberedsubsec callback
984
985 @cindex callback
986
987 @untranslated
988
989 @node closure
990 @unnumberedsubsec closure
991
992 @cindex closure
993 @cindex simple closure
994
995 @untranslated
996
997 @node glyph
998 @unnumberedsubsec glyph
999
1000 @cindex glyph
1001 @cindex font
1002 @cindex typeface
1003
1004 @untranslated
1005
1006 @seealso
1007 Referencia de la notación:
1008 @ref{Fonts},
1009 @ref{Text encoding}.
1010
1011
1012 @node grob
1013 @unnumberedsubsec grob
1014
1015 @cindex grob
1016 @cindex layout objects
1017 @cindex graphical objects
1018
1019 @untranslated
1020
1021 @seealso
1022 Manual de aprendizaje:
1023 @rlearning{Objects and interfaces},
1024 @rlearning{Naming conventions of objects and properties},
1025 @rlearning{Properties of layout objects}.
1026
1027 Referencia de funcionamiento interno:
1028 @rinternals{grob-interface},
1029 @rinternals{All layout objects}.
1030
1031
1032 @node immutable
1033 @unnumberedsubsec immutable
1034
1035 @cindex immutable objects
1036 @cindex immutable properties
1037 @cindex shared properties
1038
1039 @untranslated
1040
1041 @seealso
1042 Referencia de la notación:
1043 @ref{mutable}.
1044
1045 @node interface
1046 @unnumberedsubsec interface
1047
1048 @cindex interface
1049 @cindex grob-interface
1050 @cindex graphical object interfaces
1051
1052 @untranslated
1053
1054 @seealso
1055 Manual de aprendizaje:
1056 @rlearning{Objects and interfaces},
1057 @rlearning{Naming conventions of objects and properties},
1058 @rlearning{Properties found in interfaces}.
1059
1060 Referencia de la notación:
1061 @ref{Layout interfaces}.
1062
1063 Referencia de funcionamiento interno:
1064 @rinternals{Graphical Object Interfaces}.
1065
1066
1067 @node lexer
1068 @unnumberedsubsec lexer
1069
1070 @cindex lexer
1071 @cindex Flex
1072
1073 @untranslated
1074
1075 @node mutable
1076 @unnumberedsubsec mutable
1077
1078 @cindex mutable objects
1079 @cindex mutable properties
1080
1081 @untranslated
1082
1083 @seealso
1084 Referencia de la notación:
1085 @ref{immutable}.
1086
1087 @node output-def
1088 @unnumberedsubsec output-def
1089
1090 @cindex output-def
1091
1092 @untranslated
1093
1094 @node parser
1095 @unnumberedsubsec parser
1096
1097 @cindex parser
1098 @cindex Bison
1099 @cindex grammar for LilyPond
1100 @cindex BNF
1101
1102 @untranslated
1103
1104 @node parser variable
1105 @unnumberedsubsec parser variable
1106
1107 @cindex parser variable
1108 @cindex Scheme variable
1109 @cindex global variable
1110 @cindex afterGraceFraction
1111 @cindex musicQuotes
1112 @cindex mode
1113 @cindex output-count
1114 @cindex output-suffix
1115 @cindex parseStringResult
1116 @cindex partCombineListener
1117 @cindex pitchnames
1118 @cindex toplevel-bookparts
1119 @cindex toplevel-scores
1120 @cindex showLastLength
1121 @cindex showFirstLength
1122
1123 @untranslated
1124
1125 @node prob
1126 @unnumberedsubsec prob
1127
1128 @cindex prob
1129 @cindex property object
1130
1131 @untranslated
1132
1133 @node simple closure
1134 @unnumberedsubsec simple closure
1135
1136 Véase @ref{closure}.
1137
1138
1139 @node smob
1140 @unnumberedsubsec smob
1141
1142 @cindex smob
1143 @cindex Scheme object
1144
1145 @untranslated
1146
1147 @node stencil
1148 @unnumberedsubsec stencil
1149
1150 @cindex stencil
1151
1152 @untranslated
1153
1154 @seealso
1155 Referencia de funcionamiento interno:
1156 @rinternals{grob-interface}.
1157
1158
1159 @node Todas las propiedades de contexto
1160 @appendixsec Todas las propiedades de contexto
1161 @translationof All context properties
1162
1163 @include context-properties.tely
1164
1165
1166 @node Propiedades de disposición
1167 @appendixsec Propiedades de disposición
1168 @translationof Layout properties
1169
1170 @include layout-properties.tely
1171
1172
1173 @node Identificadores
1174 @appendixsec Identificadores
1175 @translationof Identifiers
1176
1177 @include identifiers.tely
1178
1179
1180 @node Funciones de Scheme
1181 @appendixsec Funciones de Scheme
1182 @translationof Scheme functions
1183
1184 @include scheme-functions.tely