From c3601b9158862c71960b889cb22356c8861028ad Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Fri, 18 Jun 2010 12:48:42 +0200 Subject: [PATCH] Doc-es: update. --- Documentation/es/changes.tely | 4 +- .../es/notation/changing-defaults.itely | 54 ++++++++++++------- Documentation/es/notation/chords.itely | 16 +++++- Documentation/es/notation/rhythms.itely | 24 +++++---- Documentation/es/notation/simultaneous.itely | 22 ++++---- Documentation/es/notation/spacing.itely | 17 +++--- Documentation/es/usage/lilypond-book.itely | 3 +- Documentation/es/web/community.itexi | 15 +++++- Documentation/es/web/introduction.itexi | 7 +-- Documentation/es/web/news-front.itexi | 12 ++++- 10 files changed, 114 insertions(+), 60 deletions(-) diff --git a/Documentation/es/changes.tely b/Documentation/es/changes.tely index 7f661f4a3a..80d0c4f091 100644 --- a/Documentation/es/changes.tely +++ b/Documentation/es/changes.tely @@ -1,6 +1,6 @@ \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 49ba9efe2d297534621c36304f37d56fda842872 + Translation of GIT committish: 541f77187b475f4ea84ca36485d2255dd7db0437 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -9,6 +9,8 @@ @setfilename lilypond-changes.info @settitle Registro de cambios de LilyPond +@include macros.itexi + @ifhtml @macro inputfileref{DIR,NAME} @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c diff --git a/Documentation/es/notation/changing-defaults.itely b/Documentation/es/notation/changing-defaults.itely index 42fa18158d..66617a3bd7 100644 --- a/Documentation/es/notation/changing-defaults.itely +++ b/Documentation/es/notation/changing-defaults.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore -Translation of GIT committish: ec23f3d2ccd1c99afe60f694cc46f0c2c50e0081 +Translation of GIT committish: 08a099c3829fea6b8192a1073347aee4ef07519f When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -3370,20 +3370,27 @@ De forma predeterminada, las letras de ensayo y los números de compás se centran horizontalmente sobre el objeto: @lilypond[verbatim,quote,relative=1] -e1 -% the RehearsalMark will be centered above the Clef +% The rehearsal mark will be centered above the Clef \override Score.RehearsalMark #'break-align-symbols = #'(clef) \key a \major \clef treble \mark "↓" -e -% the RehearsalMark will be centered above the TimeSignature +e1 +% The rehearsal mark will be centered above the Time Signature \override Score.RehearsalMark #'break-align-symbols = #'(time-signature) \key a \major \clef treble \time 3/4 \mark "↓" e2. +% The rehearsal mark will be centered above the Breath Mark +\override Score.RehearsalMark #'break-align-symbols = #'(breathing-sign) +\key a \major +\clef treble +\time 4/4 +e1 +\breathe +\mark "↓" @end lilypond Se puede especificar una lista de posibles objetos para la alineación. @@ -3396,20 +3403,27 @@ divisoria. Si la línea divisoria es invisible, el objeto se alinea con el punto en el que se encontraría la línea divisoria. @lilypond[verbatim,quote,relative=1] -e1 -% the RehearsalMark will be centered above the Key Signature +% The rehearsal mark will be centered above the Key Signature \override Score.RehearsalMark #'break-align-symbols = #'(key-signature clef) \key a \major \clef treble \mark "↓" -e -% the RehearsalMark will be centered above the Clef +e1 +% The rehearsal mark will be centered above the Clef \set Staff.explicitKeySignatureVisibility = #all-invisible \override Score.RehearsalMark #'break-align-symbols = #'(key-signature clef) -\key a \minor +\key a \major \clef bass \mark "↓" -e, +gis,,1 +% The rehearsal mark will be centered above the Bar Line +\set Staff.explicitKeySignatureVisibility = #all-invisible +\set Staff.explicitClefVisibility = #all-invisible +\override Score.RehearsalMark #'break-align-symbols = #'(key-signature clef) +\key a \major +\clef treble +\mark "↓" +e''1 @end lilypond La alineación de la letra de ensayo con relación al objeto de notación @@ -3418,23 +3432,23 @@ partitura con varios pentagramas, este ajuste se debe hacer para todos los pentagramas. @lilypond[verbatim,quote,relative=1] -% The RehearsalMark will be centered above the KeySignature +% The RehearsalMark will be centered above the Key Signature \override Score.RehearsalMark #'break-align-symbols = #'(key-signature) \key a \major \clef treble \time 4/4 \mark "↓" e1 -% The RehearsalMark will be aligned with the left edge of the KeySignature +% The RehearsalMark will be aligned with the left edge of the Key Signature \once \override Score.KeySignature #'break-align-anchor-alignment = #LEFT \mark "↓" \key a \major -e -% The RehearsalMark will be aligned with the right edge of the KeySignature +e1 +% The RehearsalMark will be aligned with the right edge of the Key Signature \once \override Score.KeySignature #'break-align-anchor-alignment = #RIGHT \key a \major \mark "↓" -e +e1 @end lilypond La letra de ensayo también se puede desplazar al borde derecho o @@ -3442,19 +3456,19 @@ izquierdo en una medida arbitraria. Las unidades son espacios de pentagrama: @lilypond[verbatim,quote,relative=1] -% The RehearsalMark will be aligned with the left edge of the KeySignature +% The RehearsalMark will be aligned with the left edge of the Key Signature % and then shifted right by 3.5 staff-spaces \override Score.RehearsalMark #'break-align-symbols = #'(key-signature) \once \override Score.KeySignature #'break-align-anchor = #3.5 \key a \major \mark "↓" -e -% The RehearsalMark will be aligned with the left edge of the KeySignature +e1 +% The RehearsalMark will be aligned with the left edge of the Key Signature % and then shifted left by 2 staff-spaces \once \override Score.KeySignature #'break-align-anchor = #-2 \key a \major \mark "↓" -e +e1 @end lilypond diff --git a/Documentation/es/notation/chords.itely b/Documentation/es/notation/chords.itely index 712b46068f..d8b95dbe51 100644 --- a/Documentation/es/notation/chords.itely +++ b/Documentation/es/notation/chords.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: ed748ad93c3b4aebee28dbc078d3f8c388db5cce + Translation of GIT committish: ec64184cf863f8565cfedd6dfe91198ce843526e When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -594,6 +594,20 @@ estas variables. El efecto se muestra aquí: @lilypondfile[ragged-right]{chord-names-languages.ly} + +@funindex chordNameLowercaseMinor + +Algunos cancioneros alemanes indican los acordes menores como letras +minúsculas, sin el sufijo @var{m}. Esto se puede conseguir +estableciendo la propiedad @code{chordNameLowercaseMinor}: + +@lilypond[verbatim,quote,ragged-right, relative=1] +\chords { + \set chordNameLowercaseMinor = ##t + c2 d:m e:m f +} +@end lilypond + Si ninguno de los ajustes predeterminados proporciona el resultado deseado, se puede afinar la presentación de los nombres de acorde a través de las siguientes propiedades. diff --git a/Documentation/es/notation/rhythms.itely b/Documentation/es/notation/rhythms.itely index 0ef720bc86..3f08b12238 100644 --- a/Documentation/es/notation/rhythms.itely +++ b/Documentation/es/notation/rhythms.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 4e70a2dd784a2be0d9fc9b9040986d76a84a5d1d + Translation of GIT committish: 397228a452fdce0a1bedb6d5b5d3b0c9717153cd When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -303,16 +303,18 @@ Referencia de funcionamiento interno: @cindex adorno, notas de, dentro de corchetes de grupo especial @knownissues -Cuando la primera nota de un pentagrama es una nota de adorno (un -mordente de una nota) seguida de un grupo de valoración especial, la -nota de adorno se debe situar antes de la instrucción @code{\times} -para evitar errores. En cualquier otro lugar, las notas de adorno sí -se pueden colocar dentro de los corchetes de grupo especial. Si se -escribe un grupo de valoración especial al principio de una pieza que -tiene una indicación de @code{\tempo}, debe añadir una instrucción -@code{\new Voice} explícita tal y como se explica en @rlearning{Las -voces contienen música}. - +Las notas de adorno se pueden escribir dentro de los corchetes de +grupo especial, @emph{excepto} cuando un pentagrama comienza por una +nota de adorno seguida de un grupo de valoración especial. En este +caso concreto, se debe poner la nota de adorno antes de la instrucción +@code{\times} para evitar errores. + +@cindex indicaciones de tempo dentro de corchetes de grupo especial + +Cuando se utiliza un grupo de valoreción especial al comienzo de una +pieza con una indicación de @code{\tempo}, la música se debe escribir +explícitamente dentro de un bloque @code{\new Voice}, tal y como se +explica en @rlearning{Las voces contienen música}. @node Escalar las duraciones diff --git a/Documentation/es/notation/simultaneous.itely b/Documentation/es/notation/simultaneous.itely index 977b128c8e..de281df1ad 100644 --- a/Documentation/es/notation/simultaneous.itely +++ b/Documentation/es/notation/simultaneous.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 3dd9b13331489a191d0e901245cc98476e5fcac1 + Translation of GIT committish: 92a62616ff89ab626457d607a3d5ecc81fcd3b81 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -91,26 +91,24 @@ Para reducir el tecleo, se puede usar una abreviatura de repetición del acorde anterior. El símbolo de repetición de acordes es @code{q}: @lilypond[verbatim,quote,relative=1] - q q q +4 q q q @end lilypond Como en los acordes normales, el símbolo de repetición de acordes -puede ir seguido de una duración y unas articulaciones. Sólo se -duplican las alturas del acorde anterior; las articulaciones, matices, -etc., no se repiten. +puede usarse con duraciones, articulaciones, elementos de marcado, ligaduras +de expresión, barras, etc., pues sólo se duplican las notas del acorde precedente. @lilypond[verbatim,quote,relative=1] -8\p q q4-| q8.^"text" q16 q4-| +4\p q^"text"( q8)[-| q8.] q16-1-2-3 @end lilypond -Las notas de los acordes (introducidos utilizando ángulos de apertura -y cierre) sólo se memorizan para ser repetidos por parte de @code{q}: -es posible repetir un acorde incluso si, por ejemplo, una sola nota -(sin ángulos de apertura y cierre) o un silencio se han producido -mientras tanto. +El símbolo de repetición de acordes +siempre recuerda la última ocurrencia de un acorde, +por lo que es posible repetir el acorde más reciente +incluso si se han escrito en medio otras notas que no están en un acorde, o silencios. @lilypond[verbatim,quote,relative=1] -8 c' q c r4 q +8 c'4 q r8 q @end lilypond @seealso diff --git a/Documentation/es/notation/spacing.itely b/Documentation/es/notation/spacing.itely index c81e7ba00b..806e973993 100644 --- a/Documentation/es/notation/spacing.itely +++ b/Documentation/es/notation/spacing.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 119073f232bac1d756e2b3d3dc00c53fac40e9dd + Translation of GIT committish: 73211849ad13f6bc6bde1582e608c1bf13d0a7dd When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -1673,14 +1673,13 @@ hacerlo como propiedades de grob. Estas variables del bloque paper son @var{between-system-spacing}, @var{between-scores-system-spacing}, @var{after-title-spacing}, @var{before-title-spacing}, @var{between-title-spacing}, @var{top-system-spacing}, -@var{top-system-spacing}, @var{top-title-spacing} y -@var{bottom-system-spacing}. Observe que estas variables ignoran las -líneas que nos son pautas. Por ejemplo, @var{between-system-spacing} -controla el espaciado desde la línea media del pentagrama inferior de -un sistema hasta la línea del pentagrama superior del sistema -siguiente, tanto si hay letra debajo del sistema superior como si no. -Consulte @ref{Dimensiones verticales} para ver una descripción de cada -una de dichas variables. +@var{top-title-spacing} y @var{bottom-system-spacing}. Observe que +estas variables ignoran las líneas que nos son pautas. Por ejemplo, +@var{between-system-spacing} controla el espaciado desde la línea +media del pentagrama inferior de un sistema hasta la línea del +pentagrama superior del sistema siguiente, tanto si hay letra debajo +del sistema superior como si no. Consulte @ref{Dimensiones +verticales} para ver una descripción de cada una de dichas variables. Aún hay otras dos variables del bloque @code{\paper} que afectan al espaciado vertical: si @var{ragged-bottom} está ajustado a @code{##t}, diff --git a/Documentation/es/usage/lilypond-book.itely b/Documentation/es/usage/lilypond-book.itely index 9e9ec8a5f8..e63310b4fb 100644 --- a/Documentation/es/usage/lilypond-book.itely +++ b/Documentation/es/usage/lilypond-book.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 20df663611b8664f6e2d574e7dfe085172c1bda0 + Translation of GIT committish: 37fad23ed3941fc55f118b1c4e96dae40d458f24 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -1032,6 +1032,7 @@ salida basándose en la extensión del nombre del archivo de entrada. @item @strong{extensión} @tab @strong{formato de salida} @item @item @file{.html} @tab HTML +@item @file{.htmly} @tab HTML @item @file{.itely} @tab Texinfo @item @file{.latex} @tab @LaTeX{} @item @file{.lytex} @tab @LaTeX{} diff --git a/Documentation/es/web/community.itexi b/Documentation/es/web/community.itexi index aaedbaea13..1547582363 100644 --- a/Documentation/es/web/community.itexi +++ b/Documentation/es/web/community.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: a5fd30e7288eae7bc4417cff39a53bb7d75ecb60 + Translation of GIT committish: ebaf1b9c170e883ffec9ec376d48b6664be11078 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -107,6 +107,19 @@ escribir a la lista lilypond-user a través de gmane} @warning{Al formular preguntas, por favor, ¡utilice @ref{Ejemplos mínimos}!} +@subsubheading El Repositorio de Fragmentos de Código de LilyPond + +El Repositorio de Fragmentos de Código de LilyPond es una gran +colección de ejemplos remitidos por los usuarios, que se pueden copiar +y usar libremente en sus propias obras. ¡Vea las cosas que otros han +escrito, y añada las suyas propias! + +@example +@uref{http://lsr.dsi.unimi.it} +@end example + +Los ejemplos del LSR que son especialmente instructivos se incluyen en +nuestra documentación oficial, en @ref{Fragmentos}. @subsubheading IRC diff --git a/Documentation/es/web/introduction.itexi b/Documentation/es/web/introduction.itexi index ffb83bb831..91eebca6d2 100644 --- a/Documentation/es/web/introduction.itexi +++ b/Documentation/es/web/introduction.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: 77b5a11faca0966ffd0bf9c80bbfcbe0fcc0daa5 + Translation of GIT committish: 9b4bc840bfa328cd3a7969e529efa61e51e5edaa When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -301,7 +301,8 @@ de las notas que se escriben para el pentagrama normal. La salida estándar se puede modificar de forma muy profunda. He aquí un impresionante análisis schenkeriano creado por Kris Schaffer, para un artículo de la revista -@uref{http://www.linuxjournal.com/article/8364 , Linux Journal} +@uref{http://www.linuxjournal.com/article/8364 , Linux Journal}. Se +han añadido algunos colores para mejorar la visibilidad. @exampleImage{bach-schenker} @newsEnd @@ -1058,7 +1059,7 @@ activamente para actualizarlo a nuestra versión estable actual, 2.12.} @divEnd @divClass{column-center-top} -@divEnd@subheading Entornos de edición de texto: Emacs y Vim +@divEnd@subheading Emacs y Vim @sourceimage{logo-linux,,,} @sourceimage{logo-freebsd,,,} diff --git a/Documentation/es/web/news-front.itexi b/Documentation/es/web/news-front.itexi index 211d87eaa6..2343766c8b 100644 --- a/Documentation/es/web/news-front.itexi +++ b/Documentation/es/web/news-front.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: 8aef54b8d4c2ad24715c78eb094f12e43f633a47 + Translation of GIT committish: 2d61a9baaa114e1ae72cce06decd3053cc28386b When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -18,6 +18,16 @@ @c FIXME: fill in number @c used for news about the upcoming release; see CG x.y +@newsItem +@subsubheading ¡Lanzado LilyPond 2.13.23! @emph{3 de junio de 2010} + +Nos complace anunciar el lanzamiento de LilyPond 2.13.23. Esta +versión contiene el conjunto habitual de correcciones de fallos. Sin +embargo, aún quedan algunos problemas críticos, por lo que esta +versión está orientada solamente a los desarrolladores. +@newsEnd + + @newsItem @subsubheading ¡Lanzado LilyPond 2.13.22! @emph{27 de mayo de 2010} -- 2.39.2