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