From 3ab58c5bfe39e20f990d0e47fc2b015305fdfed4 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Tue, 15 Jan 2013 18:41:25 +0100 Subject: [PATCH] Doc-es: update Fundamental, Editorial, Expressive, Fretted. --- Documentation/es/learning/fundamental.itely | 4 +-- .../es/notation/changing-defaults.itely | 8 +++--- Documentation/es/notation/editorial.itely | 2 +- Documentation/es/notation/expressive.itely | 25 ++++++++++++++++++- .../es/notation/fretted-strings.itely | 10 +++++--- Documentation/es/notation/staff.itely | 4 +-- Documentation/es/notation/vocal.itely | 2 +- 7 files changed, 40 insertions(+), 15 deletions(-) diff --git a/Documentation/es/learning/fundamental.itely b/Documentation/es/learning/fundamental.itely index f4afd36ee9..a4ae78c2fc 100644 --- a/Documentation/es/learning/fundamental.itely +++ b/Documentation/es/learning/fundamental.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 67a345f965d169bc1acd23ff4160914fb2142f38 + Translation of GIT committish: d409c67cbbdebe840220c17f796544a8a9dd193e When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -1620,7 +1620,7 @@ Hemos visto esto en la sección acerca de la letra, en @ref{Voces y música voca @seealso Referencia de la notación: -@ruser{Crear contextos}. +@ruser{Crear y referenciar contextos}. @node Explicación de los grabadores diff --git a/Documentation/es/notation/changing-defaults.itely b/Documentation/es/notation/changing-defaults.itely index c400017d6e..821ac9a40b 100644 --- a/Documentation/es/notation/changing-defaults.itely +++ b/Documentation/es/notation/changing-defaults.itely @@ -64,7 +64,7 @@ Esta sección explica qué son los contextos y cómo modificarlos. @menu * Explicación de los contextos:: -* Crear contextos:: +* Crear y referenciar contextos:: * Mantener vivos los contextos:: * Modificar los complementos (plug-ins) de contexto:: * Cambiar los valores por omisión de los contextos:: @@ -239,9 +239,9 @@ Normalmente se deja que se cree implícitamente. Tipografía nombres de acordes. -@node Crear contextos -@subsection Crear contextos -@translationof Creating contexts +@node Crear y referenciar contextos +@subsection Crear y referenciar contextos +@translationof Creating and referencing contexts @c TODO more complete descriptions rather than learning style diff --git a/Documentation/es/notation/editorial.itely b/Documentation/es/notation/editorial.itely index b58ef05702..ff59b6b6ad 100644 --- a/Documentation/es/notation/editorial.itely +++ b/Documentation/es/notation/editorial.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @c This file is included from notation.itely @ignore - Translation of GIT committish: 26a079ca2393d053315ef8dbef626c897dc9645a + Translation of GIT committish: 13da8b27aabc5d5a752d00ed1e2b99ad20f0f264 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' 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}. diff --git a/Documentation/es/notation/fretted-strings.itely b/Documentation/es/notation/fretted-strings.itely index 58524535d0..fd0a141f9d 100644 --- a/Documentation/es/notation/fretted-strings.itely +++ b/Documentation/es/notation/fretted-strings.itely @@ -385,9 +385,6 @@ ties = \relative c' { @cindex armónicos en tablatura @cindex tablatura y armónicos -@cindex deslizamientos en notación de tablatura -@cindex tablatura y deslizamientos -@cindex glissandos de acordes @funindex \harmonic @funindex \harmonicByFret @funindex \harmonicByRatio @@ -472,9 +469,14 @@ ratioHarmonics = { @lilypondfile[verbatim,quote,texidoc,doctitle] {fretted-string-harmonics-in-tablature.ly} +@cindex deslizamientos en notación de tablatura +@cindex tablatura y deslizamientos + @lilypondfile[verbatim,quote,texidoc,doctitle] {slides-in-tablature.ly} +@cindex glissandos en acordes + @lilypondfile[verbatim,quote,texidoc,doctitle] {chord-glissando-in-tablature.ly} @@ -1046,7 +1048,7 @@ bajo del diagrama de posición. (place-fret 1 3 3) ) } - 1^\markup { + 1^\markup { \fret-diagram-verbose #'( (capo 3) (mute 6) diff --git a/Documentation/es/notation/staff.itely b/Documentation/es/notation/staff.itely index 31f6023bc8..18440e6598 100644 --- a/Documentation/es/notation/staff.itely +++ b/Documentation/es/notation/staff.itely @@ -71,7 +71,7 @@ y grupos de ellos. Las @notation{pautas} y los @notation{pentagramas} o pautas de cinco líneas se crean con las instrucciones @code{\new} o @code{\context}. -Para ver más detalles, consulte @ref{Crear contextos}. +Para ver más detalles, consulte @ref{Crear y referenciar contextos}. El contexto básico de pentagrama es @code{Staff}: @@ -127,7 +127,7 @@ Glosario musical: @rglos{staves}. Referencia de la notación: -@ref{Crear contextos}, +@ref{Crear y referenciar contextos}, @ref{Pautas de percusión}, @ref{Mostrar los ritmos de la melodía}, @ref{Tablaturas predeterminadas}, diff --git a/Documentation/es/notation/vocal.itely b/Documentation/es/notation/vocal.itely index 9c4022054a..e80c35f33e 100644 --- a/Documentation/es/notation/vocal.itely +++ b/Documentation/es/notation/vocal.itely @@ -1132,7 +1132,7 @@ Manual de aprendizaje: Referencia de la notación: @ref{Orden de disposición de los contextos}, -@ref{Crear contextos}. +@ref{Crear y referenciar contextos}. @node Colocación horizontal de las sílabas @unnumberedsubsubsec Colocación horizontal de las sílabas -- 2.39.2