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