]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/notation-appendices.itely
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / es / user / notation-appendices.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: c5692ebfd28493444a1669cd550b2430bb2ba29a
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.11.51"
11
12 @node Notation manual tables
13 @appendix Notation manual tables
14
15 @menu
16 * Chord name chart::
17 * Common chord modifiers::
18 * Predefined fretboard diagrams::
19 * MIDI instruments::
20 * List of colors::
21 * The Feta font::
22 * Note head styles::
23 * List of articulations::
24 * Percussion notes::
25 * All context properties::
26 * Layout properties::
27 * Identifiers::
28 * Scheme functions::
29 @end menu
30
31
32
33 @node Chord name chart
34 @appendixsec Chord name chart
35
36 Las siguientes tablas muestran dos sistemas estándar para imprimir los nombres de los acordes,
37 junto a las notas que representan.
38
39 @lilypondfile{chord-names-jazz.ly}
40
41 @node Common chord modifiers
42 @appendixsec Common chord modifiers
43
44 La tabla siguiente presenta los modificadores de acorde que se pueden
45 usar en el modo de acordes @code{\chordmode} para generar las
46 estructuras de acordes estándar.
47
48 @multitable @columnfractions .2 .3 .2 .2
49
50 @item
51 @b{Tipo de acorde}
52 @tab
53 @b{Intervalos}
54 @tab
55 @b{Modificador(es)}
56 @tab
57 @b{Ejemplo}
58
59
60 @item
61 Mayor
62 @tab
63 Tercera mayor y quinta justa
64 @tab
65 @code{5} o nada
66 @tab
67 @lilypond[line-width=3\cm,noragged-right, notime]
68 \chordmode {
69   c1:5
70 }
71 @end lilypond
72
73 @item
74 Menor
75 @tab
76 Tercera menor y quinta justa
77 @tab
78 @code{m} o @code{m5}
79 @tab
80 @lilypond[line-width=3\cm,noragged-right, notime]
81 \chordmode {
82   c1:m
83 }
84 @end lilypond
85
86 @item
87 Aumentado
88 @tab
89 Tercera mayor y quinta aumentada
90 @tab
91 @code{aug}
92 @tab
93 @lilypond[line-width=3\cm,noragged-right, notime]
94 \chordmode {
95   c1:aug
96 }
97 @end lilypond
98
99 @item
100 Disminuido
101 @tab
102 Tercera menor y quinta disminuida
103 @tab
104 @code{dim}
105 @tab
106 @lilypond[line-width=3\cm,noragged-right, notime]
107 \chordmode {
108   c1:dim
109 }
110 @end lilypond
111
112 @item
113 Séptima dominante
114 @tab
115 Tríada mayor con séptima menor
116 @tab
117 @code{7}
118 @tab
119 @lilypond[line-width=3\cm,noragged-right, notime]
120 \chordmode {
121   c1:7
122 }
123 @end lilypond
124
125 @item
126 Séptima mayor
127 @tab
128 Tríada mayor y séptima mayor
129 @tab
130 @code{maj7} or @code{maj}
131 @tab
132 @lilypond[line-width=3\cm,noragged-right, notime]
133 \chordmode {
134   c1:maj7
135 }
136 @end lilypond
137
138 @item
139 Séptima menor
140 @tab
141 Tríada menor y séptima menor
142 @tab
143 @code{m7}
144 @tab
145 @lilypond[line-width=3\cm,noragged-right, notime]
146 \chordmode {
147   c1:m7
148 }
149 @end lilypond
150
151 @item
152 Séptima disminuida
153 @tab
154 Tríada disminuida y séptima disminuida
155 @tab
156 @code{dim7}
157 @tab
158 @lilypond[line-width=3\cm,noragged-right, notime]
159 \chordmode {
160   c1:dim7
161 }
162 @end lilypond
163
164 @item
165 Aumentado con séptima
166 @tab
167 Tríada aumentada y séptima menor
168 @tab
169 @code{aug7}
170 @tab
171 @lilypond[line-width=3\cm,noragged-right, notime]
172 \chordmode {
173   c1:aug7
174 }
175 @end lilypond
176
177 @item
178 Séptima semi-disminuido
179 @tab
180 Tríada disminuida y séptima menor
181 @tab
182 @code{dim5m7}
183 @tab
184 @lilypond[line-width=3\cm,noragged-right, notime]
185 \chordmode {
186   c1:dim5m7
187 }
188 @end lilypond
189
190 @item
191 Menor con séptima mayor
192 @tab
193 Tríada menor con séptima mayor
194 @tab
195 @code{7m5}
196 @tab
197 @lilypond[line-width=3\cm,noragged-right, notime]
198 \chordmode {
199   c1:7m5
200 }
201 @end lilypond
202
203 @item
204 Mayor con sexta
205 @tab
206 Tríada mayor y sexta
207 @tab
208 @code{6}
209 @tab
210 @lilypond[line-width=3\cm,noragged-right, notime]
211 \chordmode {
212   c1:6
213 }
214 @end lilypond
215
216 @item
217 Menor con sexta
218 @tab
219 Tríada menor y sexta
220 @tab
221 @code{m6}
222 @tab
223 @lilypond[line-width=3\cm,noragged-right, notime]
224 \chordmode {
225   c1:m6
226 }
227 @end lilypond
228
229 @item
230 Novena dominante
231 @tab
232 Séptima dominante con novena mayor
233 @tab
234 @code{9}
235 @tab
236 @lilypond[line-width=3\cm,noragged-right, notime]
237 \chordmode {
238   c1:9
239 }
240 @end lilypond
241
242 @item
243 Novena mayor
244 @tab
245 HACER
246 @tab
247 @code{maj9}
248 @tab
249 @lilypond[line-width=3\cm,noragged-right, notime]
250 \chordmode {
251   c1:maj9
252 }
253 @end lilypond
254
255 @item
256 Menor con novena
257 @tab
258 HACER
259 @tab
260 @code{m9}
261 @tab
262 @lilypond[line-width=3\cm,noragged-right, notime]
263 \chordmode {
264   c1:m9
265 }
266 @end lilypond
267
268 @item
269 Oncena dominante
270 @tab
271 Novena dominante con oncena justa
272 @tab
273 @code{11}
274 @tab
275 @lilypond[line-width=3\cm,noragged-right, notime]
276 \chordmode {
277   c1:11
278 }
279 @end lilypond
280
281 @item
282 Oncena mayor
283 @tab
284 HACER
285 @tab
286 @code{maj11}
287 @tab
288 @lilypond[line-width=3\cm,noragged-right, notime]
289 \chordmode {
290   c1:maj11
291 }
292 @end lilypond
293
294 @item
295 Menor con oncena
296 @tab
297 HACER
298 @tab
299 @code{m11}
300 @tab
301 @lilypond[line-width=3\cm,noragged-right, notime]
302 \chordmode {
303   c1:m11
304 }
305 @end lilypond
306
307 @item
308 Trecena dominante
309 @tab
310 Oncena dominante y trecena mayor
311 @tab
312 @code{13.11}
313 @tab
314 @lilypond[line-width=3\cm,noragged-right, notime]
315 \chordmode {
316   c1:13.11
317 }
318 @end lilypond
319
320 @item
321 Mayor con trecena
322 @tab
323 HACER
324 @tab
325 @code{maj13.11}
326 @tab
327 @lilypond[line-width=3\cm,noragged-right, notime]
328 \chordmode {
329   c1:maj13.11
330 }
331 @end lilypond
332
333 @item
334 Menor con trecena
335 @tab
336 HACER
337 @tab
338 @code{m13.11}
339 @tab
340 @lilypond[line-width=3\cm,noragged-right, notime]
341 \chordmode {
342   c1:m13.11
343 }
344 @end lilypond
345
346 @item
347 Segunda suspendida
348 @tab
349 HACER
350 @tab
351 @code{sus2}
352 @tab
353 @lilypond[line-width=3\cm,noragged-right, notime]
354 \chordmode {
355   c1:sus2
356 }
357 @end lilypond
358
359 @item
360 Cuarta suspendida
361 @tab
362 HACER
363 @tab
364 @code{sus4}
365 @tab
366 @lilypond[line-width=3\cm,noragged-right, notime]
367 \chordmode {
368   c1:sus4
369 }
370 @end lilypond
371
372
373 @end multitable
374
375 @node Predefined fretboard diagrams
376 @appendixsec Predefined fretboard diagrams
377
378 El cuadro siguiente presenta los diagramas de traste predefinidos.
379
380 @lilypondfile{display-predefined-fretboards.ly}
381
382
383 @node MIDI instruments
384 @appendixsec MIDI instruments
385
386 A continuación figura una lista con los nombres que se pueden utilizar para la
387 propiedad @code{midiInstrument} (instrumento MIDI).
388
389 @example
390 acoustic grand            contrabass           lead 7 (fifths)
391 bright acoustic           tremolo strings      lead 8 (bass+lead)
392 electric grand            pizzicato strings    pad 1 (new age)
393 honky-tonk                orchestral strings   pad 2 (warm)
394 electric piano 1          timpani              pad 3 (polysynth)
395 electric piano 2          string ensemble 1    pad 4 (choir)
396 harpsichord               string ensemble 2    pad 5 (bowed)
397 clav                      synthstrings 1       pad 6 (metallic)
398 celesta                   synthstrings 2       pad 7 (halo)
399 glockenspiel              choir aahs           pad 8 (sweep)
400 music box                 voice oohs           fx 1 (rain)
401 vibraphone                synth voice          fx 2 (soundtrack)
402 marimba                   orchestra hit        fx 3 (crystal)
403 xylophone                 trumpet              fx 4 (atmosphere)
404 tubular bells             trombone             fx 5 (brightness)
405 dulcimer                  tuba                 fx 6 (goblins)
406 drawbar organ             muted trumpet        fx 7 (echoes)
407 percussive organ          french horn          fx 8 (sci-fi)
408 rock organ                brass section        sitar
409 church organ              synthbrass 1         banjo
410 reed organ                synthbrass 2         shamisen
411 accordion                 soprano sax          koto
412 harmonica                 alto sax             kalimba
413 concertina                tenor sax            bagpipe
414 acoustic guitar (nylon)   baritone sax         fiddle
415 acoustic guitar (steel)   oboe                 shanai
416 electric guitar (jazz)    english horn         tinkle bell
417 electric guitar (clean)   bassoon              agogo
418 electric guitar (muted)   clarinet             steel drums
419 overdriven guitar         piccolo              woodblock
420 distorted guitar          flute                taiko drum
421 guitar harmonics          recorder             melodic tom
422 acoustic bass             pan flute            synth drum
423 electric bass (finger)    blown bottle         reverse cymbal
424 electric bass (pick)      shakuhachi           guitar fret noise
425 fretless bass             whistle              breath noise
426 slap bass 1               ocarina              seashore
427 slap bass 2               lead 1 (square)      bird tweet
428 synth bass 1              lead 2 (sawtooth)    telephone ring
429 synth bass 2              lead 3 (calliope)    helicopter
430 violin                    lead 4 (chiff)       applause
431 viola                     lead 5 (charang)     gunshot
432 cello                     lead 6 (voice)
433 @end example
434
435
436 @node List of colors
437 @appendixsec List of colors
438
439 @subsubheading Normal colors
440
441 La sintaxis para el uso de colores se encuentra detallada en @ref{Coloring objects}.
442
443 @cindex lista de colores
444 @cindex colores, lista de
445
446 @verbatim
447 black       white          red         green
448 blue        cyan           magenta     yellow
449 grey        darkred        darkgreen   darkblue
450 darkcyan    darkmagenta    darkyellow
451 @end verbatim
452
453
454 @subsubheading X color names
455
456 Los nombres de los colores de X admiten algunas variantes:
457
458 Un nombre que se escribe como una palabra única con mayúsculas
459 intercaladas (p.ej. @q{LightSlateBlue}) se puede escribir también como
460 palabras separadas por espacios y sin mayúsculas (p.ej. @q{light slate
461 blue}).
462
463 La palabra @q{grey} siempre se puede escribir como @q{gray} (p.ej. @q{DarkSlateGray}).
464
465 Algunos nombres admiten un sufijo numérico (p.ej. @q{LightSalmon4}).
466
467
468 @subsubheading Color Names without a numerical suffix:
469
470 @verbatim
471 snow            GhostWhite      WhiteSmoke      gainsboro       FloralWhite
472 OldLace         linen           AntiqueWhite    PapayaWhip      BlanchedAlmond
473 bisque          PeachPuff       NavajoWhite     moccasin        cornsilk
474 ivory           LemonChiffon    seashell        honeydew        MintCream
475 azure           AliceBlue       lavender        LavenderBlush   MistyRose
476 white           black           DarkSlateGrey   DimGrey         SlateGrey
477 LightSlateGrey  grey            LightGrey       MidnightBlue    navy
478 NavyBlue        CornflowerBlue  DarkSlateBlue   SlateBlue       MediumSlateBlue
479 LightSlateBlue  MediumBlue      RoyalBlue       blue            DodgerBlue
480 DeepSkyBlue     SkyBlue         LightSkyBlue    SteelBlue       LightSteelBlue
481 LightBlue       PowderBlue      PaleTurquoise   DarkTurquoise   MediumTurquoise
482 turquoise       cyan            LightCyan       CadetBlue       MediumAquamarine
483 aquamarine      DarkGreen       DarkOliveGreen  DarkSeaGreen    SeaGreen
484 MediumSeaGreen  LightSeaGreen   PaleGreen       SpringGreen     LawnGreen
485 green           chartreuse      MediumSpringGreen       GreenYellow     LimeGreen
486 YellowGreen     ForestGreen     OliveDrab       DarkKhaki       khaki
487 PaleGoldenrod   LightGoldenrodYellow    LightYellow     yellow  gold
488 LightGoldenrod  goldenrod       DarkGoldenrod   RosyBrown       IndianRed
489 SaddleBrown     sienna          peru            burlywood       beige
490 wheat           SandyBrown      tan             chocolate       firebrick
491 brown           DarkSalmon      salmon          LightSalmon     orange
492 DarkOrange      coral           LightCoral      tomato          OrangeRed
493 red             HotPink         DeepPink        pink            LightPink
494 PaleVioletRed   maroon          MediumVioletRed VioletRed       magenta
495 violet          plum            orchid          MediumOrchid    DarkOrchid
496 DarkViolet      BlueViolet      purple          MediumPurple    thistle
497 DarkGrey        DarkBlue        DarkCyan        DarkMagenta     DarkRed
498 LightGreen
499 @end verbatim
500
501
502 @subsubheading Color names with a numerical suffix
503
504 En los nombres siguientes, el sufijo N puede ser un número del 1 al 4:
505
506 @verbatim
507 snowN           seashellN       AntiqueWhiteN   bisqueN         PeachPuffN
508 NavajoWhiteN    LemonChiffonN   cornsilkN       ivoryN          honeydewN
509 LavenderBlushN  MistyRoseN      azureN          SlateBlueN      RoyalBlueN
510 blueN           DodgerBlueN     SteelBlueN      DeepSkyBlueN    SkyBlueN
511 LightSkyBlueN   LightSteelBlueN LightBlueN      LightCyanN      PaleTurquoiseN
512 CadetBlueN      turquoiseN      cyanN           aquamarineN     DarkSeaGreenN
513 SeaGreenN       PaleGreenN      SpringGreenN    greenN          chartreuseN
514 OliveDrabN      DarkOliveGreenN khakiN          LightGoldenrodN LightYellowN
515 yellowN         goldN           goldenrodN      DarkGoldenrodN  RosyBrownN
516 IndianRedN      siennaN         burlywoodN      wheatN          tanN
517 chocolateN      firebrickN      brownN          salmonN         LightSalmonN
518 orangeN         DarkOrangeN     coralN          tomatoN         OrangeRedN
519 redN            DeepPinkN       HotPinkN        pinkN           LightPinkN
520 PaleVioletRedN  maroonN         VioletRedN      magentaN        orchidN
521 plumN           MediumOrchidN   DarkOrchidN     purpleN         MediumPurpleN
522 thistleN
523 @end verbatim
524
525
526 @subsubheading Grey Scale
527
528 Se puede obtener una escala de grises utilizando:
529
530 @example
531 greyN
532 @end example
533
534 @noindent
535 donde N es un número entre 0 y 100.
536
537
538 @node The Feta font
539 @appendixsec The Feta font
540
541 @cindex Feta, tipografía
542 @cindex tipografía Feta
543
544 Los símbolos siguientes están disponibles en la tipografía Emmentaler
545 y es posible acceder a ellos directamente utilizando elementos de
546 marcado textual como @code{g^\markup @{ \musicglyph #"scripts.segno"
547 @}}, véase @ref{Formatting text}.
548
549 @lilypondfile[noindent]{font-table.ly}
550
551
552 @node Note head styles
553 @appendixsec Note head styles
554
555 @cindex nota, estilos de cabeza
556 Se pueden usar los siguientes estilos para las cabezas de las notas.
557
558 @lilypondfile[noindent]{note-head-style.ly}
559
560 @include markup-commands.tely
561
562 @include markup-list-commands.tely
563
564 @node List of articulations
565 @appendixsec List of articulations
566
567 @cindex accent
568 @cindex acento
569 @cindex apagado
570 @cindex arco abajo
571 @cindex arco arriba
572 @cindex calderón
573 @cindex coda
574 @cindex downbow
575 @cindex espressivo
576 @cindex fermata
577 @cindex flageolet
578 @cindex foot marks
579 @cindex grupeto circular
580 @cindex grupeto circular invertido
581 @cindex marcato
582 @cindex mordent
583 @cindex open
584 @cindex organ pedal marks
585 @cindex pedal, indicaciones de
586 @cindex portato
587 @cindex prall
588 @cindex prallmordent
589 @cindex prallprall
590 @cindex reverseturn
591 @cindex segno
592 @cindex semitrino
593 @cindex semitrino descendente
594 @cindex staccatissimo
595 @cindex staccato
596 @cindex stopped
597 @cindex tenuto
598 @cindex thumb marking
599 @cindex trill
600 @cindex trino
601 @cindex turn
602 @cindex upbow
603 @cindex varcoda
604 @cindex órgano, indicaciones de pedal de
605
606 He aquí un cuadro que muestra todas las articulaciones disponibles:
607
608 @lilypondfile[quote]{script-chart.ly}
609
610
611 @node Percussion notes
612 @appendixsec Percussion notes
613
614 @lilypondfile[quote]{percussion-chart.ly}
615
616
617 @node All context properties
618 @appendixsec All context properties
619
620 @include context-properties.tely
621
622
623 @node Layout properties
624 @appendixsec Layout properties
625
626 @include layout-properties.tely
627
628
629 @node Identifiers
630 @appendixsec Identifiers
631
632 @include identifiers.tely
633
634
635 @node Scheme functions
636 @appendixsec Scheme functions
637
638 @include scheme-functions.tely