X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fnotation%2Frepeats.itely;h=aa21ce274dd380ae2ea02caf2c91eee072b2e8de;hb=3ec271a5093ea9d3150d3dae7c9f7220df03d12f;hp=2fb9a4025b9887fe477e5266286c022f12da00d5;hpb=bf3edc8e9233fd960dc5ab977b75dcb350267426;p=lilypond.git diff --git a/Documentation/es/notation/repeats.itely b/Documentation/es/notation/repeats.itely index 2fb9a4025b..aa21ce274d 100644 --- a/Documentation/es/notation/repeats.itely +++ b/Documentation/es/notation/repeats.itely @@ -1,13 +1,13 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: a713d376200adcb6eda27c8667eceb52116de341 + Translation of GIT committish: 873151f815f8b8e27eb5231c74e28392561e4668 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.17.11" +@c \version "2.19.21" @node Repeticiones @section Repeticiones @@ -94,10 +94,12 @@ donde @code{@var{expresión_musical}} es una expresión musical. Una repetición simple sin finales alternativos: -@lilypond[verbatim,quote,relative=2] -\repeat volta 2 { c4 d e f } -c2 d -\repeat volta 2 { d4 e f g } +@lilypond[verbatim,quote] +\relative { + \repeat volta 2 { c''4 d e f } + c2 d + \repeat volta 2 { d4 e f g } +} @end lilypond Los filanes alternativos (casillas de primera y segunda vez) @@ -121,38 +123,42 @@ a las repeticiones más antiguas. Repetición única con primera y segunda vez: -@lilypond[verbatim,quote,relative=2] -\repeat volta 2 { c4 d e f | } -\alternative { - { c2 e | } - { f2 g | } +@lilypond[verbatim,quote] +\relative { + \repeat volta 2 { c''4 d e f | } + \alternative { + { c2 e | } + { f2 g | } + } + c1 } -c1 @end lilypond +Varias repeticiones con primera y segunda vez: -Repetición única con primera y segunda vez, -con más de un final alternativo: - -@lilypond[verbatim,quote,relative=2] -\repeat volta 4 { c4 d e f | } -\alternative { - { c2 e | } - { f2 g | } +@lilypond[verbatim,quote] +\relative { + \repeat volta 4 { c''4 d e f | } + \alternative { + { c2 e | } + { f2 g | } + } + c1 } -c1 @end lilypond Más de una repetición con más de un final alternativo: -@lilypond[verbatim,quote,relative=2] -\repeat volta 3 { c4 d e f | } -\alternative { - { c2 e | } - { f2 g | } - { a2 g | } +@lilypond[verbatim,quote] +\relative { + \repeat volta 3 { c''4 d e f | } + \alternative { + { c2 e | } + { f2 g | } + { a2 g | } + } + c1 } -c1 @end lilypond @warning{Si hay dos o más alternativas, no debe aparecer @@ -178,20 +184,21 @@ signos de repetición no son verdaderas líneas divisorias. No utilice instrucciones @code{\partial} o comprobaciones de compás en los lugares en que se imprimen estos símbolos de repetición: -@lilypond[verbatim,quote,relative=1] -% no \partial here -c4 e g % no bar check here -% no \partial here -\repeat volta 4 { - e4 | - c2 e | +@lilypond[verbatim,quote] +\relative { % no \partial here + c'4 e g % no bar check here + % no \partial here + \repeat volta 4 { + e4 | + c2 e | + % no \partial here + g4 g g % no bar check here + } % no \partial here - g4 g g % no bar check here + g4 | + a2 a | + g1 | } -% no \partial here -g4 | -a2 a | -g1 | @end lilypond De forma similar, si una repetición compienza con el compás de @@ -200,18 +207,20 @@ dan las mismas condiciones que en el ejemplo anterior, excepto que en este caso se necesita la instrucción @code{\partial} al principio de la partitura: -@lilypond[verbatim,quote,relative=1] -\partial 4 % required -\repeat volta 4 { - e4 | - c2 e | +@lilypond[verbatim,quote] +\relative { + \partial 4 % required + \repeat volta 4 { + e'4 | + c2 e | + % no \partial here + g4 g g % no bar check here + } % no \partial here - g4 g g % no bar check here + g4 | + a2 a | + g1 | } -% no \partial here -g4 | -a2 a | -g1 | @end lilypond Cuando se añaden primera y segunda vez a una repetición que comienza @@ -251,40 +260,112 @@ g1 | La propiedad @code{measureLength} se describe en @ref{Gestión del tiempo}. +@cindex repeticiones, con ligaduras +@cindex primera y segunda vez, con ligaduras +@cindex ligaduras, en repeticiones +@cindex ligaduras, en primera y segunda vez +@funindex \repeatTie + +Se pueden añadir ligaduras de unión al segundo final: + +@lilypond[verbatim,quote] +\relative { + c''1 + \repeat volta 2 { c4 d e f~ } + \alternative { + { f2 d } + { f2\repeatTie f, } + } +} +@end lilypond + @funindex \inStaffSegno +@cindex repeticiones, con segno +@cindex segno, con repeticiones -La instrucción @code{\inStaffSegno} se puede utilizar para colocar el -símbolo del segno en colaboración con la instrucción @code{\repeat -volta}. Se pueden establecer símbolos alternativos de línea divisoria -en el contexto de Score mediante la sobreescritura de las propiedades -@code{segnoType}, @code{startRepeatSegnoType}, -@code{endRepeatSegnoType} o @code{doubleRepeatSegnoType} según sea -necesario. +La instrucción @code{\inStaffSegno} se puede utilizar para generar +una barra de compás combinada que incorpora el símbolo del segno +junto con la barra de repetición, cuando se usa con la instrucción +@code{\repeat volta}. Se selecciona automáticamente el tipo +correcto de línea divisoria de repetición, ya sea de comienzo o +fin de repeticion, o de doble repetición. Observe que la +indicación @qq{D.S.} correspondiente se debe añadir manualmente. -@lilypond[verbatim,quote,relative=1] -e1 -\repeat volta 2 { +Salida de una repetición: + +@lilypond[verbatim,quote] +\relative { + e'1 \inStaffSegno f2 g a b + c1_"D.S." \bar "|." } -c1_"D.S." \bar "|." @end lilypond +Al comienzo de una repetición: -@cindex repeticiones, con ligaduras -@cindex primera y segunda vez, con ligaduras -@cindex ligaduras, en repeticiones -@cindex ligaduras, en primera y segunda vez -@funindex \repeatTie +@lilypond[verbatim,quote] +\relative { + e'1 + \repeat volta 2 { + \inStaffSegno % start repeat + f2 g a b + } + c1_"D.S." \bar "|." +} +@end lilypond -Se pueden añadir ligaduras de unión al segundo final: +Al final de una repetición: -@lilypond[verbatim,quote,relative=2] -c1 -\repeat volta 2 { c4 d e f~ } -\alternative { - { f2 d } - { f2\repeatTie f, } +@lilypond[verbatim,quote] +\relative { + e'1 + \repeat volta 2 { + f2 g a b + \inStaffSegno % end repeat + } + f2 g a b + c1_"D.S." \bar "|." +} +@end lilypond + +Entre dos repeticiones: + +@lilypond[verbatim,quote] +\relative { + e'1 + \repeat volta 2 { + f2 g a b + } + \inStaffSegno % double repeat + \repeat volta 2 { + f2 g a b + } + c1_"D.S." \bar "|." +} +@end lilypond + +Se pueden obtener símbolos de línea divisoria alternativos +mediante el establecimiento (en el contexto Score) de las +propiedades @code{segnoType}, @code{startRepeatSegnoType}, +@code{endRepeatSegnoType} o @code{doubleRepeatSegnoType} al tipo +de línea requerido. Los tipos de línea divisoria alternativos +deben seleccionarse a partir de los tipos predefinidos o de tipos +definidos anteriormente con la instrucción @code{\defineBarLine} +(véase @ref{Barras de compás}). + +@lilypond[verbatim,quote] +\defineBarLine ":|.S[" #'(":|." "S[" "") +\defineBarLine "]" #'("]" "" "") +\relative { + e'1 + \repeat volta 2 { + f2 g a b + \once \set Score.endRepeatSegnoType = ":|.S[" + \inStaffSegno + } + f2 g \bar "]" a b + c1_"D.S." \bar "|." } @end lilypond @@ -418,11 +499,13 @@ instrucciones de repetición. @item start-repeat Imprimir una barra de compás @code{.|:} -@lilypond[verbatim,quote,relative=2] -c1 -\set Score.repeatCommands = #'(start-repeat) -d4 e f g -c1 +@lilypond[verbatim,quote] +\relative { + c''1 + \set Score.repeatCommands = #'(start-repeat) + d4 e f g + c1 +} @end lilypond En la práctica habitual del grabado no se imprimen signos de @@ -431,24 +514,28 @@ repetición al principio de la pieza. @item @code{end-repeat} Imprimir una barra de compás @code{:|.} -@lilypond[verbatim,quote,relative=2] -c1 -d4 e f g -\set Score.repeatCommands = #'(end-repeat) -c1 +@lilypond[verbatim,quote] +\relative { + c''1 + d4 e f g + \set Score.repeatCommands = #'(end-repeat) + c1 +} @end lilypond -@item (volta @var{number}) ... (volta #f) +@item (volta @var{number}) @dots{} (volta #f) Crear una nueva casilla de repetición con el número que se especifica. El corchete de vez se debe terminar de forma explícita, pues en caso contrario no se imprime. -@lilypond[verbatim,quote,relative=2] -f4 g a b -\set Score.repeatCommands = #'((volta "2")) -g4 a g a -\set Score.repeatCommands = #'((volta #f)) -c1 +@lilypond[verbatim,quote] +\relative { + f''4 g a b + \set Score.repeatCommands = #'((volta "2")) + g4 a g a + \set Score.repeatCommands = #'((volta #f)) + c1 +} @end lilypond @end table @@ -456,14 +543,16 @@ c1 Se pueden producir varias instrucciones de repetición en el mismo punto: -@lilypond[verbatim,quote,relative=2] -f4 g a b -\set Score.repeatCommands = #'((volta "2, 5") end-repeat) -g4 a g a -c1 -\set Score.repeatCommands = #'((volta #f) (volta "95") end-repeat) -b1 -\set Score.repeatCommands = #'((volta #f)) +@lilypond[verbatim,quote] +\relative { + f''4 g a b + \set Score.repeatCommands = #'((volta "2, 5") end-repeat) + g4 a g a + c1 + \set Score.repeatCommands = #'((volta #f) (volta "95") end-repeat) + b1 + \set Score.repeatCommands = #'((volta #f)) +} @end lilypond @cindex corchete de casilla de repetición con texto @@ -477,8 +566,8 @@ una lista de Scheme. @lilypond[verbatim,quote] voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } } -\relative c'' { - c1 +\relative { + c''1 \set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat) c4 b d e @@ -489,11 +578,6 @@ voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } } @end lilypond -@snippets - -@lilypondfile[verbatim,quote,texidoc,doctitle] -{printing-a-repeat-sign-at-the-beginning-of-a-piece.ly} - @seealso Referencia de la notación: @ref{Barras de compás}, @@ -537,9 +621,11 @@ donde @code{@var{expresión_musical}} es una expresión musical y @code{@var{número_de_repeticiones}} es el número de veces que @code{@var{expresión_musical}} se repite. -@lilypond[verbatim,quote,relative=2] -\repeat unfold 2 { c4 d e f } -c1 +@lilypond[verbatim,quote] +\relative { + \repeat unfold 2 { c''4 d e f } + c1 +} @end lilypond En ciertos casos, especialmente dentro de un contexto @@ -558,13 +644,15 @@ a'4 b c | a'4 b c Se pueden hacer repeticiones desplegadas con finales alternativos. -@lilypond[verbatim,quote,relative=2] -\repeat unfold 2 { c4 d e f } -\alternative { - { c2 g' } - { c,2 b } +@lilypond[verbatim,quote] +\relative { + \repeat unfold 2 { c''4 d e f } + \alternative { + { c2 g' } + { c,2 b } + } + c1 } -c1 @end lilypond Si hay más repeticiones que finales alternativos, el primer final @@ -572,42 +660,48 @@ alternativo se aplica las veces necesarias hasta que las alternativas restantes completan el número total de repeticiones. -@lilypond[verbatim,quote,relative=2] -\repeat unfold 4 { c4 d e f } -\alternative { - { c2 g' } - { c,2 b } - { e2 d } - } -c1 +@lilypond[verbatim,quote] +\relative { + \repeat unfold 4 { c''4 d e f } + \alternative { + { c2 g' } + { c,2 b } + { e2 d } + } + c1 +} @end lilypond Si existen más finales alternativos que repeticiones, se aplican solo los primeros finales alternativos. Las alternativas restantes se ignoran y no se imprimen. -@lilypond[verbatim,quote,relative=2] -\repeat unfold 2 { c4 d e f } -\alternative { - { c2 g' } - { c,2 b } - { e2 d } +@lilypond[verbatim,quote] +\relative { + \repeat unfold 2 { c''4 d e f } + \alternative { + { c2 g' } + { c,2 b } + { e2 d } + } + c1 } -c1 @end lilypond Es posible también anidar varias funciones @code{unfold} (con finales alternativos o sin ellos). -@lilypond[verbatim,quote,relative=2] -\repeat unfold 2 { - \repeat unfold 2 { c4 d e f } - \alternative { - { c2 g' } - { c,2 b } +@lilypond[verbatim,quote] +\relative { + \repeat unfold 2 { + \repeat unfold 2 { c''4 d e f } + \alternative { + { c2 g' } + { c,2 b } + } } + c1 } -c1 @end lilypond Las construcciones de acorde se pueden repetir mediante el @@ -675,35 +769,43 @@ donde @code{@var{expresión_musical}} es una expresión musical. Los patrones más cortos que un compás se sustituyen por barras inclinadas. -@lilypond[verbatim,quote,relative=2] -\repeat percent 4 { c128 d e f } -\repeat percent 4 { c64 d e f } -\repeat percent 5 { c32 d e f } -\repeat percent 4 { c16 d e f } -\repeat percent 4 { c8 d } -\repeat percent 4 { c4 } -\repeat percent 2 { c2 } +@lilypond[verbatim,quote] +\relative c'' { + \repeat percent 4 { c128 d e f } + \repeat percent 4 { c64 d e f } + \repeat percent 5 { c32 d e f } + \repeat percent 4 { c16 d e f } + \repeat percent 4 { c8 d } + \repeat percent 4 { c4 } + \repeat percent 2 { c2 } +} @end lilypond Los patrones de repetición de uno o dos compases se sustituyen por signos parecidos al símbolo de porcentaje. -@lilypond[verbatim,quote,relative=2] -\repeat percent 2 { c4 d e f } -\repeat percent 2 { c2 d } -\repeat percent 2 { c1 } +@lilypond[verbatim,quote] +\relative c'' { + \repeat percent 2 { c4 d e f } + \repeat percent 2 { c2 d } + \repeat percent 2 { c1 } +} @end lilypond -@lilypond[verbatim,quote,relative=2] -\repeat percent 3 { c4 d e f | c2 g' } +@lilypond[verbatim,quote] +\relative { + \repeat percent 3 { c''4 d e f | c2 g' } +} @end lilypond Los patrones más cortos que un compás pero que contienen duraciones mezcladas utilizan un símbolo de porcentaje doble. -@lilypond[verbatim,quote,relative=2] -\repeat percent 4 { c8. 16 } -\repeat percent 2 { \tuplet 3/2 { r8 c d } e4 } +@lilypond[verbatim,quote] +\relative { + \repeat percent 4 { c''8. 16 } + \repeat percent 2 { \tuplet 3/2 { r8 c d } e4 } +} @end lilypond @snippets @@ -761,10 +863,12 @@ nota se indican mediante la adición de barras cruzadas a una nota Para colocar marcas de trémolo entre las notas, use @code{\repeat} con el estilo @code{tremolo} (trémolo): -@lilypond[quote,verbatim,relative=2] -\repeat tremolo 8 { c16 d } -\repeat tremolo 6 { c16 d } -\repeat tremolo 2 { c16 d } +@lilypond[quote,verbatim] +\relative c'' { + \repeat tremolo 8 { c16 d } + \repeat tremolo 6 { c16 d } + \repeat tremolo 2 { c16 d } +} @end lilypond La sintaxis de @code{\repeat tremolo} espera que se escriban @@ -798,9 +902,11 @@ es 8, se añade una barra de corchea a la plica de la nota. Si @code{@var{N}} se omite, se utiliza el último valor (almacenado en @code{tremoloFlags}): -@lilypond[quote,verbatim,relative=2] -c2:8 c:32 -c: c: +@lilypond[quote,verbatim] +\relative { + c''2:8 c:32 + c: c: +} @end lilypond @snippets