]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/user/simultaneous.itely
Doc-fr: Learning Manual full update
[lilypond.git] / Documentation / es / user / simultaneous.itely
index ce8859c113715fc68f51b58ee143aec9dfa0418d..6813b1fc699168cfb00125d45a71510ce6adfd72 100644 (file)
@@ -1,6 +1,6 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @ignore
-    Translation of GIT committish: 46458e0e0fafcb4dab3e8127110cef5984523e10
+    Translation of GIT committish: d4f58bb3ad4e7fe1967a6b48f25e3addffc8aa14
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -94,13 +94,13 @@ pentagrama:
 
 @lilypond[quote,verbatim,relative=2]
 \new Voice {  % explicit single voice
-  << {a4 b g2} {d4 g c,2} >>
+  << { a4 b g2 } { d4 g c,2 } >>
 }
 @end lilypond
 
 @lilypond[quote,verbatim,relative=2]
 % single first note
-a << {a4 b g}  {d4 g c,} >>
+a << { a4 b g } { d4 g c, } >>
 @end lilypond
 
 Esto puede ser de utilidad si las secciones simultáneas tienen
@@ -112,7 +112,7 @@ generar varios pentagramas de forma implícita:
 
 @lilypond[quote,verbatim,relative=2]
 % no single first note
-<< {a4 b g2}  {d4 g2 c,4} >>
+<< { a4 b g2 } { d4 g2 c,4 } >>
 @end lilypond
 
 Aquí no hay problema en tener distintas duraciones.