]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/expressive.itely
Doc-ja: fix link in NR-Vocal
[lilypond.git] / Documentation / es / notation / expressive.itely
index b48c441ae10125a7439fab2ddad358eb3625c00c..5f2c5b4e687534924de0d54c3f96509c5fe5fd42 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @ignore
-    Translation of GIT committish: 9830313f5f1f76df8b46bdeffe716fd5b2d6f331
+    Translation of GIT committish: 8f3dfc850e8e16723c4d9d00c848b5393dc16330
 
     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.14.0"
+@c \version "2.17.6"
 
 @node Expresiones
 @section Expresiones
@@ -177,8 +177,8 @@ multicompás (y sólo a un silencio multicompás).  La instrucción
 crea un objeto @code{MultiMeasureRestText}.
 
 @lilypond[verbatim,quote,relative=2]
-\override Script #'color = #red
-\override MultiMeasureRestText #'color = #blue
+\override Script.color = #red
+\override MultiMeasureRestText.color = #blue
 a2\fermata r\fermata
 R1\fermataMarkup
 @end lilypond
@@ -626,6 +626,20 @@ moltoF = #(make-dynamic-script
 }
 @end lilypond
 
+Para alinear el texto del matiz dinámico a la izquierda en lugar
+de centrarlo sobre una nota, utilice un @code{\tweak}:
+
+@lilypond[verbatim,quote]
+moltoF = \tweak DynamicText.self-alignment-X #LEFT
+         #(make-dynamic-script
+            (markup #:normal-text "molto"
+                    #:dynamic "f"))
+\relative c' {
+  <d e>16 <d e>
+  <d e>2..\moltoF <d e>1
+}
+@end lilypond
+
 Los ajustes para las fuentes tipográficas en el modo de marcado se
 describen en @ref{Seleccionar la tipografía y su tamaño}.
 
@@ -992,7 +1006,13 @@ detalles, consulte @ref{Divisiones}.
 @lilypondfile[verbatim,quote,texidoc,doctitle]
 {changing-the-breath-mark-symbol.ly}
 
+@cindex marca de pulso
+
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{using-a-tick-as-the-breath-mark-symbol.ly}
+
 @cindex caesura
+@cindex cesura
 
 @lilypondfile[verbatim,quote,texidoc,doctitle]
 {inserting-a-caesura.ly}
@@ -1076,24 +1096,71 @@ siguen un camino lineal: glissandi, arpegios y trinos.
 @funindex \glissando
 @funindex glissando
 
-Se crea un @notation{glissando} adjuntando @code{\glissando} a la
-nota:
+Se crea un @notation{glissando} añadiendo @code{\glissando} después de
+la nota:
 
 @lilypond[verbatim,quote,relative=2]
 g2\glissando g'
 c2\glissando c,
+\afterGrace f,1\glissando f'16
+@end lilypond
+
+Un glissando puede conectar notas de un pentagrama a otro:
+
+@lilypond[verbatim,quote]
+\new PianoStaff <<
+  \new Staff = "right" {
+    e'''2\glissando
+    \change Staff = "left"
+    a,,4\glissando
+    \change Staff = "right"
+    b''8 r |
+  }
+  \new Staff = "left" {
+    \clef bass
+    s1
+  }
+>>
+@end lilypond
+
+Un glissando puede conectar las notas dentro de un acorde.  Si se
+necesita hacer algo que no sea una conexión de una nota con otra entre
+los dos acordes, las conexiones entre las notas vienen definidas por
+medio de @code{\glissandoMap}, donde las notas de un acorde se suponen
+numeradas, empezando en cero, en el orden en que aparecen en el código
+de entrada del archivo @file{.ly}.
+
+@lilypond[verbatim,quote,relative=2]
+<c, e>1\glissando g' |
+<c, e>1\glissando |
+<g' b> |
+\break
+\set glissandoMap = #'((0 . 1) (1 . 0))
+<c, g'>1\glissando |
+<d a'> |
+\set glissandoMap = #'((0 . 0) (0 . 1) (0 . 2))
+c1\glissando |
+<d f a> |
+\set glissandoMap = #'((2 . 0) (1 . 0) (0 . 1))
+<f d a'>1\glissando |
+<c c'> |
 @end lilypond
 
 Se pueden crear distintos tipos de glissando.  Para ver más detalles,
 consulte @ref{Estilos de línea}.
 
 @snippets
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{contemporary-glissando.ly}
 
 @lilypondfile[verbatim,quote,texidoc,doctitle]
-{glissandi-can-skip-grobs.ly}
+{adding-timing-marks-to-long-glissandi.ly}
 
 @lilypondfile[verbatim,quote,texidoc,doctitle]
-{contemporary-glissando.ly}
+{making-glissandi-breakable.ly}
+
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{extending-glissandi-across-repeats.ly}
 
 @seealso
 Glosario musical: