]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/lilypond.tely
Merge branch 'master' 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: 007d0b5b94c36f9d9e228309d5b0e6a67ae27ebc
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 notation
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 @c Translators: John Mandereau
34
35 @ifhtml
36 Ce document est également disponible au format
37 @uref{source/Documentation/user/lilypond.fr.pdf,PDF}.
38 @end ifhtml
39
40 @c urg, makeinfo 4.9.91 French translation is funky
41 @iftex
42 @documentlanguage fr
43 @frenchspacing on
44 @end iftex
45
46 @syncodeindex fn cp
47 @c @syncodeindex ky cp
48 @c @syncodeindex pg cp
49 @c @syncodeindex tp cp
50 @c @syncodeindex vr cp
51
52 @finalout
53
54 @titlepage
55 @title GNU LilyPond
56 @subtitle Le système de gravure musicale
57 @titlefont{Manuel de référence}
58 @author L'équipe de développement de LilyPond
59
60
61 Copyright @copyright{} 1999--2007 by the authors
62
63 @emph{The translation of the following copyright notice is provided
64 for courtesy to non-English speakers, but only the notice in English
65 legally counts.}
66
67 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
68 faciliter sa compréhension par le lecteur non anglophone, mais seule la
69 notice en anglais a valeur légale.}
70
71 @quotation
72 Vous avez le droit de copier, distribuer et/ou modifier ce document
73 selon les termes de la Licence GNU de documentation libre, version 1.1
74 ou tout autre version ultérieure publiée par la Free Software
75 Foundation, ``sans aucune section invariante''.
76 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
77 @end quotation
78
79 @quotation
80 Permission is granted to copy, distribute and/or modify this document
81 under the terms of the GNU Free Documentation License, Version 1.1
82 or any later version published by the Free Software Foundation;
83 with no Invariant Sections.
84 A copy of the license is included in the section entitled ``GNU
85 Free Documentation License''.
86 @end quotation
87
88 @vskip 20pt
89
90 @lilypond[ragged-right]
91 \score {
92     \context Lyrics {
93         \override Score.RehearsalMark #'self-alignment-X = #LEFT
94         \override Score.RehearsalMark #'font-size = #-2 
95         \mark #(ly:export (string-append
96              "(Pour LilyPond version " (lilypond-version) ")"))
97         s2
98      }
99      \layout {
100          indent = 0.0\pt
101      }
102 }
103 @end lilypond
104
105 @end titlepage
106
107
108 @ifnottex
109 Ce fichier documente GNU LilyPond.
110
111 Copyright @copyright{} 1999--2007 par les auteurs
112
113 @emph{The translation of the following copyright notice is provided
114 for courtesy to non-English speakers, but only the notice in English
115 legally counts.}
116
117 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
118 faciliter sa compréhension par le lecteur non anglophone, mais seule la
119 notice en anglais a valeur légale.}
120
121 @quotation
122 Vous avez le droit de copier, distribuer et/ou modifier ce document
123 selon les termes de la Licence GNU de documentation libre, version 1.1
124 ou tout autre version ultérieure publiée par la Free Software
125 Foundation, ``sans aucune section invariante''.
126 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
127 @end quotation
128
129 @quotation
130 Permission is granted to copy, distribute and/or modify this document
131 under the terms of the GNU Free Documentation License, Version 1.1
132 or any later version published by the Free Software Foundation;
133 with no Invariant Sections.
134 A copy of the license is included in the section entitled ``GNU
135 Free Documentation License''.
136 @end quotation
137 @end ifnottex
138
139
140 @ifnottex
141 @node Top
142 @top GNU LilyPond --- le système de gravure musicale
143 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
144
145 Ce document est le manuel de référence de GNU LilyPond 2.11.x.
146 @ifhtml
147 (Allez au bas de la page pour voir le numéro de version exact).
148 @end ifhtml
149
150 @cindex web site
151 @cindex URL
152
153 Vous pouvez obtenir plus d'informations sur
154 @uref{http://@/www@/.lilypond@/.org/}. Ce site contient des copies en
155 ligne de ce manuel, ainsi qu'une documentation supplémentaire.
156
157 @include dedication.itely
158
159 @menu
160 * Musical notation::               notation générale.
161 * Specialist notation::            notation à usage spécifique.
162 * Input syntax::                   généralités sur les fichiers sources.
163 * Non-musical notation::           aspects autres que la notation musicale.
164 * Spacing issues::                 mise en page de la musique sur le papier.
165 * Changing defaults::              ajustement de la gravure.
166 * Interfaces for programmers::     utilisation avancée.
167
168 Annexes
169
170 * Literature list::                ouvrages de référence sur la notation musicale.
171 * Notation manual tables::         tables et diagrammes.
172 * Cheat sheet::                    résumé de la syntaxe de LilyPond.
173 * GNU Free Documentation License:: licence de ce document.
174 * LilyPond command index::
175 * LilyPond index::
176
177 @end menu
178 @end ifnottex
179
180 @contents
181
182
183 @include macros.itexi
184
185 @include notation.itely
186 @include specialist.itely
187
188 @include input.itely
189 @include non-music.itely
190 @include spacing.itely
191
192 @include changing-defaults.itely
193 @include programming-interface.itely
194
195
196 @include literature.itely
197 @include notation-appendices.itely
198 @include cheatsheet.itely
199 @include fdl.itexi
200
201 @node LilyPond command index
202 @appendix LilyPond command index
203
204 @printindex ky
205
206 @node LilyPond index
207 @appendix LilyPond index
208
209 @printindex cp
210
211 @bye