]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/included/generating-output.itexi
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / es / included / generating-output.itexi
index 527bcb0a3db502be9fc42d25f6c8a2198ccfd771..61e0e8b5e39a37ef1aff55ca01f600a75983e369 100644 (file)
@@ -3,7 +3,7 @@
 @c learning/tutorial.itely
 
 @ignore
-    Translation of GIT committish: fe2cae0fa47ec4ec0184e6b3d15572fbcba881cf
+    Translation of GIT committish: 66194168b6d61bee8aac10552f029817eb41d835
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -201,7 +201,7 @@ Haga un archivo de texto con el nombre
 
 @c double \\ required because this is inside a macro!
 @example
-\\version "@w{@version{}}"
+\\version "@w{@versionStable{}}"
 @{
   c' e' g' e'
 @}
@@ -221,7 +221,7 @@ lilypond prueba.ly
 Verá algo parecido a:
 
 @example
-GNU LilyPond @version{}
+GNU LilyPond @w{@versionStable{}}
 Procesando `prueba.ly'
 Analizando...
 Interpretando la música...
@@ -231,6 +231,7 @@ Disponiendo la música en 1 página...
 Dibujando los sistemas...
 Escribiendo la página de salida en `prueba.ps'...
 Convirtiendo a `prueba.pdf'...
+Terminado: la compilación ha finalizado satisfactoriamente
 @end example
 
 @subsubheading Paso 3: Examinar el resultado