X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fnotation%2Fexpressive.itely;h=5f2c5b4e687534924de0d54c3f96509c5fe5fd42;hb=4c2d3b24c5ebd43479551c7a7c5016b4613dfadb;hp=e6988b026d1b62dfb4e6bb91ba2424bf2ae29aac;hpb=f25b23eb6fbbf83489dfac39f1908ab13a75b4b9;p=lilypond.git diff --git a/Documentation/es/notation/expressive.itely b/Documentation/es/notation/expressive.itely index e6988b026d..5f2c5b4e68 100644 --- a/Documentation/es/notation/expressive.itely +++ b/Documentation/es/notation/expressive.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: d47930b56be83c6433a577cb574daee43aa96a84 + 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' @@ -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' { + 16 + 2..\moltoF 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} @@ -1139,6 +1159,9 @@ consulte @ref{Estilos de línea}. @lilypondfile[verbatim,quote,texidoc,doctitle] {making-glissandi-breakable.ly} +@lilypondfile[verbatim,quote,texidoc,doctitle] +{extending-glissandi-across-repeats.ly} + @seealso Glosario musical: @rglos{glissando}.