X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fincluded%2Fgenerating-output.itexi;h=61e0e8b5e39a37ef1aff55ca01f600a75983e369;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=527bcb0a3db502be9fc42d25f6c8a2198ccfd771;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/es/included/generating-output.itexi b/Documentation/es/included/generating-output.itexi index 527bcb0a3d..61e0e8b5e3 100644 --- a/Documentation/es/included/generating-output.itexi +++ b/Documentation/es/included/generating-output.itexi @@ -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