]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/web.texi
Doc-es: Full update of Spanish translation.
[lilypond.git] / Documentation / es / web.texi
index 94cdaa7a1c5d0c65ac543f050851667403338032..c21b4b60cada8edf09feabf3632c5c10b6cc82f8 100644 (file)
@@ -1,9 +1,10 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+    Translation of GIT committish: e18567dccce0f16b680e6b7e562329e5f8bcae59
 
     When revising a translation, copy the HEAD committish of the
-    version that you are working on.  See TRANSLATION for details.
+    version that you are working on.  For details, see the Contributors'
+    Guide, node Updating translation committishes..
 @end ignore
 
 @setfilename web.info
 @documentlanguage es
 @afourpaper
 
+@c `Web' was imported 2009-08-05 with git commit b938d71...
+@c @macro copyrightDeclare
+@c Copyright @copyright{} 2009--2010 by the authors.
+@c @end macro
+
 @set FDL
 @set web
 @include macros.itexi
-
-@afourpaper
+@include weblinks.itexi
 
 @c don't remove this comment.
 @ignore
 @omfdescription General info about the LilyPond music engraving system
 @omftype program usage
 @omfcategory Applications|Publishing
-@omflanguage English
+@omflanguage Spanish
 @end ignore
 
+@c Translators: Francisco Vila
 
 @copying
-Copyright @copyright{} 2009 por los autores.
+Copyright @copyright{} 2009--2010 por los autores.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -44,8 +50,9 @@ Free Documentation License''.
 
 @c TITLE PAGE
 @ifnottex
-@node Top
+@node Arriba
 @top LilyPond... notación musical para todos
+@translationof Top
 @end ifnottex
 
 
@@ -63,7 +70,7 @@ Free Documentation License''.
 @vskip 0pt plus 1filll
 @c @vskip 20pt
 
-@insertcopying{}
+@insertcopying
 
 Para LilyPond versión @version{}
 @end titlepage
@@ -109,13 +116,18 @@ mediante ordenador.
 @include web/news-front.itexi
 
 @divClass{float-right}
-(@ref{Old news})
+(@ref{Noticias antiguas})
 @divEnd
 
 @divEnd
 
-
+@ifclear web_version
+  @c do nothing
+@end ifclear
+@ifset web_version
+  @c make the box:
 @divId{latestVersion}
+
 @subheading Enlaces rápidos
 
 @c TODO: javascript to detect OS and suggest download?
@@ -133,7 +145,7 @@ mediante ordenador.
 @ref{Development, Manuales de @versionDevel}
 
 @divEnd
-
+@end ifset
 
 @ifnottex
 
@@ -150,10 +162,124 @@ mediante ordenador.
 
 @contents
 
+@allowcodebreaks false
+
+@c ****************** GENERAL STUFF FOR INFO ************
+@ignore
+Distributions will want to install lilypond.info in postinstall, doing:
+
+    install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
+
+  * Prepend GNU for dir, must be unique.
+
+  * Do not list the `lilypond' node at toplevel, so that `info lilypond'
+    goes to Top.
+
+  * List all commands in direntry.
+
+@c  * lilypond: (lilypond-application)Running LilyPond.      Invoking the
+@c    LilyPond  program.
+@end ignore
+
+@c Info files are no longer installed in a subdirectory, images are
+@c expected to be found in lilypond/ subdirectory.
+@dircategory GNU LilyPond: el tipografiador de música
+@direntry
+* Manual de aprendizaje de LilyPond: (lilypond-learning).  Comience por aquí.
+* Glosario musical: (music-glossary).                 Para usuarios de habla no inglesa.
+* LilyPond: (lilypond-notation).                      Referencia de la notación con LilyPond.
+* Fragmentos de código de LilyPond: (lilypond-snippets).         Consejos, trucos y ejemplos cortos.
+* Referencia de funcionamiento interno: (lilypond-internals).  Definiciones para la construcción de trucos.
+* Utilización del programa: (lilypond-application). Instalación y ejecución de las aplicaciones.
+* Página web: (lilypond-general).    Vista previa de la nueva página.
+* abc2ly: (lilypond-application)Invocación de abc2ly.      Importación de ABC.
+* convert-ly: (lilypond-application)Actualización de archivos mediante convert-ly. Versiones antiguas de LilyPond.
+* etf2ly: (lilypond-application)Invocar etf2ly.      Importación de Finale.
+* lilypond-book: (lilypond-application)LilyPond-book. Intergrar texto y música.
+* midi2ly: (lilypond-application)Invocar midi2ly.    Importación de MIDI.
+* musicxml2ly: (lilypond-application)Invocar musicxml2ly.  Importación de MusicXML.
+@end direntry
+
+
+@c FIXME: this still doesn't solve the broken links in pdf and big
+@c        html; we'll need a bunch of @iftext and stuff in here. -gp
+@c ****************** SPECIAL MACROS FOR WEB MANUAL ************
+@macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
+@subheading Léalo
+
+
+@docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
+
+@end macro
+
+
+@macro docLinkSplit{name,base,webLink}
+@ifclear web_version
+  @uref{../\base\/index.html, \name\ (HTML seccionado)}
+@end ifclear
+@ifset web_version
+  \webLink\
+@end ifset
+@end macro
+
+@macro docLinkBig{name,base,webLink}
+@ifclear web_version
+  @uref{../\base\-big-page.html, \name\ (HTML monolítico)}
+@end ifclear
+@ifset web_version
+  \webLink\
+@end ifset
+@end macro
+
+@macro docLinkPdf{name,base,webLink}
+@ifclear web_version
+  @uref{../\base\.es.pdf, \base\.es.pdf}
+@end ifclear
+@ifset web_version
+  \webLink\
+@end ifset
+@end macro
+
+
+@macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
+
+@divClass{keep-bullets}
+@itemize
+
+@item @docLinkSplit{\name\,\base\,\split\} @minus{}
+  el manual está dividido en muchas páginas HTML.
+  @*@ @ @emph{(una descarga pequeña por cada página)}
+
+@item @docLinkBig{\name\,\base\,\big\} @minus{}
+  lea este manual como una sola página HTML enorme.
+  @*@ @ @emph{(una sola descarga grande, \bigsize\)}
+
+@item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
+  descárguelo como un archivo en formato PDF.
+  @*@ @ @emph{(una sola descarga grande, \pdfsize\)}
+
+@end itemize
+
+@divEnd
+
+@end macro
+
+
+@c don't add any extra spaces in this macro -gp
+@macro ifWebLinks{webLink,normalLink}
+@ifclear web_version
+  \normalLink\:
+@end ifclear
+@ifset web_version
+  \webLink\:
+@end ifset
+@end macro
+
 
 @include web/introduction.itexi
 @include web/download.itexi
 @include web/manuals.itexi
 @include web/community.itexi
 
+
 @bye