]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/chords.itely
Doc-es: Update some files in Extending, Learning and Notation manuals.
[lilypond.git] / Documentation / es / notation / chords.itely
index 9da165fb69606e94656de28ec6a095448179a284..e1046051e03ec1f4a1d11023eba7d927fab7a46b 100644 (file)
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 
 @ignore
-    Translation of GIT committish: fc775edde841898c6be91326bd7319047843ef41
+    Translation of GIT committish: f739a44f91a0b7ef5f634b6c4ca5b45c988798c1
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -460,21 +460,20 @@ uso del modo de acordes.  El nombre de acorde que se imprime es el
 mismo independientemente del modo de entrada, a no ser que existan
 inversiones o bajos añadidos:
 
-@lilypond[verbatim,quote,relative=1]
+@lilypond[verbatim,quote]
+chordmusic = \relative c' {
+  <c e g>2 <f bes c>
+  <f c' e g>1
+  \chordmode {
+    c2 f:sus4 c1:/f
+  }
+}
 <<
   \new ChordNames {
-    <c e g>2  <f bes c>
-    <f c' e g>1
-    \chordmode {
-      c2 f:sus4 c1:/f
-    }
+    \chordmusic
   }
   {
-    <c e g>2  <f bes c>
-    <f, c' e g>1
-    \chordmode {
-      c2 f:sus4 c1:/f
-    }
+    \chordmusic
   }
 >>
 @end lilypond
@@ -506,8 +505,8 @@ Sin Acorde).
 
 @funindex{\chords}
 
-@code{\chords @{ ... @}} es una forma abreviada de escribir
-@code{\new ChordNames @{ \chordmode @{ ... @} @}}.
+@code{\chords @{ @dots{} @}} es una forma abreviada de escribir
+@code{\new ChordNames @{ \chordmode @{ @dots{} @}}.
 
 @lilypond[verbatim,quote,ragged-right]
 \chords {
@@ -868,8 +867,8 @@ se ocupa de la impresión de los objetos del tipo @code{BassFigure}.
 El bajo cifrado también se puede imprimir dentro de contextos de
 @code{Staff}.
 
-@code{\figures@{ ... @}} es una notación abreviada de
-@code{\new FiguredBass @{ \figuremode @{ ... @} @}}.
+@code{\figures@{ @dots{} @}} es una notación abreviada de
+@code{\new FiguredBass @{ \figuremode @{ @dots{} @} @}}.
 
 Aunque el soporte para bajo cifrado puede parecerse superficialmente
 al de los acordes, realmente es mucho más simple.  El modo
@@ -1122,13 +1121,13 @@ ajusta automáticamente.
 
 @lilypond[verbatim,ragged-right,quote]
 <<
-  \new Staff = myStaff
+  \new Staff = "myStaff"
   \figuremode {
     <4>4 <10 6>8 s8
     <6 4>4 <6 4>
   }
   %% Put notes on same Staff as figures
-  \context Staff = myStaff
+  \context Staff = "myStaff"
   {
     \clef bass
     c4 c'8 r8 c4 c'
@@ -1141,14 +1140,14 @@ se puede presentar encima o debajo del mismo.
 
 @lilypond[verbatim,ragged-right,quote]
 <<
-  \new Staff = myStaff
+  \new Staff = "myStaff"
   \figuremode {
     <4>4 <10 6>8 s8
     \bassFigureStaffAlignmentDown
     <6 4>4 <6 4>
   }
   %% Put notes on same Staff as figures
-  \context Staff = myStaff
+  \context Staff = "myStaff"
   {
     \clef bass
     c4 c'8 r8 c4 c'