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