X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fnotation%2Frepeats.itely;h=c13b47241b18d7777595f8a983bfdae563474e81;hb=058370efc7e9710f149d0f444328bb1fcd7bdec1;hp=c93e9d6ee6639a7f60d52bcd5de98868e13a7e60;hpb=842044f5c5f5d4e2f1c778493018ee2b38b90819;p=lilypond.git diff --git a/Documentation/es/notation/repeats.itely b/Documentation/es/notation/repeats.itely index c93e9d6ee6..c13b47241b 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: 784e1e7a6b4b5c086a54267aa2d1e34e5aaa254c + 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.16.0" +@c \version "2.17.11" @node Repeticiones @section Repeticiones @@ -130,9 +130,7 @@ Repetición única con primera y segunda vez: c1 @end lilypond - -Repetición única con primera y segunda vez, -con más de un final alternativo: +Varias repeticiones con primera y segunda vez: @lilypond[verbatim,quote,relative=2] \repeat volta 4 { c4 d e f | } @@ -237,11 +235,11 @@ primero. \alternative { { f2 d | - \set Timing.measureLength = #(ly:make-moment 3 4) + \set Timing.measureLength = #(ly:make-moment 3/4) g4 g g % optional bar check is allowed here } { - \set Timing.measureLength = #(ly:make-moment 4 4) + \set Timing.measureLength = #(ly:make-moment 4/4) a2 a | } } @@ -251,26 +249,6 @@ g1 | La propiedad @code{measureLength} se describe en @ref{Gestión del tiempo}. -@funindex \inStaffSegno - -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. - -@lilypond[verbatim,quote,relative=1] -e1 -\repeat volta 2 { - \inStaffSegno - f2 g a b -} -c1_"D.S." \bar "|." -@end lilypond - - @cindex repeticiones, con ligaduras @cindex primera y segunda vez, con ligaduras @cindex ligaduras, en repeticiones @@ -288,6 +266,86 @@ c1 } @end lilypond +@funindex \inStaffSegno +@cindex repeticiones, con segno +@cindex segno, con repeticiones + +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. + +Salida de una repetición: + +@lilypond[verbatim,quote,relative=1] +e1 +\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 +} +c1_"D.S." \bar "|." +@end lilypond + +Al final de una repetición: + +@lilypond[verbatim,quote,relative=1] +e1 +\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=1] +e1 +\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,relative=1] +\defineBarLine ":|.S[" #'(":|." "S[" "") +\defineBarLine "]" #'("]" "" "") +e1 +\repeat volta 2 { + f2 g a b + \once \set Score.endRepeatSegnoType = ":|.S[" + \inStaffSegno +} +f2 g \bar "]" a b +c1_"D.S." \bar "|." +@end lilypond + @snippets @lilypondfile[verbatim,quote,texidoc,doctitle] {shortening-volta-brackets.ly} @@ -416,7 +474,7 @@ instrucciones de repetición. @table @code @item start-repeat -Imprimir una barra de compás @code{|:} +Imprimir una barra de compás @code{.|:} @lilypond[verbatim,quote,relative=2] c1 @@ -429,7 +487,7 @@ En la práctica habitual del grabado no se imprimen signos de repetición al principio de la pieza. @item @code{end-repeat} -Imprimir una barra de compás @code{:|} +Imprimir una barra de compás @code{:|.} @lilypond[verbatim,quote,relative=2] c1 @@ -438,7 +496,7 @@ d4 e f g 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. @@ -489,11 +547,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}, @@ -703,7 +756,7 @@ duraciones mezcladas utilizan un símbolo de porcentaje doble. @lilypond[verbatim,quote,relative=2] \repeat percent 4 { c8. 16 } -\repeat percent 2 { \times 2/3 { r8 c d } e4 } +\repeat percent 2 { \tuplet 3/2 { r8 c d } e4 } @end lilypond @snippets