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