]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/notation-appendices.itely
Doc-es: update Notation/Pitches.
[lilypond.git] / Documentation / es / notation / notation-appendices.itely
index 97a14738c4b6276e5d3560ccb52a4601e2473725..4fadbb20ec2002787ebf34bdac9d100bbcb3d708 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 
 @ignore
-    Translation of GIT committish: 05321651998ea6b04cd6649f5d4dcdd9b102d7f5
+    Translation of GIT committish: 4cd16b30ea12e67d0c67c3e5663db113ae95db5f
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.13.29"
+@c \version "2.19.28"
 
 @node Tablas del manual sobre notación
 @appendix Tablas del manual sobre notación
 @menu
 * Cuadro de nombres de acordes::
 * Modificadores de acorde más usuales::
+* Afinaciones de cuerdas predefinidas::
 * Diagramas predefinidos de posiciones::
+* Tamaños de página predefinidos::
 * Instrumentos MIDI::
 * Lista de colores::
 * La tipografía Feta::
 * Estilos de cabezas de nota::
+* Estilos de clave::
 * Instrucciones de marcado de texto::
 * Instrucciones de listas de marcado de texto::
+* Lista de caracteres especiales::
 * Lista de articulaciones::
 * Notas de percusión::
 * Glosario técnico::
 * Todas las propiedades de contexto::
 * Propiedades de disposición::
 * Funciones musicales disponibles::
+* Identificadores de modificación de contextos::
 * Predicados de tipo predefinidos::
 * Funciones de Scheme::
 @end menu
 
 
+
 @node Cuadro de nombres de acordes
 @appendixsec Cuadro de nombres de acordes
 @translationof Chord name chart
 
-Las siguientes tablas muestran dos sistemas estándar para imprimir los
+La siguiente tabla muestra dos sistemas estándar para imprimir los
 nombres de los acordes, junto a las notas que representan.
 
-@lilypondfile{chord-names-jazz.ly}
+@c The line width is a hack to allow space for instrument names
+@lilypondfile[quote,line-width=15\cm]{chord-names-jazz.ly}
 
 @node Modificadores de acorde más usuales
 @appendixsec Modificadores de acorde más usuales
 @translationof Common chord modifiers
 
 La tabla siguiente presenta los modificadores de acorde que se pueden
-usar en el modo de acordes @code{\chordmode} para generar las
-estructuras de acordes estándar.
+usar para generar las estructuras de acordes estándar.
 
-@multitable @columnfractions .2 .3 .2 .2
+@multitable @columnfractions .2 .25 .2 .15 .2
 
 @item
-@b{Tipo de acorde}
+@b{Tipo}
 @tab
-@b{Intervalos}
+@b{Intervalo}
 @tab
-@b{Modificador(es)}
+@b{Modificador}
 @tab
 @b{Ejemplo}
+@tab
+@b{Salida}
 
 
 @item
 Mayor
 @tab
-Tercera mayor y quinta justa
+Tercera mayor y quinta @*justa
 @tab
 @code{5} o nada
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:5
-}
+@code{c1:5}
+@tab
+@lilypond[line-width=2.1\cm,notime]
+<<
+  \chords { c1:5 }
+  \chordmode { c1:5 }
+>>
 @end lilypond
 
 @item
 Menor
 @tab
-Tercera menor y quinta justa
+Tercera menor y quinta @*justa
 @tab
 @code{m} o @code{m5}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:m
-}
+@code{c1:m}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:m }
+  \chordmode { c1:m }
+>>
 @end lilypond
 
 @item
 Aumentado
 @tab
-Tercera mayor y quinta aumentada
+Tercera mayor y quinta @*aumentada
 @tab
 @code{aug}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:aug
-}
+@code{c1:aug}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:aug }
+  \chordmode { c1:aug }
+>>
 @end lilypond
 
 @item
 Disminuido
 @tab
-Tercera menor y quinta disminuida
+Tercera menor y quinta @*disminuida
 @tab
 @code{dim}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:dim
-}
+@code{c1:dim}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:dim }
+  \chordmode { c1:dim }
+>>
 @end lilypond
 
 @item
 Séptima dominante
 @tab
-Tríada mayor con séptima menor
+Tríada mayor con séptima @*menor
 @tab
 @code{7}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:7
-}
+@code{c1:7}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:7 }
+  \chordmode { c1:7 }
+>>
 @end lilypond
 
 @item
 Séptima mayor
 @tab
-Tríada mayor y séptima mayor
+Tríada mayor y séptima @*mayor
 @tab
 @code{maj7} ó @code{maj}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:maj7
-}
+@code{c1:maj7}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:maj7 }
+  \chordmode { c1:maj7 }
+>>
 @end lilypond
 
 @item
 Séptima menor
 @tab
-Tríada menor y séptima menor
+Tríada menor y séptima @*menor
 @tab
 @code{m7}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:m7
-}
+@code{c1:m7}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:m7 }
+  \chordmode { c1:m7 }
+>>
 @end lilypond
 
 @item
 Séptima disminuida
 @tab
-Tríada disminuida y séptima disminuida
+Tríada disminuida y séptima @*disminuida
 @tab
 @code{dim7}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:dim7
-}
+@code{c1:dim7}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:dim7}
+  \chordmode { c1:dim7 }
+>>
 @end lilypond
 
 @item
 Aumentado con séptima
 @tab
-Tríada aumentada y séptima menor
+Tríada aumentada y séptima @*menor
 @tab
 @code{aug7}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:aug7
-}
+@code{c1:aug}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:aug7 }
+  \chordmode { c1:aug7 }
+>>
 @end lilypond
 
 @item
 Séptima semi-disminuido
 @tab
-Tríada disminuida y séptima menor
+Tríada disminuida y séptima @*menor
 @tab
 @code{m7.5-}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:m7.5-
-}
+@code{c1:m7.5-}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:m7.5- }
+  \chordmode { c1:m7.5- }
+>>
 @end lilypond
 
 @item
 Menor con séptima mayor
 @tab
-Tríada menor con séptima mayor
+Tríada menor con séptima @*mayor
 @tab
-@code{maj7.3-}
+@code{m7+}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:maj7.3-
-}
+@code{m7+}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:m7+ }
+  \chordmode { c1:m7+ }
+>>
 @end lilypond
 
 @item
 Mayor con sexta
 @tab
-Tríada mayor y sexta
+Tríada mayor y @*sexta
 @tab
 @code{6}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:6
-}
+@code{c1:6}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:6 }
+  \chordmode { c1:6 }
+>>
 @end lilypond
 
 @item
 Menor con sexta
 @tab
-Tríada menor y sexta
+Tríada menor y @*sexta
 @tab
 @code{m6}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:m6
-}
+@code{c1:m6}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:m6 }
+  \chordmode { c1:m6 }
+>>
 @end lilypond
 
 @item
 Novena dominante
 @tab
-Séptima dominante con novena mayor
+Séptima dominante con novena @*mayor
 @tab
 @code{9}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:9
-}
+@code{c1:9}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:9 }
+  \chordmode { c1:9 }
+>>
 @end lilypond
 
 @item
 Mayor con novena
 @tab
-Séptima mayor y novena mayor
+Séptima mayor y novena @*mayor
 @tab
 @code{maj9}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:maj9
-}
+@code{c1:maj9}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:maj9 }
+  \chordmode { c1:maj9 }
+>>
 @end lilypond
 
 @item
 Menor con novena
 @tab
-Séptima menor y novena mayor
+Séptima menor y novena @*mayor
 @tab
 @code{m9}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:m9
-}
+@code{c1:m9}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:m9 }
+  \chordmode { c1:m9 }
+>>
 @end lilypond
 
 @item
 Oncena dominante
 @tab
-Novena dominante con oncena justa
+Novena dominante con oncena @*justa
 @tab
 @code{11}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:11
-}
+@code{c1:11}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:11 }
+  \chordmode { c1:11 }
+>>
 @end lilypond
 
 @item
 Oncena mayor
 @tab
-Novena mayor y oncena justa
+Novena mayor y oncena @*justa
 @tab
 @code{maj11}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:maj11
-}
+@code{c1:maj11}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:maj11 }
+  \chordmode { c1:maj11 }
+>>
 @end lilypond
 
 @item
 Menor con oncena
 @tab
-Novena menor y oncena justa
+Novena menor y oncena @*justa
 @tab
 @code{m11}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:m11
-}
+@code{c1:m11}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:m11 }
+  \chordmode { c1:m11 }
+>>
 @end lilypond
 
 @item
 Trecena dominante
 @tab
-Novena dominante y trecena mayor
+Novena dominante y trecena @*mayor
 @tab
 @code{13}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:13
-}
+@code{c1:13}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:13 }
+  \chordmode { c1:13 }
+>>
 @end lilypond
 
 @item
 Trecena dominante
 @tab
-Oncena dominante y trecena mayor
+Oncena dominante y trecena @*mayor
 @tab
 @code{13.11}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:13.11
-}
+@code{c1:13.11}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords{ c1:13.11 }
+  \chordmode { c1:13.11 }
+>>
 @end lilypond
 
 @item
 Mayor con trecena
 @tab
-Oncena mayor y trecena mayor
+Oncena mayor y trecena @*mayor
 @tab
 @code{maj13.11}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:maj13.11
-}
+@code{c1:maj13.11}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:maj13.11 }
+  \chordmode { c1:maj13.11 }
+>>
 @end lilypond
 
 @item
 Menor con trecena
 @tab
-Oncena menor y trecena mayor
+Oncena menor y trecena @*mayor
 @tab
 @code{m13.11}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:m13.11
-}
+@code{c1:m13.11}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:m13.11 }
+  \chordmode { c1:m13.11 }
+>>
 @end lilypond
 
 @item
 Segunda suspendida
 @tab
-Segunda mayor y quinta justa
+Segunda mayor y quinta @*justa
 @tab
 @code{sus2}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:sus2
-}
+@code{c1:sus2}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:sus2 }
+  \chordmode { c1:sus2 }
+>>
 @end lilypond
 
 @item
 Cuarta suspendida
 @tab
-Cuarta justa y quinta justa
+Cuarta justa y quinta @*justa
 @tab
 @code{sus4}
 @tab
-@lilypond[line-width=3\cm,noragged-right, notime]
-\chordmode {
-  c1:sus4
-}
+@code{c1:sus4}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+<<
+  \chords { c1:sus4 }
+  \chordmode { c1:sus4 }
+>>
 @end lilypond
 
+@item
+Acorde de potencia o de quinta vacía @*(de dos notas)
+@tab
+Quinta justa
+@tab
+@code{1.5}
+@tab
+@code{\powerChords c1:5}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+\chordmode { \powerChords c1:5 }
+@end lilypond
+
+@item
+Acorde de potencia o de quinta vacía @*@w{(de tres notas)}
+@tab
+Quinta justa, @*octava
+@tab
+@code{1.5.8}
+@tab
+@code{\powerChords c1:5.8}
+@tab
+@lilypond[line-width=2.1\cm,noragged-right,notime]
+  \chordmode { \powerChords c1:5.8 }
+@end lilypond
 
 @end multitable
 
+@node Afinaciones de cuerdas predefinidas
+@appendixsec Afinaciones de cuerdas predefinidas
+@translationof Predefined string tunings
+
+El cuadro de abajo muestra las afinaciones predefinidas de cuerdas.
+
+@lilypondfile{display-predefined-string-tunings.ly}
+
 @node Diagramas predefinidos de posiciones
 @appendixsec Diagramas predefinidos de posiciones
 @translationof Predefined fretboard diagrams
 
-El cuadro siguiente presenta los diagramas de posiciones de acordes
-predefinidos para guitarra.
+@menu
+* Diagramas para guitarra::
+* Diagramas para ukelele::
+* Diagramas para mandolina::
+@end menu
+
+@node Diagramas para guitarra
+@unnumberedsubsec Diagramas para guitarra
+@translationof Diagrams for Guitar
+
+@lilypondfile[line-width=15.5\cm]{display-predefined-fretboards.ly}
+
+@node Diagramas para ukelele
+@unnumberedsubsec Diagramas para ukelele
+@translationof Diagrams for Ukulele
+
+@lilypondfile[line-width=15.5\cm]{display-predefined-ukulele-fretboards.ly}
+
+@node Diagramas para mandolina
+@unnumberedsubsec Diagramas para mandolina
+@translationof Diagrams for Mandolin
+
+@lilypondfile[line-width=15.5\cm]{display-predefined-mandolin-fretboards.ly}
+
+
+@node Tamaños de página predefinidos
+@appendixsec Tamaños de página predefinidos
+@translationof Predefined paper sizes
+
+Los tamaños de página se definen en el archivo @file{scm/paper.scm}
+
+@noindent
+@strong{La serie A de @qq{ISO 216}}
+@table @code
+@item "a10"
+(26 x 37 mm)
+@item "a9"
+(37 x 52 mm)
+@item "a8"
+(52 x 74 mm)
+@item "a7"
+(74 x 105 mm)
+@item "a6"
+(105 x 148 mm)
+@item "a5"
+(148 x 210 mm)
+@item "a4"
+(210 x 297 mm)
+@item "a3"
+(297 x 420 mm)
+@item "a2"
+(420 x 594 mm)
+@item "a1"
+(594 x 841 mm)
+@item "a0"
+(841 x 1189 mm)
+@end table
+
+@noindent
+@strong{La serie B de @qq{ISO 216}}
+@table @code
+@item "b10"
+(31 x 44 mm)
+@item "b9"
+(44 x 62 mm)
+@item "b8"
+(62 x 88 mm)
+@item "b7"
+(88 x 125 mm)
+@item "b6"
+(125 x 176 mm)
+@item "b5"
+(176 x 250 mm)
+@item "b4"
+(250 x 353 mm)
+@item "b3"
+(353 x 500 mm)
+@item "b2"
+(500 x 707 mm)
+@item "b1"
+(707 x 1000 mm)
+@item "b0"
+(1000 x 1414 mm)
+@end table
+
+@noindent
+@strong{Dos tamaños extendidos según se definen en @qq{DIN 476}}
+@table @code
+@item "4a0"
+(1682 x 2378 mm)
+@item "2a0"
+(1189 x 1682 mm)
+@end table
+
+@noindent
+@strong{Serie C estándar de @qq{ISO 269}}
+@table @code
+@item "c10"
+(28 x 40 mm)
+@item "c9"
+(40 x 57 mm)
+@item "c8"
+(57 x 81 mm)
+@item "c7"
+(81 x 114 mm)
+@item "c6"
+(114 x 162 mm)
+@item "c5"
+(162 x 229 mm)
+@item "c4"
+(229 x 324 mm)
+@item "c3"
+(324 x 458 mm)
+@item "c2"
+(458 x 648 mm)
+@item "c1"
+(648 x 917 mm)
+@item "c0"
+(917 x 1297 mm)
+@end table
+
+@noindent
+@strong{Tamaños de página norteamiericanos}
+@table @code
+@item "junior-legal"
+(8.0 x 5.0 in)
+@item "legal"
+(8.5 x 14.0 in)
+@item "ledger"
+(17.0 x 11.0 in)
+@item "letter"
+(8.5 x 11.0 in)
+@item "tabloid"
+(11.0 x 17.0 in)
+@item "11x17"
+(11.0 x 17.0 in)
+@item "17x11"
+(17.0 x 11.0 in)
+@end table
+
+@noindent
+@strong{Tamaño carta gubernamental del IEEE Printer Working Group, para escritura de niños}
+@table @code
+@item "government-letter"
+(8 x 10.5 in)
+@item "government-legal"
+(8.5 x 13.0 in)
+@item "philippine-legal"
+(8.5 x 13.0 in)
+@end table
+
+@noindent
+@strong{Tamaños de ANSI}
+@table @code
+@item "ansi a"
+(8.5 x 11.0 in)
+@item "ansi b"
+(17.0 x 11.0 in)
+@item "ansi c"
+(17.0 x 22.0 in)
+@item "ansi d"
+(22.0 x 34.0 in)
+@item "ansi e"
+(34.0 x 44.0 in)
+@item "engineering f"
+(28.0 x 40.0 in)
+@end table
 
-@lilypondfile{display-predefined-fretboards.ly}
+@noindent
+@strong{Tamaños arquitectóncos norteamericanos}
+@table @code
+@item "arch a"
+(9.0 x 12.0 in)
+@item "arch b"
+(12.0 x 18.0 in)
+@item "arch c"
+(18.0 x 24.0 in)
+@item "arch d"
+(24.0 x 36.0 in)
+@item "arch e"
+(36.0 x 48.0 in)
+@item "arch e1"
+(30.0 x 42.0 in)
+@end table
 
-El cuadro siguiente presenta los diagramas de traste predefinidos para ukelele.
+@noindent
+@strong{Tamaños antiguos que aún se utilizan en el Reino Unido}
+@table @code
+@item "statement"
+(5.5 x 8.5 in)
+@item "half letter"
+(5.5 x 8.5 in)
+@item "quarto"
+(8.0 x 10.0 in)
+@item "octavo"
+(6.75 x 10.5 in)
+@item "executive"
+(7.25 x 10.5 in)
+@item "monarch"
+(7.25 x 10.5 in)
+@item "foolscap"
+(8.27 x 13.0 in)
+@item "folio"
+(8.27 x 13.0 in)
+@item "super-b"
+(13.0 x 19.0 in)
+@item "post"
+(15.5 x 19.5 in)
+@item "crown"
+(15.0 x 20.0 in)
+@item "large post"
+(16.5 x 21.0 in)
+@item "demy"
+(17.5 x 22.5 in)
+@item "medium"
+(18.0 x 23.0 in)
+@item "broadsheet"
+(18.0 x 24.0 in)
+@item "royal"
+(20.0 x 25.0 in)
+@item "elephant"
+(23.0 x 28.0 in)
+@item "double demy"
+(22.5 x 35.0 in)
+@item "quad demy"
+(35.0 x 45.0 in)
+@item "atlas"
+(26.0 x 34.0 in)
+@item "imperial"
+(22.0 x 30.0 in)
+@item "antiquarian"
+(31.0 x 53.0 in)
+@end table
+
+@noindent
+@strong{Tamaños basados en PA4}
+@table @code
+@item "pa0"
+(840 x 1120 mm)
+@item "pa1"
+(560 x 840 mm)
+@item "pa2"
+(420 x 560 mm)
+@item "pa3"
+(280 x 420 mm)
+@item "pa4"
+(210 x 280 mm)
+@item "pa5"
+(140 x 210 mm)
+@item "pa6"
+(105 x 140 mm)
+@item "pa7"
+(70 x 105 mm)
+@item "pa8"
+(52 x 70 mm)
+@item "pa9"
+(35 x 52 mm)
+@item "pa10"
+(26 x 35 mm)
+@end table
+
+@noindent
+@strong{Usado en el Asia suroriental y en Australia}
+@table @code
+@item "f4"
+(210 x 330 mm)
+@end table
+
+@noindent
+@strong{Usado para los diminutos ejemplos de @code{@@lilypond} de la documentación; basado en a8 apaisado.}
+@table @code
+@item "a8landscape"
+(74 x 52 mm)
+@end table
 
-@lilypondfile{display-predefined-ukulele-fretboards.ly}
 
 @node Instrumentos MIDI
 @appendixsec Instrumentos MIDI
@@ -415,7 +798,6 @@ de los instrumentos que aparece aquí, de arriba a abajo empezando por
 la columna de la izquierda, corresponde a los 128 números de programa
 del estándar General MIDI.
 
-
 @example
 acoustic grand            contrabass           lead 7 (fifths)
 bright acoustic           tremolo strings      lead 8 (bass+lead)
@@ -598,6 +980,7 @@ consulte @ref{Formatear el texto}.
 * Glifos de puntas de corchete::
 * Glifos de pedal::
 * Glifos de acordeón::
+* Glifos de ligadura::
 * Glifos de vaticana::
 * Glifos de medicea::
 * Glifos de Hufnagel::
@@ -605,6 +988,7 @@ consulte @ref{Formatear el texto}.
 * Glifos de neomensural::
 * Glifos de Petrucci::
 * Glifos de Solesmes::
+* Glifos de la notación del canto kievano::
 @end menu
 
 
@@ -614,8 +998,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #clefs
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #clefs
 @end lilypond
 
 
@@ -625,8 +1009,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #timesig
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #timesig
 @end lilypond
 
 
@@ -636,8 +1020,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #numbers
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #numbers
 @end lilypond
 
 
@@ -647,8 +1031,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #accidentals
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #accidentals
 @end lilypond
 
 
@@ -658,8 +1042,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #default-noteheads
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #default-noteheads
 @end lilypond
 
 
@@ -669,8 +1053,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #special-noteheads
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #special-noteheads
 @end lilypond
 
 
@@ -680,8 +1064,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #shape-note-noteheads
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #shape-note-noteheads
 @end lilypond
 
 
@@ -691,8 +1075,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #rests
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #rests
 @end lilypond
 
 
@@ -702,8 +1086,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #flags
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #flags
 @end lilypond
 
 
@@ -713,8 +1097,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #dots
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #dots
 @end lilypond
 
 
@@ -724,8 +1108,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #dynamics
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #dynamics
 @end lilypond
 
 
@@ -735,8 +1119,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #scripts
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #scripts
 @end lilypond
 
 
@@ -746,8 +1130,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #arrowheads
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #arrowheads
 @end lilypond
 
 
@@ -757,8 +1141,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #brackettips
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #brackettips
 @end lilypond
 
 
@@ -768,8 +1152,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #pedal
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #pedal
 @end lilypond
 
 
@@ -779,8 +1163,19 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #accordion
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #accordion
+@end lilypond
+
+
+@node Glifos de ligadura
+@unnumberedsubsec Glifos de ligadura
+@translationof Tie glyphs
+
+@lilypond[quote]
+\include "font-table.ly"
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #ties
 @end lilypond
 
 
@@ -790,8 +1185,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #vaticana
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #vaticana
 @end lilypond
 
 
@@ -801,8 +1196,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #medicaea
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #medicaea
 @end lilypond
 
 
@@ -812,8 +1207,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #hufnagel
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #hufnagel
 @end lilypond
 
 
@@ -823,8 +1218,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #mensural
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #mensural
 @end lilypond
 
 
@@ -834,8 +1229,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #neomensural
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #neomensural
 @end lilypond
 
 
@@ -845,8 +1240,8 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #petrucci
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #petrucci
 @end lilypond
 
 
@@ -856,8 +1251,19 @@ consulte @ref{Formatear el texto}.
 
 @lilypond[quote]
 \include "font-table.ly"
-\markuplines \override-lines #'(word-space . 4)
-             \doc-chars #solesmes
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #solesmes
+@end lilypond
+
+
+@node Glifos de la notación del canto kievano
+@unnumberedsubsec Glifos de la notación del canto kievano
+@translationof Kievan Notation glyphs
+
+@lilypond[quote]
+\include "font-table.ly"
+\markuplist \override-lines #'(word-space . 4)
+            \doc-chars #kievan
 @end lilypond
 
 
@@ -871,6 +1277,242 @@ Se pueden usar los siguientes estilos para las cabezas de las notas.
 @lilypondfile[noindent]{note-head-style.ly}
 
 
+@node Estilos de clave
+@appendixsec Estilos de clave
+@translationof Clef styles
+
+La tabla siguiente presenta los distintos estilos de clave
+posibles y el lugar del @emph{Do central} en cada una.
+
+@multitable @columnfractions .30 .2 .30 .2
+
+@headitem
+Ejemplo
+@tab
+Salida
+@tab
+Ejemplo
+@tab
+Salida
+
+
+@item
+@code{\clef G}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef G c1
+@end lilypond
+
+@tab
+@code{\clef "G2"}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef "G2"
+c1
+@end lilypond
+
+@item
+@code{\clef treble}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef treble
+c1
+@end lilypond
+
+@tab
+@code{\clef violin}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef violin
+c1
+@end lilypond
+
+@item
+@code{\clef french}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef french
+c1
+@end lilypond
+
+@tab
+@code{\clef GG}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef GG
+c1
+@end lilypond
+
+@item
+@code{\clef tenorG}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef tenorG
+c1
+@end lilypond
+
+@tab
+@code{\clef soprano}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef soprano
+c1
+@end lilypond
+
+@item
+@code{\clef mezzosoprano}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef mezzosoprano
+c1
+@end lilypond
+
+@tab
+@code{\clef C}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef C
+c1
+@end lilypond
+
+@item
+@code{\clef alto}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef alto
+c1
+@end lilypond
+
+@tab
+@code{\clef tenor}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef tenor
+c1
+@end lilypond
+
+@item
+@code{\clef baritone}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef baritone
+c1
+@end lilypond
+
+@tab
+@code{\clef varC}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef varC
+c1
+@end lilypond
+
+@item
+@code{\clef altovarC}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef altovarC
+c1
+@end lilypond
+
+@tab
+@code{\clef tenorvarC}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef tenorvarC
+c1
+@end lilypond
+
+@item
+@code{\clef baritonevarC}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef baritonevarC
+c1
+@end lilypond
+
+@tab
+@code{\clef varbaritone}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef varbaritone
+c1
+@end lilypond
+
+@item
+@code{\clef baritonevarF}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef baritonevarF
+c1
+@end lilypond
+
+@tab
+@code{\clef F}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef F
+c1
+@end lilypond
+
+@item
+@code{\clef bass}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef bass
+c1
+@end lilypond
+
+@tab
+@code{\clef subbass}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef subbass
+c1
+@end lilypond
+
+@item
+@code{\clef percussion}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\clef percussion
+c1
+@end lilypond
+
+@tab
+@c @example does not work as expected within multitables
+@code{
+\new TabStaff @{ @*
+@ @ \clef tab @*
+@}
+}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\new TabStaff {
+  \clef tab
+  c1
+}
+@end lilypond
+
+@item
+@c @example does not work as expected within multitables
+@code{
+\new TabStaff @{ @*
+@ @ \clef moderntab @*
+@}
+}
+@tab
+@lilypond[line-width=3\cm,notime,ragged-right,relative=1]
+\new TabStaff {
+  \clef moderntab
+  c1
+}
+@end lilypond
+
+
+@end multitable
+
+
 @node Instrucciones de marcado de texto
 @appendixsec Instrucciones de marcado de texto
 @translationof Text markup commands
@@ -883,11 +1525,31 @@ Se pueden usar los siguientes estilos para las cabezas de las notas.
 @translationof Text markup list commands
 
 Se puede usar cualquiera de las siguientes instrucciones con
-@code{\markuplines}:
+@code{\markuplist}:
 
 @include markup-list-commands.tely
 
 
+@node Lista de caracteres especiales
+@appendixsec Lista de caracteres especiales
+@translationof List of special characters
+
+Se pueden usar las siguientes referencias a carcteres especiales; para
+ver más detalles, consulte @ref{Alias de ASCII}.
+
+Se usa la sintaxis del HTML y casi todas estas referencias son las
+mismas que en el HTML.  El resto están inspiradas en @LaTeX{}.
+
+Los caracteres están enmarcados en un rectángulo de forma que pueda
+verse el tamaño que tienen. Se ha añadido un pequeño relleno de
+separación entre el carácter y el rectángulo para mejorar la
+legibilidad.
+
+@lilypond[quote]
+\include "special-characters.ly"
+@end lilypond
+
+
 @node Lista de articulaciones
 @appendixsec Lista de articulaciones
 @translationof List of articulations
@@ -979,6 +1641,7 @@ se pueden adjuntar a las notas (p.ej. @samp{c\accent}).
 \new RhythmicStaff { \scriptStaff #articulations }
 @end lilypond
 
+
 @node Indicaciones de adornos
 @unnumberedsubsec Indicaciones de adornos
 @translationof Ornament scripts
@@ -988,6 +1651,7 @@ se pueden adjuntar a las notas (p.ej. @samp{c\accent}).
 \new RhythmicStaff { \scriptStaff #ornaments }
 @end lilypond
 
+
 @node Indicaciones de calderón
 @unnumberedsubsec Indicaciones de calderón
 @translationof Fermata scripts
@@ -997,6 +1661,7 @@ se pueden adjuntar a las notas (p.ej. @samp{c\accent}).
 \new RhythmicStaff { \scriptStaff #fermatas }
 @end lilypond
 
+
 @node Indicaciones específicas de ciertos instrumentos
 @unnumberedsubsec Indicaciones específicas de ciertos instrumentos
 @translationof Instrument-specific scripts
@@ -1006,6 +1671,7 @@ se pueden adjuntar a las notas (p.ej. @samp{c\accent}).
 \new RhythmicStaff { \scriptStaff #instrument-specific }
 @end lilypond
 
+
 @node Indicaciones de repetición
 @unnumberedsubsec Indicaciones de repetición
 @translationof Repeat sign scripts
@@ -1015,6 +1681,7 @@ se pueden adjuntar a las notas (p.ej. @samp{c\accent}).
 \new RhythmicStaff { \scriptStaff #repeats }
 @end lilypond
 
+
 @node Indicaciones antiguas
 @unnumberedsubsec Indicaciones antiguas
 @translationof Ancient scripts
@@ -1061,6 +1728,7 @@ fuente.
 * stencil (sello)::
 @end menu
 
+
 @node alist (lista-A)
 @unnumberedsubsec alist (lista-A)
 @translationof alist
@@ -1078,6 +1746,7 @@ forma que se pueda informar de los fallos de comprobación de tipo con
 un mensaje de consola que incluye el nombre del predicado de tipo
 esperado.
 
+
 @node callback
 @unnumberedsubsec callback
 @translationof callback
@@ -1134,11 +1803,10 @@ una ligadura.  Un conjunto de glifos con un estilo y forma uniformes
 forman una fuente tipográfica, y un conjunto de fuentes tipográficas
 que abarcan varios estilos forman un tipo.
 
-
 @seealso
 Referencia de la notación:
 @ref{Tipografías},
-@ref{Codificación del texto}.
+@ref{Caracteres especiales}.
 
 
 @node grob (objeto gráfico)
@@ -1188,6 +1856,7 @@ se pueden cambiar utilizando @code{\override} y @code{\revert}.
 Referencia de la notación:
 @ref{mutable}.
 
+
 @node interfaz
 @unnumberedsubsec interfaz
 @translationof interface
@@ -1253,6 +1922,7 @@ de los cálculos se almacenan en propiedades mutables.
 Referencia de la notación:
 @ref{inmutable}.
 
+
 @node output-def (definición de salida)
 @unnumberedsubsec output-def (definición de salida)
 @translationof output-def
@@ -1286,7 +1956,7 @@ mensaje de error adecuado.  Las agrupaciones sintácticas y las reglas
 para construir estas agrupaciones a partir de sus elementos
 constituyentes para la sintaxis de LilyPond están definidas en
 @file{lily/parser.yy} y se muestran en la forma normal de Backus (BNF)
-dentro de @ref{Gramática de LilyPond}.  Este archivo se usa para
+dentro de @rcontrib{LilyPond grammar}.  Este archivo se usa para
 construir el analizador sintáctico durante la compilación del programa
 por parte del generador de analizadores sintácticos, Bison.  Es parte
 del código fuente y no se incluye dentro de la instalación binaria de
@@ -1305,7 +1975,6 @@ LilyPond.
 @cindex modo
 @cindex output-count
 @cindex output-suffix
-@cindex parseStringResult
 @cindex partCombineListener
 @cindex pitchnames
 @cindex toplevel-bookparts
@@ -1318,7 +1987,7 @@ por parte de los usuarios está fuertemente desaconsejado, porque su
 semántica de ámbito puede ser confusa.
 
 Cuando el valor de una de estas variables se modifica dentro de un
-archivo @code{.ly}, el cambio es global, y a no ser que se revierta
+archivo @file{.ly}, el cambio es global, y a no ser que se revierta
 explícitamente, el nuevo valor persistirá hasta el final del archivo,
 afectando a todos los bloques @code{\score} así como a los archivos
 externos añadidos con la instrucción @code{\include}.  Esto puede
@@ -1333,7 +2002,6 @@ LilyPond utiliza las siguientes variables del analizador sintáctico:
 @item mode
 @item output-count
 @item output-suffix
-@item parseStringResult
 @item partCombineListener
 @item pitchnames
 @item toplevel-bookparts
@@ -1383,6 +2051,7 @@ complejos, usados para objetos con identidades.  Si tiene acceso a las
 fuentes de LilyPond sources, encontrará más información en
 @file{lily/includes/smob.hh}.
 
+
 @node stencil (sello)
 @unnumberedsubsec stencil (sello)
 @translationof stenci
@@ -1428,6 +2097,17 @@ Referencia de funcionamiento interno:
 @include identifiers.tely
 
 
+@node Identificadores de modificación de contextos
+@appendixsec Identificadores de modificación de contextos
+@translationof Context modification identifiers
+
+Se definen las siguientes instrucciones
+para su uso como modificaciones de contexto dentro de un
+bloque @code{\layout} o @code{\with}.
+
+@include context-mod-identifiers.tely
+
+
 @node Predicados de tipo predefinidos
 @appendixsec Predicados de tipo predefinidos
 @translationof Predefined type predicates