]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/web.texi
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / Documentation / es / web.texi
index 9b77e522c0d6a9b9308eb0106c8b7859a13a8cf7..043631e7990e6c57a394d56407b5f2c7e3196e86 100644 (file)
@@ -1,6 +1,6 @@
-\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 @ignore
-    Translation of GIT committish: 829d4293f61b7583e20ecdd3c427cde11e942fef
+    Translation of GIT committish: 0807a75d66c302c6b7fb13c9b586a25ebf0265ad
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -15,7 +15,7 @@
 
 @c `Web' was imported 2009-08-05 with git commit b938d71...
 @c @macro copyrightDeclare
-@c Copyright @copyright{} 2009--2010 by the authors.
+@c Copyright @copyright{} 2009--2014 by the authors.
 @c @end macro
 
 @set FDL
 @c Translators: Francisco Vila
 
 @copying
-Copyright @copyright{} 2009--2010 por los autores.
+Copyright @copyright{} 2009--2014 por los autores.
+
+@c next line is necessary for broken pre-4.13 texinfo's
+@c install-info, so leave it there until we officially
+@c bump the required version.  -gp
+This file documents the LilyPond website.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -48,9 +53,30 @@ Free Documentation License''.
 @end copying
 
 
+@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-usage). Instalación y ejecución de las aplicaciones.
+* Página web: (lilypond-web).    Vista previa de la nueva página.
+* lilypond: (lilypond-usage)Ejecutar LilyPond.      Invocar el programa LilyPond.
+* abc2ly: (lilypond-usage)Invocación de abc2ly.      Importación de ABC.
+* convert-ly: (lilypond-usage)Actualización de archivos mediante convert-ly. Versiones antiguas de LilyPond.
+* etf2ly: (lilypond-usage)Invocar etf2ly.      Importación de Finale.
+* lilypond-book: (lilypond-usage)LilyPond-book. Intergrar texto y música.
+* midi2ly: (lilypond-usage)Invocar midi2ly.    Importación de MIDI.
+* musicxml2ly: (lilypond-usage)Invocar musicxml2ly.  Importación de MusicXML.
+@end direntry
+
+
 @c TITLE PAGE
 @ifnottex
-@node Arriba
+@node Top
 @top LilyPond... notación musical para todos
 @translationof Top
 @end ifnottex
@@ -94,11 +120,15 @@ Para LilyPond versión @version{}
 @divId{quickSummary}
 @subheading ¿Qué es LilyPond?
 
-LilyPond es un programa de grabado musical de código abierto,
-consagrado a la producción de partituras de la calidad más alta
-posible.  Este programa de software libre lleva la estética de la
-música grabada de la forma tradicional a las partituras impresas
-mediante ordenador.
+LilyPond es un programa de grabado musical
+(tipografía musical o edición de partituras),
+consagrado a la producción de partituras de la
+calidad más alta posible.  Lleva la estética
+de la música tipografiada de la forma tradicional
+a las partituras impresas mediante ordenador.
+LilyPond es software libre y forma parte del
+@uref{http://gnu.org,Proyecto GNU}.
+
 
 @divClass{align-right}
 ¡Puede leer más en nuestra @ref{Introducción}!
@@ -126,8 +156,45 @@ mediante ordenador.
 @end ifclear
 @ifset web_version
   @c make the box:
-@divId{latestVersion}
+@divId{wildCardBox}
+@subheading Novedades
+@divId{wildCardText}
 
+@divEnd
+@divEnd
+@end ifset
+
+@html
+
+<script language="JavaScript" type="text/javascript">
+  function loadXMLDoc(dname)
+    {
+      if (window.XMLHttpRequest)
+        {
+          xhttp=new XMLHttpRequest();
+        }
+      else
+        {
+          xhttp=new ActiveXObject("Microsoft.XMLHTTP");
+        }
+      xhttp.open("GET",dname,false);
+      xhttp.send();
+      return xhttp.responseXML;
+    }
+
+  var xmlDoc = loadXMLDoc("tweets.xml");
+  var tweets = xmlDoc.getElementsByTagName("tweet");
+  var index = Math.floor(Math.random() * tweets.length);
+  var tweet = tweets[index];
+  var text = tweet.childNodes[0];
+  document.getElementById("wildCardText").innerHTML = text.nodeValue;
+</script>
+
+@end html
+
+@ifset web_version
+  @c make the box:
+@divId{latestVersion}
 @subheading Enlaces rápidos
 
 @c TODO: javascript to detect OS and suggest download?
@@ -162,6 +229,7 @@ mediante ordenador.
 
 @contents
 
+@allowcodebreaks false
 
 @c ****************** GENERAL STUFF FOR INFO ************
 @ignore
@@ -176,30 +244,8 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
   * 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 ************
@@ -213,30 +259,15 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
 
 @macro docLinkSplit{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\/index.html, \name\ (HTML seccionado)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (HTML seccionado),\base\/index.html,\webLink\}
 @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
+  @docLink{\name\ (HTML monolítico),\base\-big-page.html,\webLink\}
 @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
+  @docLink{\base\.es.pdf,\base\.es.pdf,\webLink\}
 @end macro
 
 
@@ -275,6 +306,37 @@ Distributions will want to install lilypond.info in postinstall, doing:
 @end macro
 
 
+@ifhtml
+@macro contactUsAbout{topic}
+
+@divClass{heading-center} @divClass{contactBox} Si tiene
+conocimiento de cualesquiera otros \topic\ que merezcan aparecer
+relacionados aquí, le rogamos que nos lo haga saber escribiendo un
+mensaje a la lista de correo bug-lilypond.  Si no está suscrito a
+la lista, aún puede hacerlo en la
+@uref{https://lists.gnu.org/mailman/listinfo/bug-lilypond,página informativa}
+de la lista o escribiendo directamente a través del
+@uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs,interfaz web de lilypond.bugs en gmane}.
+
+
+@divEnd
+@divEnd
+
+@end macro
+@end ifhtml
+
+@ifnothtml
+@macro contactUsAbout{topic}
+@cartouche
+If you are aware of any other \topic\ which could be listed here,
+please let us know by following the instructions on
+@ref{Bug reports}.
+
+@end cartouche
+
+@end macro
+@end ifnothtml
+
 @include web/introduction.itexi
 @include web/download.itexi
 @include web/manuals.itexi