]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/lilypond.tely
Update texinfo.tex from Texinfo CVS
[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: b40f25ec7472b855483b5eb9126747bfb9487fe1
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
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 @documentlanguage fr
31 @frenchspacing on
32 @documentencoding UTF-8
33
34 @syncodeindex fn cp
35 @c @syncodeindex ky cp
36 @c @syncodeindex pg cp
37 @c @syncodeindex tp cp
38 @c @syncodeindex vr cp
39
40 @finalout
41
42 @titlepage
43 @title GNU LilyPond
44 @subtitle Le système de gravure musicale
45 @author L'équipe de développement de LilyPond
46
47
48 Copyright @copyright{} 1999--2007 by the authors
49
50 @quotation
51 Permission is granted to copy, distribute and/or modify this document
52 under the terms of the GNU Free Documentation License, Version 1.1
53 or any later version published by the Free Software Foundation;
54 with no Invariant Sections.
55 A copy of the license is included in the section entitled ``GNU
56 Free Documentation License''.
57 @end quotation
58
59 @vskip 20pt
60
61 @lilypond[raggedright]
62 \score {
63     \context Lyrics {
64         \override Score.RehearsalMark #'self-alignment-X = #LEFT
65         \override Score.RehearsalMark #'font-size = #-2 
66         \mark #(ly:export (string-append
67              "(Pour LilyPond version " (lilypond-version) ")"))
68         s2
69      }
70      \layout {
71          indent = 0.0\pt
72      }
73 }
74 @end lilypond
75
76 @end titlepage
77
78
79 @ifnottex
80 Ce fichier documente GNU LilyPond.
81
82 Copyright @copyright{} 1999--2007 par les auteurs
83
84 @quotation
85 Permission is granted to copy, distribute and/or modify this document
86 under the terms of the GNU Free Documentation License, Version 1.1
87 or any later version published by the Free Software Foundation;
88 with no Invariant Sections.
89 A copy of the license is included in the section entitled ``GNU
90 Free Documentation License''.
91 @end quotation
92 @end ifnottex
93
94
95 @ifnottex
96 @node Top
97 @top GNU LilyPond --- The music typesetter
98 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
99
100 Ce document est le manuel de l'utilisateur pour GNU LilyPond 2.11.x.
101 @ifhtml
102 (Allez au bas de la page pour voir le numéro de version exact).
103 @end ifhtml
104
105 @cindex web site
106 @cindex URL
107
108 Vous pouvez obtenir plus d'informations sur
109 @uref{http://@/www@/.lilypond@/.org/}. Ce site contient des copies en
110 ligne de ce manuel, ainsi qu'une documentation supplémentaire.
111
112 @include dedication.itely
113
114 @menu
115 Manuel d'apprentissage
116
117 * Preface::
118 * Introduction::                   quoi, pourquoi comment.
119 * Tutorial::                       un tutoriel d'introduction.
120 * Putting it all together::        explication plus détaillée des concepts de LilyPond.
121 * Working on LilyPond projects::   traite de l'utilisation quotidienne.
122 * Tweaking output::                introduction aux retouches de mise en forme.
123
124 Manuel de référence
125
126 * Basic notation::                 notation musicale standard.
127 * Instrument-specific notation::   notation spécifique à des instruments.
128 * Advanced notation::              notation plus rarement utilisée.
129 * Changing defaults::              retoucher la mise en forme.
130 * Non-musical notation::           aspects autres que la notation musicale.
131 * Spacing issues::                 mise en page de la musique sur le papier.
132 * Interfaces for programmers::     utilisation avancée.
133
134 Utilisation du programme
135
136 * Running LilyPond::               mode d'emploi.
137 * LilyPond-book::                  intégrer texte et musique.
138 * Converting from other formats::  conversion vers le format source lilypond.
139
140 Annexes
141
142 * Literature list::                ouvrages de référence sur la notation musicale.
143 * Scheme tutorial::                programmer au sein de LilyPond.
144 * Notation manual tables::         tables et diagrammes.
145 * Templates::                      modèles prêts à l'emploi.
146 * Cheat sheet::                    résumé de la syntaxe de LilyPond.
147 * GNU Free Documentation License:: licence de ce document.
148 * LilyPond command index::
149 * LilyPond index::
150
151 @end menu
152 @end ifnottex
153
154 @contents
155
156
157 @include macros.itexi
158 @include preface.itely
159 @include introduction.itely
160 @include tutorial.itely
161 @include putting.itely
162 @include working.itely
163 @include tweaks.itely
164
165
166 @include basic-notation.itely
167 @include instrument-notation.itely
168 @include advanced-notation.itely
169 @include changing-defaults.itely
170 @include non-music.itely
171 @include spacing.itely
172 @include programming-interface.itely
173
174 @include running.itely
175 @include lilypond-book.itely
176 @include converters.itely
177
178
179 @include literature.itely
180 @include scheme-tutorial.itely
181 @include notation-appendices.itely
182 @include templates.itely
183 @include cheatsheet.itely
184 @include fdl.itexi
185
186 @node LilyPond command index
187 @appendix LilyPond command index
188
189 UNTRANSLATED NODE: IGNORE ME
190
191 @printindex ky
192
193 @node LilyPond index
194 @appendix LilyPond index
195
196 UNTRANSLATED NODE: IGNORE ME
197
198 @printindex cp
199
200 @bye