]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/web.texi
Run grand-replace (issue 3765)
[lilypond.git] / Documentation / es / web.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2 @ignore
3     Translation of GIT committish: a8841c7b9212700f2ebac56e0713afa78a8f0ca0
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @setfilename web.info
11 @settitle LilyPond: notación musical para todos
12 @documentencoding UTF-8
13 @documentlanguage es
14 @afourpaper
15
16 @c `Web' was imported 2009-08-05 with git commit b938d71...
17 @c @macro copyrightDeclare
18 @c Copyright @copyright{} 2009--2014 by the authors.
19 @c @end macro
20
21 @set FDL
22 @set web
23 @include macros.itexi
24 @include weblinks.itexi
25
26 @c don't remove this comment.
27 @ignore
28 @omfcreator Graham Percival and Patrick McCarty
29 @omfdescription General info about the LilyPond music engraving system
30 @omftype program usage
31 @omfcategory Applications|Publishing
32 @omflanguage Spanish
33 @end ignore
34
35 @c Translators: Francisco Vila
36
37 @copying
38 Copyright @copyright{} 2009--2014 por los autores.
39
40 @c next line is necessary for broken pre-4.13 texinfo's
41 @c install-info, so leave it there until we officially
42 @c bump the required version.  -gp
43 This file documents the LilyPond website.
44
45 @quotation
46 Permission is granted to copy, distribute and/or modify this document
47 under the terms of the GNU Free Documentation License, Version 1.1
48 or any later version published by the Free Software Foundation;
49 with no Invariant Sections.
50 A copy of the license is included in the section entitled ``GNU
51 Free Documentation License''.
52 @end quotation
53 @end copying
54
55
56 @c Info files are no longer installed in a subdirectory, images are
57 @c expected to be found in lilypond/ subdirectory.
58 @dircategory GNU LilyPond: el tipografiador de música
59 @direntry
60 * Manual de aprendizaje de LilyPond: (lilypond-learning).  Comience por aquí.
61 * Glosario musical: (music-glossary).                 Para usuarios de habla no inglesa.
62 * LilyPond: (lilypond-notation).                      Referencia de la notación con LilyPond.
63 * Fragmentos de código de LilyPond: (lilypond-snippets).         Consejos, trucos y ejemplos cortos.
64 * Referencia de funcionamiento interno: (lilypond-internals).  Definiciones para la construcción de trucos.
65 * Utilización del programa: (lilypond-usage). Instalación y ejecución de las aplicaciones.
66 * Página web: (lilypond-web).    Vista previa de la nueva página.
67 * lilypond: (lilypond-usage)Ejecutar LilyPond.      Invocar el programa LilyPond.
68 * abc2ly: (lilypond-usage)Invocación de abc2ly.      Importación de ABC.
69 * convert-ly: (lilypond-usage)Actualización de archivos mediante convert-ly. Versiones antiguas de LilyPond.
70 * etf2ly: (lilypond-usage)Invocar etf2ly.      Importación de Finale.
71 * lilypond-book: (lilypond-usage)LilyPond-book. Intergrar texto y música.
72 * midi2ly: (lilypond-usage)Invocar midi2ly.    Importación de MIDI.
73 * musicxml2ly: (lilypond-usage)Invocar musicxml2ly.  Importación de MusicXML.
74 @end direntry
75
76
77 @c TITLE PAGE
78 @ifnottex
79 @node Top
80 @top LilyPond... notación musical para todos
81 @translationof Top
82 @end ifnottex
83
84
85 @c hack for texi2html, bleh -gp
86 @ifnothtml
87
88 @finalout
89
90 @titlepage
91 @title LilyPond
92 @subtitle El tipografiador de música
93 @titlefont{Información general}
94 @author El equipo de desarrollo de LilyPond
95
96 @vskip 0pt plus 1filll
97 @c @vskip 20pt
98
99 @insertcopying
100
101 Para LilyPond versión @version{}
102 @end titlepage
103 @end ifnothtml
104 @c end hack for texi2html
105
106
107 @c ************************ WEBSITE START ***************
108
109
110 @divId{pageHeader}
111 @heading LilyPond
112
113 ... notación musical para todos
114 @divEnd
115
116 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
117 @imageId{lilylogo,double-lily-modified3,png,LilyPond logo}
118 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
119
120 @divId{quickSummary}
121 @subheading ¿Qué es LilyPond?
122
123 LilyPond es un programa de grabado musical
124 (tipografía musical o edición de partituras),
125 consagrado a la producción de partituras de la
126 calidad más alta posible.  Lleva la estética
127 de la música tipografiada de la forma tradicional
128 a las partituras impresas mediante ordenador.
129 LilyPond es software libre y forma parte del
130 @uref{http://gnu.org,Proyecto GNU}.
131
132
133 @divClass{align-right}
134 ¡Puede leer más en nuestra @ref{Introducción}!
135
136 @divEnd
137 @divEnd
138
139 @divClass{separator}
140 @divEnd
141
142
143 @divId{news}
144
145 @c TODO: generate this automatically, including RSS feed.
146 @include web/news-front.itexi
147
148 @divClass{float-right}
149 (@ref{Noticias antiguas})
150 @divEnd
151
152 @divEnd
153
154 @ifclear web_version
155   @c do nothing
156 @end ifclear
157 @ifset web_version
158   @c make the box:
159 @divId{wildCardBox}
160 @subheading Novedades
161 @divId{wildCardText}
162
163 @divEnd
164 @divEnd
165 @end ifset
166
167 @html
168
169 <script language="JavaScript" type="text/javascript">
170   function loadXMLDoc(dname)
171     {
172       if (window.XMLHttpRequest)
173         {
174           xhttp=new XMLHttpRequest();
175         }
176       else
177         {
178           xhttp=new ActiveXObject("Microsoft.XMLHTTP");
179         }
180       xhttp.open("GET",dname,false);
181       xhttp.send();
182       return xhttp.responseXML;
183     }
184
185   var xmlDoc = loadXMLDoc("tweets.xml");
186   var tweets = xmlDoc.getElementsByTagName("tweet");
187   var index = Math.floor(Math.random() * tweets.length);
188   var tweet = tweets[index];
189   var text = tweet.childNodes[0];
190   document.getElementById("wildCardText").innerHTML = text.nodeValue;
191 </script>
192
193 @end html
194
195 @ifset web_version
196   @c make the box:
197 @divId{latestVersion}
198 @subheading Enlaces rápidos
199
200 @c TODO: javascript to detect OS and suggest download?
201
202 @subsubheading Estable
203
204 @ref{Descarga, Descarga de @versionStable}
205
206 @ref{Manuales, Manuales de @versionStable}
207
208 @subsubheading Desarrollo
209
210 @ref{Desarrollo, Descarga de @versionDevel}
211
212 @ref{Desarrollo, Manuales de @versionDevel}
213
214 @divEnd
215 @end ifset
216
217 @ifnottex
218
219 @divClass{hide}
220 @menu
221 * Introducción::     Empiece aquí a crear partituras musicales.
222 * Descarga::         Obtener LilyPond.
223 * Manuales::         Léase los dichosos manuales (RTFM).
224 * Comunidad::        Póngase en contacto con otros usuarios.
225 @end menu
226 @divEnd
227
228 @end ifnottex
229
230 @contents
231
232 @allowcodebreaks false
233
234 @c ****************** GENERAL STUFF FOR INFO ************
235 @ignore
236 Distributions will want to install lilypond.info in postinstall, doing:
237
238     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
239
240   * Prepend GNU for dir, must be unique.
241
242   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
243     goes to Top.
244
245   * List all commands in direntry.
246
247 @end ignore
248
249 @c FIXME: this still doesn't solve the broken links in pdf and big
250 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
251 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
252 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
253 @subheading Léalo
254
255
256 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
257
258 @end macro
259
260
261 @macro docLinkSplit{name,base,webLink}
262   @docLink{\name\ (HTML seccionado),\base\/index.html,\webLink\}
263 @end macro
264
265 @macro docLinkBig{name,base,webLink}
266   @docLink{\name\ (HTML monolítico),\base\-big-page.html,\webLink\}
267 @end macro
268
269 @macro docLinkPdf{name,base,webLink}
270   @docLink{\base\.es.pdf,\base\.es.pdf,\webLink\}
271 @end macro
272
273
274 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
275
276 @divClass{keep-bullets}
277 @itemize
278
279 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
280   el manual está dividido en muchas páginas HTML.
281   @*@ @ @emph{(una descarga pequeña por cada página)}
282
283 @item @docLinkBig{\name\,\base\,\big\} @minus{}
284   lea este manual como una sola página HTML enorme.
285   @*@ @ @emph{(una sola descarga grande, \bigsize\)}
286
287 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
288   descárguelo como un archivo en formato PDF.
289   @*@ @ @emph{(una sola descarga grande, \pdfsize\)}
290
291 @end itemize
292
293 @divEnd
294
295 @end macro
296
297
298 @c don't add any extra spaces in this macro -gp
299 @macro ifWebLinks{webLink,normalLink}
300 @ifclear web_version
301   \normalLink\:
302 @end ifclear
303 @ifset web_version
304   \webLink\:
305 @end ifset
306 @end macro
307
308
309 @ifhtml
310 @macro contactUsAbout{topic}
311
312 @divClass{heading-center}
313 @divClass{contactBox}
314 Si tiene conocimiento de cualesquiera otros \topic\ que merezcan
315 aparecer relacionados aquí,
316 le rogamos que nos lo haga saber siguiendo las instrucciones
317 que hay en @ref{Informes de fallos}.
318
319 @divEnd
320 @divEnd
321
322 @end macro
323 @end ifhtml
324
325 @ifnothtml
326 @macro contactUsAbout{topic}
327 @cartouche
328 If you are aware of any other \topic\ which could be listed here,
329 please let us know by following the instructions on
330 @ref{Bug reports}.
331
332 @end cartouche
333
334 @end macro
335 @end ifnothtml
336
337 @include web/introduction.itexi
338 @include web/download.itexi
339 @include web/manuals.itexi
340 @include web/community.itexi
341
342
343 @bye