]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/lilypond.tely
Merge branch 'hwn' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / fr / user / lilypond.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @ignore
3     Translation of GIT committish: 6ffead15d2e3dffd294c8e030938facef896d861
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9 @setfilename lilypond.info
10 @settitle GNU LilyPond -- manuel de l'utilisateur
11 @documentencoding UTF-8
12
13 @iftex
14 @afourpaper
15 @c don't replace quotes with directed quotes
16 @tex
17 \gdef\SETtxicodequoteundirected{Foo}
18 \gdef\SETtxicodequotebacktick{Bla}
19 @end tex
20 @end iftex
21
22 @c @direntry has not been added yet, as Emacs and standalone Info have no i18n support -JM
23
24 @c don't remove this comment.
25 @ignore
26 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
27 @omfdescription User manual of the LilyPond music engraving system
28 @omftype user manual
29 @omfcategory Applications|Publishing
30 @omflanguage French
31 @end ignore
32
33 @ifhtml
34 Ce document est également disponible au format
35 @uref{source/Documentation/user/lilypond.fr.pdf,PDF}.
36 @end ifhtml
37
38 @c urg, makeinfo 4.9.91 French translation is funky
39 @iftex
40 @documentlanguage fr
41 @frenchspacing on
42 @end iftex
43
44 @syncodeindex fn cp
45 @c @syncodeindex ky cp
46 @c @syncodeindex pg cp
47 @c @syncodeindex tp cp
48 @c @syncodeindex vr cp
49
50 @finalout
51
52 @titlepage
53 @title GNU LilyPond
54 @subtitle Le système de gravure musicale
55 @titlefont{Manuel de l'utilisateur}
56 @author L'équipe de développement de LilyPond
57
58
59 Copyright @copyright{} 1999--2007 by the authors
60
61 @emph{The translation of the following copyright notice is provided
62 for courtesy to non-English speakers, but only the notice in English
63 legally counts.}
64
65 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
66 faciliter sa compréhension par le lecteur non anglophone, mais seule la
67 notice en anglais a valeur légale.}
68
69 @quotation
70 Vous avez le droit de copier, distribuer et/ou modifier ce document
71 selon les termes de la Licence GNU de documentation libre, version 1.1
72 ou tout autre version ultérieure publiée par la Free Software
73 Foundation, ``sans aucune section invariante''.
74 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
75 @end quotation
76
77 @quotation
78 Permission is granted to copy, distribute and/or modify this document
79 under the terms of the GNU Free Documentation License, Version 1.1
80 or any later version published by the Free Software Foundation;
81 with no Invariant Sections.
82 A copy of the license is included in the section entitled ``GNU
83 Free Documentation License''.
84 @end quotation
85
86 @vskip 20pt
87
88 @lilypond[raggedright]
89 \score {
90     \context Lyrics {
91         \override Score.RehearsalMark #'self-alignment-X = #LEFT
92         \override Score.RehearsalMark #'font-size = #-2 
93         \mark #(ly:export (string-append
94              "(Pour LilyPond version " (lilypond-version) ")"))
95         s2
96      }
97      \layout {
98          indent = 0.0\pt
99      }
100 }
101 @end lilypond
102
103 @end titlepage
104
105
106 @ifnottex
107 Ce fichier documente GNU LilyPond.
108
109 Copyright @copyright{} 1999--2007 par les auteurs
110
111 @emph{The translation of the following copyright notice is provided
112 for courtesy to non-English speakers, but only the notice in English
113 legally counts.}
114
115 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
116 faciliter sa compréhension par le lecteur non anglophone, mais seule la
117 notice en anglais a valeur légale.}
118
119 @quotation
120 Vous avez le droit de copier, distribuer et/ou modifier ce document
121 selon les termes de la Licence GNU de documentation libre, version 1.1
122 ou tout autre version ultérieure publiée par la Free Software
123 Foundation, ``sans aucune section invariante''.
124 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
125 @end quotation
126
127 @quotation
128 Permission is granted to copy, distribute and/or modify this document
129 under the terms of the GNU Free Documentation License, Version 1.1
130 or any later version published by the Free Software Foundation;
131 with no Invariant Sections.
132 A copy of the license is included in the section entitled ``GNU
133 Free Documentation License''.
134 @end quotation
135 @end ifnottex
136
137
138 @ifnottex
139 @node Top
140 @top GNU LilyPond --- le système de gravure musicale
141 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
142
143 Ce document est le manuel de l'utilisateur pour GNU LilyPond 2.11.x.
144 @ifhtml
145 (Allez au bas de la page pour voir le numéro de version exact).
146 @end ifhtml
147
148 @cindex web site
149 @cindex URL
150
151 Vous pouvez obtenir plus d'informations sur
152 @uref{http://@/www@/.lilypond@/.org/}. Ce site contient des copies en
153 ligne de ce manuel, ainsi qu'une documentation supplémentaire.
154
155 @include dedication.itely
156
157 @menu
158 Manuel d'apprentissage
159
160 * Preface::
161 * Introduction::                   quoi, pourquoi comment.
162 * Tutorial::                       un tutoriel d'introduction.
163 * Putting it all together::        explication plus détaillée des concepts de LilyPond.
164 * Working on LilyPond projects::   traite de l'utilisation quotidienne.
165 * Tweaking output::                introduction aux retouches de mise en forme.
166
167 Manuel de référence
168
169 * Basic notation::                 notation musicale standard.
170 * Instrument-specific notation::   notation spécifique à des instruments.
171 * Advanced notation::              notation plus rarement utilisée.
172 * Changing defaults::              retoucher la mise en forme.
173 * Non-musical notation::           aspects autres que la notation musicale.
174 * Spacing issues::                 mise en page de la musique sur le papier.
175 * Interfaces for programmers::     utilisation avancée.
176
177 Annexes
178
179 * Literature list::                ouvrages de référence sur la notation musicale.
180 * Scheme tutorial::                programmer au sein de LilyPond.
181 * Notation manual tables::         tables et diagrammes.
182 * Templates::                      modèles prêts à l'emploi.
183 * Cheat sheet::                    résumé de la syntaxe de LilyPond.
184 * GNU Free Documentation License:: licence de ce document.
185 * LilyPond command index::
186 * LilyPond index::
187
188 @end menu
189 @end ifnottex
190
191 @contents
192
193
194 @include macros.itexi
195 @include preface.itely
196 @include introduction.itely
197 @include tutorial.itely
198 @include putting.itely
199 @include working.itely
200 @include tweaks.itely
201
202
203 @include basic-notation.itely
204 @include instrument-notation.itely
205 @include advanced-notation.itely
206 @include changing-defaults.itely
207 @include non-music.itely
208 @include spacing.itely
209 @include programming-interface.itely
210
211
212 @include literature.itely
213 @include scheme-tutorial.itely
214 @include notation-appendices.itely
215 @include templates.itely
216 @include cheatsheet.itely
217 @include fdl.itexi
218
219 @node LilyPond command index
220 @appendix LilyPond command index
221
222 @printindex ky
223
224 @node LilyPond index
225 @appendix LilyPond index
226
227 @printindex cp
228
229 @bye