]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ca/web.texi
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / ca / web.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: ca -*-
2 @c This file is part of web.texi
3 @ignore
4     Translation of GIT committish: 9af671bb61b95c9cb9740e92ddb6cd1a51c1aecf
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @setfilename web.info
11 @settitle LilyPond: notació musical per a tots
12 @documentencoding UTF-8
13 @documentlanguage ca
14 @afourpaper
15
16 @c @macro copyrightDeclare
17 @c Copyright @copyright{} 2009--2015 by the authors.
18 @c @end macro
19
20 @set FDL
21 @set web
22 @include macros.itexi
23 @include weblinks.itexi
24
25 @c don't remove this comment.
26 @ignore
27 @omfcreator Graham Percival and Patrick McCarty
28 @omfdescription General info about the LilyPond music engraving system
29 @omftype program usage
30 @omfcategory Applications|Publishing
31 @omflanguage Catalan
32 @end ignore
33
34 @c Translators: Walter Garcia-Fontes
35
36 @copying
37 Copyright @copyright{} 2009--2015 pels autors
38
39 @c next line is necessary for broken pre-4.13 texinfo's
40 @c install-info, so leave it there until we officially
41 @c bump the required version.  -gp
42 This file documents the LilyPond website.
43
44 @quotation
45 Permission is granted to copy, distribute and/or modify this document
46 under the terms of the GNU Free Documentation License, Version 1.1
47 or any later version published by the Free Software Foundation;
48 with no Invariant Sections.
49 A copy of the license is included in the section entitled ``GNU
50 Free Documentation License''.
51 @end quotation
52 @end copying
53
54
55 @c Info files are no longer installed in a subdirectory, images are
56 @c expected to be found in lilypond/ subdirectory.
57 @dircategory GNU LilyPond: el gravador de música
58 @direntry
59 * Manual d'aprenentatge del Lilypond:(lilypond-learning). Comenceu per aquí.
60 * Glosari musical: (music-glossary).                 Per a usuaris de parla no anglesa
61 * LilyPond: (lilypond-notation).                      Referència de la notació amb el Lilypond.
62 * Fragments de codi del LilyPond: (lilypond-snippets). Consells, trucs i exemples curts.
63 * Referència de funcionament intern: (lilypond-internals). Definicions pera a la construcció de trucs.
64 * Utilització del prrograma: (lilypond-usage). Instal·lació i execució de les aplicacions
65 * Pàgina web: (lilypond-web).    Vista prèvia de la nova pàgina.
66 * lilypond: (lilypond-usage)Executar el Lilypond.   Invocar el programa LilyPond.
67 * abc2ly: (lilypond-usage)Invocació d'abc2ly.      Importació d'ABC.
68 * convert-ly: (lilypond-usage)Actualització de fitxers mitjançant convert-ly. Versions antigues del Lilypond.
69 * etf2ly: (lilypond-usage)Invocar etf2ly.      Importació del Finale.
70 * lilypond-book: (lilypond-usage)LilyPond-book. Intergrar text i música.
71 * midi2ly: (lilypond-usage)Invocar midi2ly.    Importació de MIDI.
72 * musicxml2ly: (lilypond-usage)Invocar musicxml2ly.  Importació de MusicXML.
73 @end direntry
74
75
76 @c TITLE PAGE
77 @ifnottex
78 @node Top
79 @top LilyPond... notació musical per a tots
80 @translationof Top
81 @end ifnottex
82
83
84 @c hack for texi2html, bleh -gp
85 @ifnothtml
86
87 @finalout
88
89 @titlepage
90 @title LilyPond
91 @subtitle El gravador de música
92 @titlefont{Informació general}
93 @author L'equip de desenvolupament del LilyPond
94
95 @vskip 0pt plus 1filll
96 @c @vskip 20pt
97
98 @insertcopying
99
100 Per al LilyPond versió @version{}
101 @end titlepage
102 @end ifnothtml
103 @c end hack for texi2html
104
105
106 @c ************************ WEBSITE START ***************
107
108
109 @divId{pageHeader}
110 @heading LilyPond
111
112 ... notació musical per a tots
113 @divEnd
114
115 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
116 @imageId{lilylogo,double-lily-modified3,png,LilyPond logo}
117 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
118
119 @divId{quickSummary}
120 @subheading ¿Què és el LilyPond?
121
122 El Lilypond és un programa de gravat musical
123 (tipografia musical o edició de partitures),
124 consagrat a la producció de partitures de la
125 qualitat més alta possible. Introdueix l'estètica
126 de la música gravada de la forma tradicional
127 a les partitures impreses mijtançant l'ordinador.
128 Lilypond és programari lliure i forma part del
129 @uref{http://gnu.org,Projecte GNU}.
130
131
132 @divClass{align-right}
133 Podeu llegir més a la nostra @ref{Introducció}!
134
135 @divEnd
136 @divEnd
137
138 @divClass{separator}
139 @divEnd
140
141
142 @divId{news}
143
144 @c TODO: generate this automatically, including RSS feed.
145 @include web/news-front.itexi
146
147 @divClass{float-right}
148 (@ref{Notícies antigues})
149 @divEnd
150
151 @divEnd
152
153 @ifclear web_version
154   @c do nothing
155 @end ifclear
156 @ifset web_version
157   @c make the box:
158 @divId{wildCardBox}
159 @subheading Novetats
160 @divId{wildCardText}
161
162 @divEnd
163 @divEnd
164 @end ifset
165
166 @html
167
168 <script language="JavaScript" type="text/javascript">
169   function loadXMLDoc(dname)
170     {
171       if (window.XMLHttpRequest)
172         {
173           xhttp=new XMLHttpRequest();
174         }
175       else
176         {
177           xhttp=new ActiveXObject("Microsoft.XMLHTTP");
178         }
179       xhttp.open("GET",dname,false);
180       xhttp.send();
181       return xhttp.responseXML;
182     }
183
184   var xmlDoc = loadXMLDoc("tweets.xml");
185   var tweets = xmlDoc.getElementsByTagName("tweet");
186   var index = Math.floor(Math.random() * tweets.length);
187   var tweet = tweets[index];
188   var text = tweet.childNodes[0];
189   document.getElementById("wildCardText").innerHTML = text.nodeValue;
190 </script>
191
192 @end html
193
194 @ifset web_version
195   @c make the box:
196 @divId{latestVersion}
197 @subheading Enllaços ràpids
198
199 @c TODO: javascript to detect OS and suggest download?
200
201 @subsubheading Estable
202
203 @ref{Descàrrega, Descàrrega de @versionStable}
204
205 @ref{Manuals, Manuals de @versionStable}
206
207 @subsubheading Desenvolupament
208
209 @ref{Desenvolupament, Descàrrega de @versionDevel}
210
211 @ref{Desenvolupament, Manuals de @versionDevel}
212
213 @divEnd
214 @end ifset
215
216 @ifnottex
217
218 @divClass{hide}
219 @menu
220 * Introducció::      Comenceu aquí a crear partitures musicals.
221 * Descàrrega::       Obtenir el LilyPond.
222 * Manuals::          Llegiu els coi de manuals (RTFM).
223 * Comunitat::        Poseu-vos en contacte amb altres usuaris.
224 @end menu
225 @divEnd
226
227 @end ifnottex
228
229 @contents
230
231 @allowcodebreaks false
232
233 @c ****************** GENERAL STUFF FOR INFO ************
234 @ignore
235 Distributions will want to install lilypond.info in postinstall, doing:
236
237     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
238
239   * Prepend GNU for dir, must be unique.
240
241   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
242     goes to Top.
243
244   * List all commands in direntry.
245
246 @end ignore
247
248 @c FIXME: this still doesn't solve the broken links in pdf and big
249 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
250 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
251 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
252 @subheading Llegiu-lo
253
254
255 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
256
257 @end macro
258
259
260 @macro docLinkSplit{name,base,webLink}
261   @docLink{\name\ (HTML seccionat),\base\/index.html,\webLink\}
262 @end macro
263
264 @macro docLinkBig{name,base,webLink}
265   @docLink{\name\ (HTML monolític),\base\-big-page.html,\webLink\}
266 @end macro
267
268 @macro docLinkPdf{name,base,webLink}
269   @docLink{\base\.es.pdf,\base\.es.pdf,\webLink\}
270 @end macro
271
272
273 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
274
275 @divClass{keep-bullets}
276 @itemize
277
278 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
279   el manual està dividit en moltes pàgines HTML.
280   @*@ @ @emph{(una descàrrega petita per a cada pàgina)}
281
282 @item @docLinkBig{\name\,\base\,\big\} @minus{}
283   llegiu aquest manual com una sola pàgina HTML enorme.
284   @*@ @ @emph{(una sola descàrrega gran, \bigsize\)}
285
286 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
287   descarregueu-lo com un fitxer en format PDF.
288   @*@ @ @emph{(una sola descàrrega gran, \pdfsize\)}
289
290 @end itemize
291
292 @divEnd
293
294 @end macro
295
296
297 @c don't add any extra spaces in this macro -gp
298 @macro ifWebLinks{webLink,normalLink}
299 @ifclear web_version
300   \normalLink\:
301 @end ifclear
302 @ifset web_version
303   \webLink\:
304 @end ifset
305 @end macro
306
307
308 @ifhtml
309 @macro contactUsAbout{topic}
310
311 @divClass{heading-center}
312 @divClass{contactBox}
313 Si teniu coneixement de qualssevol altres \topic\ que mereixin
314 aparèixer relacionats aquí, us preguem que ens ho feu saber escrivint un
315 missatge a la llista de correu bug-lilypond. Tot i que tingueu una
316 subscripció a la llista, ho podeu fer a la
317 @uref{https://lists.gnu.org/mailman/listinfo/bug-lilypond,pàgina
318 informativa} de la llista o escrivint directament mitjançant la
319 @uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs,
320 interfície web de lilypond.bugs a gmane}.
321
322
323 @divEnd
324 @divEnd
325
326 @end macro
327 @end ifhtml
328
329 @ifnothtml
330 @macro contactUsAbout{topic}
331 @cartouche
332 Si teniu coneixement de qualsevol altre \topic\ que podria
333 aparèixer aquí, si us plau feu-nos-ho saber seguint les instruccions a
334 @ref{Bug reports}.
335
336 @end cartouche
337
338 @end macro
339 @end ifnothtml
340
341 @include web/introduction.itexi
342 @include web/download.itexi
343 @include web/manuals.itexi
344 @include web/community.itexi
345
346
347 @bye