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