]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/lilypond-learning.tely
Update committishes in translated .tely's
[lilypond.git] / Documentation / fr / user / lilypond-learning.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: e9a620b6e7e1c0a1bf39b7063ff1744ad61efb08
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 @setfilename lilypond-learning.info
9 @settitle GNU LilyPond -- manuel d'initiation
10 @documentencoding UTF-8
11
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
23 @c don't remove this comment.
24 @ignore
25 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
26 @omfdescription User manual of the LilyPond music engraving system
27 @omftype program usage
28 @omfcategory Applications|Publishing
29 @omflanguage French
30 @end ignore
31
32
33 @ifhtml
34 Ce document est également disponible au format
35 @uref{source/Documentation/user/lilypond-learning.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 @c  This produces the unified index
45 @syncodeindex fn cp
46 @syncodeindex vr cp
47
48
49 @finalout
50
51 @titlepage
52 @title LilyPond
53 @subtitle Le système de gravure musicale
54 @titlefont{Manuel d'initiation}
55 @author L'équipe de développement de LilyPond
56
57
58 Copyright @copyright{} 1999--2007 by the authors
59
60 @emph{The translation of the following copyright notice is provided
61 for courtesy to non-English speakers, but only the notice in English
62 legally counts.}
63
64 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
65 faciliter sa compréhension par le lecteur non anglophone, mais seule la
66 notice en anglais a valeur légale.}
67
68 @quotation
69 Vous avez le droit de copier, distribuer et/ou modifier ce document
70 selon les termes de la Licence GNU de documentation libre, version 1.1
71 ou tout autre version ultérieure publiée par la Free Software
72 Foundation, ``sans aucune section invariante''.
73 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
74 @end quotation
75
76 @quotation
77 Permission is granted to copy, distribute and/or modify this document
78 under the terms of the GNU Free Documentation License, Version 1.1
79 or any later version published by the Free Software Foundation;
80 with no Invariant Sections.
81 A copy of the license is included in the section entitled ``GNU
82 Free Documentation License''.
83 @end quotation
84
85 @vskip 20pt
86
87 @lilypond[ragged-right]
88 \score {
89   \context Lyrics {
90     \override Score.RehearsalMark #'self-alignment-X = #LEFT
91     \override Score.RehearsalMark #'font-size = #-2
92     \mark #(ly:export (string-append
93       "(For LilyPond version " (lilypond-version) ")"))
94     s2
95   }
96   \layout {
97     indent = 0.0\pt
98   }
99 }
100 @end lilypond
101
102 @end titlepage
103
104 @copying
105 Copyright @copyright{} 1999--2007 by the authors
106
107 @emph{The translation of the following copyright notice is provided
108 for courtesy to non-English speakers, but only the notice in English
109 legally counts.}
110
111 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
112 faciliter sa compréhension par le lecteur non anglophone, mais seule la
113 notice en anglais a valeur légale.}
114
115 @quotation
116 Vous avez le droit de copier, distribuer et/ou modifier ce document
117 selon les termes de la Licence GNU de documentation libre, version 1.1
118 ou tout autre version ultérieure publiée par la Free Software
119 Foundation, ``sans aucune section invariante''.
120 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
121 @end quotation
122
123 @quotation
124 Permission is granted to copy, distribute and/or modify this document
125 under the terms of the GNU Free Documentation License, Version 1.1
126 or any later version published by the Free Software Foundation;
127 with no Invariant Sections.
128 A copy of the license is included in the section entitled ``GNU
129 Free Documentation License''.
130 @end quotation
131 @end copying
132
133 @ifnottex
134 This file documents GNU LilyPond program usage.
135
136 Copyright 1999--2007 by the authors
137
138 @quotation
139 Permission is granted to copy, distribute and/or modify this document
140 under the terms of the GNU Free Documentation License, Version 1.1
141 or any later version published by the Free Software Foundation;
142 with no Invariant Sections.
143 A copy of the license is included in the section entitled ``GNU
144 Free Documentation License''.
145 @end quotation
146 @end ifnottex
147
148 @ifnottex
149 @node Top
150 @top GNU LilyPond --- manuel d'initiation
151 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
152
153 Ce document est le manuel d'initiation pour GNU LilyPond 2.11.x.
154 @ifhtml
155 (Allez au bas de la page pour voir le numéro de version exact).
156 @end ifhtml
157
158 @cindex web site
159 @cindex URL
160
161 More information can be found at
162 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
163 of this and other documentation.
164
165 @menu
166 * Preface::
167 * Introduction::                   quoi, pourquoi comment.
168 * Tutorial::                       un tutoriel d'introduction.
169 * Putting it all together::        explication plus détaillée des concepts de LilyPond.
170 * Working on LilyPond projects::   traite de l'utilisation quotidienne.
171 * Tweaking output::                introduction aux retouches de mise en forme.
172
173 Annexes
174
175 * GNU Free Documentation License:: licence de ce document.
176 * LilyPond index::
177 @end menu
178 @end ifnottex
179
180 @contents
181
182
183 @include macros.itexi
184
185 @include preface.itely
186 @include introduction.itely
187 @include tutorial.itely
188 @include putting.itely
189 @include working.itely
190 @include tweaks.itely
191
192 @include fdl.itexi
193
194 @node LilyPond index
195 @appendix LilyPond index
196
197 @printindex cp
198
199 @bye