]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/lilypond-program.tely
Dist documentation text file too.
[lilypond.git] / Documentation / fr / user / lilypond-program.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @ignore
3     Translation of GIT committish: a8a6ce84e2b7d1bdda6d3cad2f15e6c380edad11
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-program.info
10 @settitle GNU LilyPond -- utilisation du programme
11 @documentencoding UTF-8
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 @c don't remove this comment.
23 @ignore
24 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
25 @omfdescription User manual of the LilyPond music engraving system
26 @omftype user manual
27 @omfcategory Applications|Publishing
28 @omflanguage French
29 @end ignore
30
31 @ifhtml
32 Ce document est également disponible au format
33 @uref{source/Documentation/user/lilypond-program.fr.pdf,PDF}.
34 @end ifhtml
35
36 @c urg, makeinfo 4.9.91 French translation is funky
37 @iftex
38 @documentlanguage fr
39 @frenchspacing on
40 @end iftex
41
42 @syncodeindex fn cp
43 @c @syncodeindex ky cp
44 @c @syncodeindex pg cp
45 @c @syncodeindex tp cp
46 @c @syncodeindex vr cp
47
48 @finalout
49
50 @titlepage
51 @title GNU LilyPond
52 @subtitle Le système de gravure musicale
53 @titlefont{Utilisation du programme}
54 @author L'équipe de développement de LilyPond
55
56
57 Copyright @copyright{} 1999--2007 by the authors
58
59 @emph{The translation of the following copyright notice is provided
60 for courtesy to non-English speakers, but only the notice in English
61 legally counts.}
62
63 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
64 faciliter sa compréhension par le lecteur non anglophone, mais seule la
65 notice en anglais a valeur légale.}
66
67 @quotation
68 Vous avez le droit de copier, distribuer et/ou modifier ce document
69 selon les termes de la Licence GNU de documentation libre, version 1.1
70 ou tout autre version ultérieure publiée par la Free Software
71 Foundation, ``sans aucune section invariante''.
72 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
73 @end quotation
74
75 @quotation
76 Permission is granted to copy, distribute and/or modify this document
77 under the terms of the GNU Free Documentation License, Version 1.1
78 or any later version published by the Free Software Foundation;
79 with no Invariant Sections.
80 A copy of the license is included in the section entitled ``GNU
81 Free Documentation License''.
82 @end quotation
83
84 @vskip 20pt
85
86 @lilypond[ragged-right]
87 \score {
88     \context Lyrics {
89         \override Score.RehearsalMark #'self-alignment-X = #LEFT
90         \override Score.RehearsalMark #'font-size = #-2 
91         \mark #(ly:export (string-append
92              "(Pour LilyPond version " (lilypond-version) ")"))
93         s2
94      }
95      \layout {
96          indent = 0.0\pt
97      }
98 }
99 @end lilypond
100
101 @end titlepage
102
103
104 @ifnottex
105 Ce fichier documente l'utilisation du programme GNU LilyPond.
106
107 Copyright @copyright{} 1999--2007 par les auteurs
108
109 @emph{The translation of the following copyright notice is provided
110 for courtesy to non-English speakers, but only the notice in English
111 legally counts.}
112
113 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
114 faciliter sa compréhension par le lecteur non anglophone, mais seule la
115 notice en anglais a valeur légale.}
116
117 @quotation
118 Vous avez le droit de copier, distribuer et/ou modifier ce document
119 selon les termes de la Licence GNU de documentation libre, version 1.1
120 ou tout autre version ultérieure publiée par la Free Software
121 Foundation, ``sans aucune section invariante''.
122 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
123 @end quotation
124
125 @quotation
126 Permission is granted to copy, distribute and/or modify this document
127 under the terms of the GNU Free Documentation License, Version 1.1
128 or any later version published by the Free Software Foundation;
129 with no Invariant Sections.
130 A copy of the license is included in the section entitled ``GNU
131 Free Documentation License''.
132 @end quotation
133 @end ifnottex
134
135
136 @ifnottex
137 @node Top
138 @top GNU LilyPond --- utilisation du programme
139 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
140
141 Ce document est le manuel d'utilisation du programme pour GNU LilyPond 2.11.x.
142 @ifhtml
143 (Allez au bas de la page pour voir le numéro de version exact).
144 @end ifhtml
145
146 @cindex web site
147 @cindex URL
148
149 Vous pouvez obtenir plus d'informations sur
150 @uref{http://@/www@/.lilypond@/.org/}. Ce site contient des copies en
151 ligne de ce manuel, ainsi qu'une documentation supplémentaire.
152
153 @include dedication.itely
154
155 @menu
156 * Install::                        installation, compilation.
157 * Setup::                          utilisation de LilyPond avec d'autres programmes.
158 * Running LilyPond::               mode d'emploi.
159 * LilyPond-book::                  intégration de texte et musique.
160 * Converting from other formats::  conversion vers le format source lilypond.
161
162 Annexes
163
164 * GNU Free Documentation License:: licence de ce document.
165 * LilyPond index::
166 @end menu
167 @end ifnottex
168
169 @contents
170
171
172 @include macros.itexi
173
174 @include install.itely
175 @include setup.itely
176 @include running.itely
177 @include lilypond-book.itely
178 @include converters.itely
179
180 @include fdl.itexi
181
182 @node LilyPond index
183 @appendix LilyPond index
184
185 @printindex cp
186
187 @bye