]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/repeats.itely
Doc-es: update Fretted, Input, Keyboards, Percussion.
[lilypond.git] / Documentation / es / notation / repeats.itely
index c93e9d6ee6639a7f60d52bcd5de98868e13a7e60..e60b00c4377507634fcff0763fece1103812e547 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @ignore
-    Translation of GIT committish: 784e1e7a6b4b5c086a54267aa2d1e34e5aaa254c
+    Translation of GIT committish: bb44469cee5de15e46afbbebd580f898fe5f727b
 
     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 |
   }
 }
@@ -416,7 +414,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 +427,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 +436,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.
@@ -703,7 +701,7 @@ duraciones mezcladas utilizan un símbolo de porcentaje doble.
 
 @lilypond[verbatim,quote,relative=2]
 \repeat percent 4 { c8. <d f>16 }
-\repeat percent 2 { \times 2/3 { r8 c d } e4 }
+\repeat percent 2 { \tuplet 3/2 { r8 c d } e4 }
 @end lilypond
 
 @snippets