]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/web.texi
655c22fcafb3b5dc3294df3eacd47f5bda6077b1
[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--2012 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--2012 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 * Glosario musical: (music-glossary).                 Para usuarios de habla no inglesa.
61 * Fragmentos de código de LilyPond: (lilypond-snippets).         Consejos, trucos y ejemplos cortos.
62 * Referencia de funcionamiento interno: (lilypond-internals).  Definiciones para la construcción de trucos.
63 * Página web: (lilypond-web).    Vista previa de la nueva página.
64 @end direntry
65
66
67 @c TITLE PAGE
68 @ifnottex
69 @node Top
70 @top LilyPond... notación musical para todos
71 @translationof Top
72 @end ifnottex
73
74
75 @c hack for texi2html, bleh -gp
76 @ifnothtml
77
78 @finalout
79
80 @titlepage
81 @title LilyPond
82 @subtitle El tipografiador de música
83 @titlefont{Información general}
84 @author El equipo de desarrollo de LilyPond
85
86 @vskip 0pt plus 1filll
87 @c @vskip 20pt
88
89 @insertcopying
90
91 Para LilyPond versión @version{}
92 @end titlepage
93 @end ifnothtml
94 @c end hack for texi2html
95
96
97 @c ************************ WEBSITE START ***************
98
99
100 @divId{pageHeader}
101 @heading LilyPond
102
103 ... notación musical para todos
104 @divEnd
105
106 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
107 @imageId{lilylogo,double-lily-modified3,png,LilyPond logo}
108 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
109
110 @divId{quickSummary}
111 @subheading ¿Qué es LilyPond?
112
113 LilyPond es un programa de grabado musical
114 (tipografía musical o edición de partituras),
115 consagrado a la producción de partituras de la
116 calidad más alta posible.  Lleva la estética
117 de la música tipografiada de la forma tradicional
118 a las partituras impresas mediante ordenador.
119 LilyPond es software libre y forma parte del
120 @uref{http://gnu.org,Proyecto GNU}.
121
122
123 @divClass{align-right}
124 ¡Puede leer más en nuestra @ref{Introducción}!
125
126 @divEnd
127 @divEnd
128
129 @divClass{separator}
130 @divEnd
131
132
133 @divId{news}
134
135 @c TODO: generate this automatically, including RSS feed.
136 @include web/news-front.itexi
137
138 @divClass{float-right}
139 (@ref{Noticias antiguas})
140 @divEnd
141
142 @divEnd
143
144 @ifclear web_version
145   @c do nothing
146 @end ifclear
147 @ifset web_version
148   @c make the box:
149 @divId{wildCardBox}
150 @subheading Novedades
151 @divId{wildCardText}
152
153 @divEnd
154 @divEnd
155 @end ifset
156
157 @html
158
159 <script language="JavaScript" type="text/javascript">
160   function loadXMLDoc(dname)
161     {
162       if (window.XMLHttpRequest)
163         {
164           xhttp=new XMLHttpRequest();
165         }
166       else
167         {
168           xhttp=new ActiveXObject("Microsoft.XMLHTTP");
169         }
170       xhttp.open("GET",dname,false);
171       xhttp.send();
172       return xhttp.responseXML;
173     }
174
175   var xmlDoc = loadXMLDoc("tweets.xml");
176   var tweets = xmlDoc.getElementsByTagName("tweet");
177   var index = Math.floor(Math.random() * tweets.length);
178   var tweet = tweets[index];
179   var text = tweet.childNodes[0];
180   document.getElementById("wildCardText").innerHTML = text.nodeValue;
181 </script>
182
183 @end html
184
185 @ifset web_version
186   @c make the box:
187 @divId{latestVersion}
188 @subheading Enlaces rápidos
189
190 @c TODO: javascript to detect OS and suggest download?
191
192 @subsubheading Estable
193
194 @ref{Descarga, Descarga de @versionStable}
195
196 @ref{Manuales, Manuales de @versionStable}
197
198 @subsubheading Desarrollo
199
200 @ref{Desarrollo, Descarga de @versionDevel}
201
202 @ref{Desarrollo, Manuales de @versionDevel}
203
204 @divEnd
205 @end ifset
206
207 @ifnottex
208
209 @divClass{hide}
210 @menu
211 * Introducción::     Empiece aquí a crear partituras musicales.
212 * Descarga::         Obtener LilyPond.
213 * Manuales::         Léase los dichosos manuales (RTFM).
214 * Comunidad::        Póngase en contacto con otros usuarios.
215 @end menu
216 @divEnd
217
218 @end ifnottex
219
220 @contents
221
222 @allowcodebreaks false
223
224 @c ****************** GENERAL STUFF FOR INFO ************
225 @ignore
226 Distributions will want to install lilypond.info in postinstall, doing:
227
228     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
229
230   * Prepend GNU for dir, must be unique.
231
232   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
233     goes to Top.
234
235   * List all commands in direntry.
236
237 @end ignore
238
239 @c FIXME: this still doesn't solve the broken links in pdf and big
240 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
241 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
242 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
243 @subheading Léalo
244
245
246 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
247
248 @end macro
249
250
251 @macro docLinkSplit{name,base,webLink}
252   @docLink{\name\ (HTML seccionado),\base\/index.html,\webLink\}
253 @end macro
254
255 @macro docLinkBig{name,base,webLink}
256   @docLink{\name\ (HTML monolítico),\base\-big-page.html,\webLink\}
257 @end macro
258
259 @macro docLinkPdf{name,base,webLink}
260   @docLink{\base\.es.pdf,\base\.es.pdf,\webLink\}
261 @end macro
262
263
264 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
265
266 @divClass{keep-bullets}
267 @itemize
268
269 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
270   el manual está dividido en muchas páginas HTML.
271   @*@ @ @emph{(una descarga pequeña por cada página)}
272
273 @item @docLinkBig{\name\,\base\,\big\} @minus{}
274   lea este manual como una sola página HTML enorme.
275   @*@ @ @emph{(una sola descarga grande, \bigsize\)}
276
277 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
278   descárguelo como un archivo en formato PDF.
279   @*@ @ @emph{(una sola descarga grande, \pdfsize\)}
280
281 @end itemize
282
283 @divEnd
284
285 @end macro
286
287
288 @c don't add any extra spaces in this macro -gp
289 @macro ifWebLinks{webLink,normalLink}
290 @ifclear web_version
291   \normalLink\:
292 @end ifclear
293 @ifset web_version
294   \webLink\:
295 @end ifset
296 @end macro
297
298
299 @ifhtml
300 @macro contactUsAbout{topic}
301
302 @divClass{heading-center}
303 @divClass{contactBox}
304 Si tiene conocimiento de cualesquiera otros \topic\ que merezcan
305 aparecer relacionados aquí,
306 le rogamos que nos lo haga saber siguiendo las instrucciones
307 que hay en @ref{Informes de fallos}.
308
309 @divEnd
310 @divEnd
311
312 @end macro
313 @end ifhtml
314
315 @ifnothtml
316 @macro contactUsAbout{topic}
317 @cartouche
318 If you are aware of any other \topic\ which could be listed here,
319 please let us know by following the instructions on
320 @ref{Bug reports}.
321
322 @end cartouche
323
324 @end macro
325 @end ifnothtml
326
327 @include web/introduction.itexi
328 @include web/download.itexi
329 @include web/manuals.itexi
330 @include web/community.itexi
331
332
333 @bye