From: Francisco Vila <francisco.vila@hispalinux.es>
Date: Mon, 9 Mar 2009 10:26:07 +0000 (+0100)
Subject: Doc-es: Updates.
X-Git-Tag: release/2.13.1-1~77^2~3
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=054b9bd803a86dd96079b87d97b7411477c09171;p=lilypond.git

Doc-es: Updates.
---

diff --git a/Documentation/es/user/notation-appendices.itely b/Documentation/es/user/notation-appendices.itely
index de7b4ae4b3..5241da22e3 100644
--- a/Documentation/es/user/notation-appendices.itely
+++ b/Documentation/es/user/notation-appendices.itely
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @c This file is part of lilypond.tely
 @ignore
-    Translation of GIT committish: 41ef91786a08102d9b9a839f6a2f40cec263d723
+    Translation of GIT committish: 3a8b7fa74c14101cb93d75e541f5afdb18f09239
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -423,7 +423,7 @@ propiedad @code{midiInstrument} (instrumento MIDI).
 acoustic grand            contrabass           lead 7 (fifths)
 bright acoustic           tremolo strings      lead 8 (bass+lead)
 electric grand            pizzicato strings    pad 1 (new age)
-honky-tonk                orchestral strings   pad 2 (warm)
+honky-tonk                orchestral harp      pad 2 (warm)
 electric piano 1          timpani              pad 3 (polysynth)
 electric piano 2          string ensemble 1    pad 4 (choir)
 harpsichord               string ensemble 2    pad 5 (bowed)
diff --git a/Documentation/es/user/running.itely b/Documentation/es/user/running.itely
index 79fb724683..1b32e6904c 100644
--- a/Documentation/es/user/running.itely
+++ b/Documentation/es/user/running.itely
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @c This file is part of lilypond-program.tely
 @ignore
-    Translation of GIT committish: 41ef91786a08102d9b9a839f6a2f40cec263d723
+    Translation of GIT committish: 3a8b7fa74c14101cb93d75e541f5afdb18f09239
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -92,9 +92,9 @@ base y el número.  Un archivo de entrada que contenga
 
 @example
 #(define output-suffix "violin")
-\book @{ @dots{} @}
+\score @{ @dots{} @}
 #(define output-suffix "cello")
-\book @{ @dots{} @}
+\score @{ @dots{} @}
 @end example
 
 @noindent
diff --git a/Documentation/es/user/spacing.itely b/Documentation/es/user/spacing.itely
index 858cd97094..91499d04f8 100644
--- a/Documentation/es/user/spacing.itely
+++ b/Documentation/es/user/spacing.itely
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @c This file is part of lilypond.tely
 @ignore
-    Translation of GIT committish: 19841b86e54ac60d93af1150c31b7c246741ce1c
+    Translation of GIT committish: 3a8b7fa74c14101cb93d75e541f5afdb18f09239
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -1936,17 +1936,18 @@ Referencia de funcionamiento interno:
 @rinternals{SpacingSpanner},
 @rinternals{NoteSpacing},
 @rinternals{StaffSpacing},
-@rinternals{SeparationItem}.
+@rinternals{NonMusicalPaperColumn}.
 
 
 @knownissues
 
 No existe ningún mecanismo conveniente para sobreescribir el espaciado
 manualmente.  Se puede usar el siguiente rodeo para insertar espacio
-adicional en una partitura.
+adicional en una partitura, ajustando el valor del relleno en la
+medida necesaria.
 
 @example
- \once \override Score.SeparationItem #'padding = #1
+ \override Score.NonMusicalPaperColumn #'padding = #10
 @end example
 
 No existe ningún rodeo para disminuir la magnitud de la separación.