X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fnotation%2Frepeats.itely;fp=Documentation%2Fes%2Fnotation%2Frepeats.itely;h=aa21ce274dd380ae2ea02caf2c91eee072b2e8de;hb=9f757add4f76eb86029405b1cf3e4d0f2fdc7ce6;hp=b463d59e46c2c4cc0ecf610d287ee12dd5e16f57;hpb=88cfc9ee61dece9cffff98ab7f10318633698c39;p=lilypond.git diff --git a/Documentation/es/notation/repeats.itely b/Documentation/es/notation/repeats.itely index b463d59e46..aa21ce274d 100644 --- a/Documentation/es/notation/repeats.itely +++ b/Documentation/es/notation/repeats.itely @@ -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,36 +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: -@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 @@ -176,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 - g4 g g % no bar check here + \repeat volta 4 { + e4 | + c2 e | + % no \partial here + g4 g g % no bar check here + } + % no \partial 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 @@ -198,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 @@ -257,12 +268,14 @@ tiempo}. Se pueden añadir ligaduras de unión al segundo final: -@lilypond[verbatim,quote,relative=2] -c1 -\repeat volta 2 { c4 d e f~ } -\alternative { - { f2 d } - { f2\repeatTie f, } +@lilypond[verbatim,quote] +\relative { + c''1 + \repeat volta 2 { c4 d e f~ } + \alternative { + { f2 d } + { f2\repeatTie f, } + } } @end lilypond @@ -280,48 +293,56 @@ indicación @qq{D.S.} correspondiente se debe añadir manualmente. Salida de una repetición: -@lilypond[verbatim,quote,relative=1] -e1 -\inStaffSegno -f2 g a b -c1_"D.S." \bar "|." +@lilypond[verbatim,quote] +\relative { + e'1 + \inStaffSegno + f2 g a b + c1_"D.S." \bar "|." +} @end lilypond Al comienzo de una repetición: -@lilypond[verbatim,quote,relative=1] -e1 -\repeat volta 2 { - \inStaffSegno % start repeat - f2 g a b +@lilypond[verbatim,quote] +\relative { + e'1 + \repeat volta 2 { + \inStaffSegno % start repeat + f2 g a b + } + c1_"D.S." \bar "|." } -c1_"D.S." \bar "|." @end lilypond Al final de una repetición: -@lilypond[verbatim,quote,relative=1] -e1 -\repeat volta 2 { +@lilypond[verbatim,quote] +\relative { + e'1 + \repeat volta 2 { + f2 g a b + \inStaffSegno % end repeat + } f2 g a b - \inStaffSegno % end repeat + c1_"D.S." \bar "|." } -f2 g a b -c1_"D.S." \bar "|." @end lilypond Entre dos repeticiones: -@lilypond[verbatim,quote,relative=1] -e1 -\repeat volta 2 { - f2 g a b -} -\inStaffSegno % double repeat -\repeat volta 2 { - f2 g a b +@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 "|." } -c1_"D.S." \bar "|." @end lilypond Se pueden obtener símbolos de línea divisoria alternativos @@ -333,17 +354,19 @@ 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,relative=1] +@lilypond[verbatim,quote] \defineBarLine ":|.S[" #'(":|." "S[" "") \defineBarLine "]" #'("]" "" "") -e1 -\repeat volta 2 { - f2 g a b - \once \set Score.endRepeatSegnoType = ":|.S[" - \inStaffSegno +\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 "|." } -f2 g \bar "]" a b -c1_"D.S." \bar "|." @end lilypond @snippets @@ -476,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 @@ -489,11 +514,13 @@ 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}) @dots{} (volta #f) @@ -501,12 +528,14 @@ 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 @@ -514,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 @@ -590,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 @@ -611,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 @@ -625,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 @@ -728,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 @@ -814,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 @@ -851,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