]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/web.texi
Run grand-replace (issue 3765)
[lilypond.git] / Documentation / fr / web.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @ignore
3     Translation of GIT committish: 2f50167dc8769e690b985c3b92cabdc35a725344
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 -- la notation musicale pour tous
12 @documentencoding UTF-8
13 @documentlanguage fr
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 par les auteurs.
19 @c @end macro
20
21 @set FDL
22 @set web
23 @include macros.itexi
24 @include weblinks.itexi
25
26
27 @c don't remove this comment.
28 @ignore
29 @omfcreator Graham Percival and Patrick McCarty
30 @omfdescription General info about the LilyPond music engraving system
31 @omftype program usage
32 @omfcategory Applications|Publishing
33 @omflanguage French
34 @end ignore
35
36 @c Translators: John Mandereau
37 @c Translators checkers: Jean-Charles Malahieude
38
39 @copying
40 Copyright @copyright{} 2009--2014 par les auteurs.
41
42 @c next line is necessary for broken pre-4.13 texinfo's
43 @c install-info, so leave it there until we officially
44 @c bump the required version.  -gp
45 This file documents the LilyPond website.
46
47 @quotation
48 Permission is granted to copy, distribute and/or modify this
49 document under the terms of the GNU Free Documentation License,
50 Version 1.1 or any later version published by the Free Software
51 Foundation; with no Invariant Sections.  A copy of the license is
52 included in the section entitled ``GNU Free Documentation
53 License''.
54 @end quotation
55 @end copying
56
57
58 @c Info files are no longer installed in a subdirectory, images are
59 @c expected to be found in lilypond/ subdirectory.
60 @dircategory GNU LilyPond -- le typographe de musique
61 @direntry
62 * Manuel d'initiation à LilyPond: (lilypond-learning).       Les premiers pas.
63 * Glossaire musicologique: (music-glossary).                 Pour l'utilisateur non anglophone.
64 * Manuel de notation: (lilypond-notation).                   Gravure de musique avec LilyPond.
65 * Morceaux choisis de LilyPond: (lilypond-snippets).         Petits trucs, astuces et exemples.
66 * Référence des propriétés internes: (lilypond-internals).   Définitions pour les retouches.
67 * Manuel d'utilisation: (lilypond-usage).                    Installation et exécution des programmes.
68 * LilyPond Website: (lilypond-web).                          Prévisualisation du site.
69 * abc2ly: (lilypond-usage) Lancement de abc2ly.              Import de fichier ABC.
70 * convert-ly: (lilypond-usage) Mise à jour de fichiers.      Pour d'anciens fichiers LilyPond.
71 * etf2ly: (lilypond-usage) Lancement de etf2ly.              Import de fichier Finale.
72 * lilypond-book: (lilypond-usage) LilyPond-book.             Association musique-texte.
73 * midi2ly: (lilypond-usage) Lancement de midi2ly.            Import de fichier MIDI.
74 * musicxml2ly: (lilypond-usage) Lancement de musicxml2ly.    Import de fichier MusicXML.
75 @end direntry
76
77
78 @c TITLE PAGE
79 @ifnottex
80 @node Top
81 @top LilyPond... la notation musicale pour tous
82 @translationof Top
83 @end ifnottex
84
85
86 @c hack for texi2html, bleh -gp
87 @ifnothtml
88
89 @finalout
90
91 @titlepage
92 @title LilyPond
93 @subtitle Le système de notation musicale
94 @titlefont{Informations générales}
95 @author Équipe de développement de LilyPond
96
97 @vskip 0pt plus 1filll
98 @c @vskip 20pt
99
100 @insertcopying
101
102 Pour LilyPond version @version{}
103 @end titlepage
104 @end ifnothtml
105 @c end hack for texi2html
106
107 @c ************************ WEBSITE START ***************
108
109
110 @divId{pageHeader}
111 @heading LilyPond
112
113 ... la notation musicale pour tous
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'est-ce que LilyPond ?
122
123 LilyPond est un logiciel de gravure musicale, destiné à produire
124 des partitions de qualité optimale.  Ce projet apporte à l'édition
125 musicale informatisée l'esthétique typographique de la gravure
126 traditionnelle.  LilyPond est un logiciel libre rattaché au
127 @uref{http://gnu.org,projet GNU}.
128
129 @divClass{align-right}
130 Plus sur LilyPond dans notre @ref{Introduction} !
131
132 @divEnd
133 @divEnd
134
135 @divClass{separator}
136 @divEnd
137
138
139 @divId{news}
140
141 @c TODO: generate this automatically, including RSS feed.
142 @include web/news-front.itexi
143
144 @divClass{float-right}
145 (@ref{Archives}) @c (@ref{Old news,,,,Actualités passées})
146 @divEnd
147
148 @divEnd
149
150
151 @ifclear web_version
152   @c do nothing
153 @end ifclear
154 @ifset web_version
155   @c make the box:
156 @divId{wildCardBox}
157 @subheading Dépêches
158 @divId{wildCardText}
159
160 @divEnd
161 @divEnd
162 @end ifset
163
164 @html
165
166 <script language="JavaScript" type="text/javascript">
167   function loadXMLDoc(dname)
168     {
169       if (window.XMLHttpRequest)
170         {
171           xhttp=new XMLHttpRequest();
172         }
173       else
174         {
175           xhttp=new ActiveXObject("Microsoft.XMLHTTP");
176         }
177       xhttp.open("GET",dname,false);
178       xhttp.send();
179       return xhttp.responseXML;
180     }
181
182   var xmlDoc = loadXMLDoc("tweets.xml");
183   var tweets = xmlDoc.getElementsByTagName("tweet");
184   var index = Math.floor(Math.random() * tweets.length);
185   var tweet = tweets[index];
186   var text = tweet.childNodes[0];
187   document.getElementById("wildCardText").innerHTML = text.nodeValue;
188 </script>
189
190 @end html
191
192
193 @ifclear web_version
194   @c do nothing
195 @end ifclear
196 @ifset web_version
197   @c make the box:
198 @divId{latestVersion}
199
200 @subheading Raccourcis
201
202 @c TODO: javascript to detect OS and suggest download?
203
204 @subsubheading Branche stable
205
206 @ref{Download, Téléchargemement de @versionStable}
207
208 @ref{Manuals, Manuels de @versionStable}
209
210 @subsubheading Branche de développement
211
212 @ref{Development, Téléchargement de @versionDevel}
213
214 @ref{Development, Manuels de @versionDevel}
215
216 @divEnd
217 @end ifset
218
219
220 @ifnottex
221
222 @divClass{hide}
223 @menu
224 * Introduction::        Comment créer des partitions
225 * Téléchargement::      Télécharger LilyPond
226 * Manuels::             Bibliothèque de LilyPond
227 * Communauté::          Comment contacter d'autres utilisateurs
228 @end menu
229 @divEnd
230
231 @end ifnottex
232
233 @contents
234
235 @allowcodebreaks false
236
237 @c ****************** GENERAL STUFF FOR INFO ************
238 @ignore
239 Distributions will want to install lilypond.info in postinstall, doing:
240
241     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
242
243   * Prepend GNU for dir, must be unique.
244
245   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
246     goes to Top.
247
248   * List all commands in direntry.
249
250 @end ignore
251
252 @c FIXME: this still doesn't solve the broken links in pdf and big
253 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
254 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
255 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
256 @subheading Lisez-le
257
258 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
259
260 @end macro
261
262
263 @macro docLinkSplit{name,base,webLink}
264   @docLink{\name\ (HTML multipages),\base\/index.html,\webLink\}
265 @end macro
266
267 @macro docLinkBig{name,base,webLink}
268   @docLink{\name\ (HTML page unique),\base\-big-page.html,\webLink\}
269 @end macro
270
271 @macro docLinkPdf{name,base,webLink}
272   @docLink{\base\.fr.pdf,\base\.pdf,\webLink\}
273 @end macro
274
275
276 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
277
278 @divClass{keep-bullets}
279 @itemize
280
281 @item @docLinkSplit{\name\,\base\,\split\} :
282   manuel sous forme de plusieurs pages HTML
283   @*@ @ @emph{-- chaque page est assez petite.}
284
285 @item @docLinkBig{\name\,\base\,\big\} :
286   manuel sous forme d'une seule grande page
287   @*@ @ @emph{-- un seul gros téléchargement, \bigsize\.}
288
289 @item @docLinkPdf{\name\,\base\,\pdf\} :
290   manuel au format PDF
291   @*@ @ @emph{-- un seul gros téléchargement, \pdfsize\.}
292
293 @end itemize
294
295 @divEnd
296
297 @end macro
298
299
300 @c don't add any extra spaces in this macro -gp
301 @macro ifWebLinks{webLink,normalLink}
302 @ifclear web_version
303   \normalLink\ :
304 @end ifclear
305 @ifset web_version
306   \webLink\ :
307 @end ifset
308 @end macro
309
310
311 @ifhtml
312 @macro contactUsAbout{topic}
313
314 @divClass{heading-center}
315 @divClass{contactBox}
316 Si vous avez connaissance d'autres \topic\ qui mériteraient de figurer
317 ici, faites le nous savoir, en suivant les instructions de la rubrique
318 @ref{Signalement de bogue}.
319
320 @divEnd
321 @divEnd
322
323 @end macro
324 @end ifhtml
325
326 @ifnothtml
327 @macro contactUsAbout{topic}
328 @cartouche
329 Si vous avez connaissance d'autres \topic\ qui mériteraient de figurer
330 ici, faites le nous savoir, en suivant les instructions de la rubrique
331 @ref{Signalement de bogue}.
332
333 @end cartouche
334
335 @end macro
336 @end ifnothtml
337
338 @include web/introduction.itexi
339 @include web/download.itexi
340 @include web/manuals.itexi
341 @include web/community.itexi
342
343 @bye