]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/lilypond.tely
1d3d3e5385d9aabfd8045d61f5d5416b8816a402
[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 @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--2007 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--2007 par les auteurs
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.11.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 @include dedication.itely
106
107 @menu
108 Manuel d'apprentissage
109
110 * Preface::
111 * Introduction::                   quoi, pourquoi comment.
112 * Tutorial::                       un tutoriel d'introduction.
113 * Putting it all together::        explication plus détaillée des concepts de LilyPond.
114 * Working on LilyPond projects::   traite de l'utilisation quotidienne.
115 * Tweaking output::                introduction aux retouches de mise en forme.
116
117 Manuel de référence
118
119 * Basic notation::                 notation musicale standard.
120 * Instrument-specific notation::   notation spécifique à des instruments.
121 * Advanced notation::              notation plus rarement utilisée.
122 * Changing defaults::              retoucher la mise en forme.
123 * Non-musical notation::           aspects autres que la notation musicale.
124 * Spacing issues::                 mise en page de la musique sur le papier.
125 * Interfaces for programmers::     utilisation avancée.
126
127 Utilisation du programme
128
129 * Running LilyPond::               mode d'emploi.
130 * LilyPond-book::                  intégrer texte et musique.
131 * Converting from other formats::  conversion vers le format source lilypond.
132
133 Annexes
134
135 * Literature list::                ouvrages de référence sur la notation musicale.
136 * Scheme tutorial::                programmer au sein de LilyPond.
137 * Notation manual tables::         tables et diagrammes.
138 * Templates::                      modèles prêts à l'emploi.
139 * Cheat sheet::                    résumé de la syntaxe de LilyPond.
140 * GNU Free Documentation License:: licence de ce document.
141 * LilyPond command index::
142 * LilyPond index::
143
144 @end menu
145 @end ifnottex
146
147 @contents
148
149
150 @include macros.itexi
151 @include preface.itely
152 @include introduction.itely
153 @include tutorial.itely
154 @include putting.itely
155 @include working.itely
156 @include tweaks.itely
157
158
159 @include basic-notation.itely
160 @include instrument-notation.itely
161 @include advanced-notation.itely
162 @include changing-defaults.itely
163 @include non-music.itely
164 @include spacing.itely
165 @include programming-interface.itely
166
167 @include running.itely
168 @include lilypond-book.itely
169 @include converters.itely
170
171
172 @include literature.itely
173 @include scheme-tutorial.itely
174 @include notation-appendices.itely
175 @include templates.itely
176 @include cheatsheet.itely
177 @include fdl.itexi
178
179 @node LilyPond command index
180 @appendix LilyPond command index
181
182 UNTRANSLATED NODE: IGNORE ME
183
184 @printindex ky
185
186 @node LilyPond index
187 @appendix LilyPond index
188
189 UNTRANSLATED NODE: IGNORE ME
190
191 @printindex cp
192
193 @bye