]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/cheatsheet.itely
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / fr / user / cheatsheet.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: 65dd8bb120476562eb0104c6969d72d8b105ac8f
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c Translators: Valentin Villenave
11
12 @c TODO: add tablature.
13
14 @node Cheat sheet
15 @appendix Cheat sheet
16
17
18 @multitable @columnfractions .35 .3 .35
19
20 @item @b{Syntaxe}
21 @tab @b{Description}
22 @tab @b{Exemple}
23
24 @item @code{1 2 8 16}
25 @tab valeurs rythmiques
26 @tab
27 @lilypond[fragment,relative=2,notime]
28 \set Staff.autoBeaming = ##f
29 \override Staff.Clef #'break-visibility = #all-invisible
30 c1 c2 c8 c16
31 @end lilypond
32
33 @item @code{c4. c4..}
34 @tab notes pointées
35 @tab
36 @lilypond[fragment,relative=2,notime]
37 \override Staff.Clef #'break-visibility = #all-invisible
38 c4. c4..  
39 @end lilypond
40
41 @item @code{c d e f g a b }
42 @tab gamme
43 @tab
44 @lilypond[fragment,relative=1,notime]
45 c d e f g a b
46 @end lilypond
47
48 @item @code{fis bes}
49 @tab altérations 
50 @tab
51 @lilypond[fragment,relative=1,notime]
52 fis bes
53 @end lilypond
54
55 @item @code{\clef treble \clef bass }
56 @tab clés
57 @tab
58 @lilypond[fragment,notime]
59 \clef treble
60 s4_" "
61 \clef bass
62 s4_" "
63 @end lilypond
64
65 @item @code{\time 3/4 \time 4/4 }
66 @tab chiffre de mesure
67 @tab
68 @lilypond[fragment]
69 \override Staff.Clef #'transparent = ##t 
70 \time 3/4
71 s4_" "
72 \time 4/4
73 s16_" "
74 @end lilypond
75
76
77 @item @code{r4 r8}
78 @tab silences
79 @tab
80 @lilypond[relative=2,notime,fragment]
81 \override Staff.Clef #'break-visibility = #all-invisible
82 r4 r8
83 @end lilypond
84
85 @item @code{d ~ d}
86 @tab liaison de tenue
87 @tab
88 @lilypond[relative=2,notime,fragment]
89 \set Score.timing = ##f
90 \set Staff.autoBeaming = ##f
91 d ~ d
92 @end lilypond
93
94 @item @code{\key es \major }
95 @tab armure
96 @tab
97 @lilypond[notime,fragment]
98 \clef treble
99 \key es \major
100 s4 
101 @end lilypond
102
103 @item @var{note}@code{'}
104 @tab monter d'une octave
105 @tab
106 @lilypond[relative=2,notime,fragment]
107 \set Score.timing = ##f
108 \set Staff.autoBeaming = ##f
109 a a'
110 @end lilypond
111
112 @item @var{note}@code{,}
113 @tab baisser d'une octave
114 @tab
115 @lilypond[relative=2,notime,fragment]
116 \set Score.timing = ##f
117 \set Staff.autoBeaming = ##f
118 c c,
119 @end lilypond
120
121
122 @item @code{c( d e)}
123 @tab liaisons
124 @tab
125 @lilypond[fragment,relative=2]
126 \set Score.timing = ##f
127 \set Staff.implicitTimeSignatureVisibility = #all-invisible
128 \set Staff.autoBeaming = ##f
129 c( d e)
130 @end lilypond
131
132
133 @item @code{c\( c( d) e\)}
134 @tab liaisons de phrasé
135 @tab
136 @lilypond[fragment,relative=2]
137 \set Score.timing = ##f
138 \set Staff.implicitTimeSignatureVisibility = #all-invisible
139 \set Staff.autoBeaming = ##f
140 c\( c( d) e\)
141 @end lilypond
142
143
144 @item @code{a8[ b]}
145 @tab ligatures
146 @tab
147 @lilypond[fragment,relative=2]
148 \set Score.timing = ##f
149 \set Staff.implicitTimeSignatureVisibility = #all-invisible
150 \set Staff.autoBeaming = ##f
151 a8-[ b-]
152 @end lilypond
153
154
155 @item @code{<< \new Staff ... >>}
156 @tab ajouter des portées
157 @tab
158 @lilypond[fragment]
159 << \new Staff {
160      \set Staff.implicitTimeSignatureVisibility = #all-invisible
161      c'1
162    }
163    \new Staff {
164      \set Staff.implicitTimeSignatureVisibility = #all-invisible
165      c'1
166    } >>
167 @end lilypond
168
169   
170 @item @code{c-> c-.}
171 @tab indications d'articulation
172 @tab
173 @lilypond[fragment,relative=2]
174 \set Staff.implicitTimeSignatureVisibility = #all-invisible
175 c-> c-.
176 @end lilypond
177
178
179 @item @code{c\mf c\sfz}
180 @tab nuances
181 @tab
182 @lilypond[fragment,relative=2]
183 \set Staff.implicitTimeSignatureVisibility = #all-invisible
184 c2\mf c\sfz
185 @end lilypond
186
187
188 @item @code{a\< a a\!}
189 @tab crescendo
190 @tab
191 @lilypond[fragment,relative=2]
192 \set Score.timing = ##f
193 \set Staff.implicitTimeSignatureVisibility = #all-invisible
194 \set Staff.autoBeaming = ##f
195 a\< a a\!
196 @end lilypond
197
198 @item @code{a\> a a\!}
199 @tab decrescendo
200 @tab
201 @lilypond[fragment,relative=2]
202 \set Score.timing = ##f
203 \set Staff.implicitTimeSignatureVisibility = #all-invisible
204 \set Staff.autoBeaming = ##f
205 a\> a a\!
206 @end lilypond
207
208
209 @item @code{< >}
210 @tab accords
211 @tab
212 @lilypond[fragment,relative=2]
213 \set Staff.implicitTimeSignatureVisibility = #all-invisible
214 <c e> 
215 @end lilypond
216
217
218 @item @code{\partial 8}
219 @tab levées
220 @tab
221 @lilypond[fragment,relative=2]
222 \partial 8
223 f8 c2 d e
224 @end lilypond
225
226
227 @item @code{\times 2/3 @{f g a@}}
228 @tab triolets
229 @tab
230 @lilypond[relative=1,fragment]
231 \set Staff.implicitTimeSignatureVisibility = #all-invisible
232 \times 2/3 { f8 g a }
233 @end lilypond
234
235
236 @item @code{\grace}
237 @tab appogiatures
238 @tab
239 @lilypond[relative=2,fragment]
240 \set Staff.implicitTimeSignatureVisibility = #all-invisible
241 \context Voice { \grace b16 c4 }
242 @end lilypond
243
244 @item @code{\lyricmode @{ twinkle @}}
245 @tab ajouter des paroles
246 @tab
247 twinkle
248
249
250 @item @code{\new Lyrics}
251 @tab imprimer les paroles
252 @tab
253 @lilypond[fragment]
254 \new Lyrics \lyricmode { twinkle }
255 @end lilypond
256
257 @item @code{twin -- kle}
258 @tab diviser un mot en plusieurs syllabes
259 @tab
260 @lilypond[fragment,relative=2]
261 \set Staff.implicitTimeSignatureVisibility = #all-invisible
262 <<
263    { g'1 g }
264   \new Lyrics \lyricsto "" { twin -- kle }
265 >> 
266 @end lilypond
267
268 @item @code{\chordmode @{ c:dim f:maj7 @}}
269 @tab accords chiffrés
270 @tab
271 @lilypond[fragment,relative=2]
272 \set Staff.implicitTimeSignatureVisibility = #all-invisible
273 \chordmode { c:dim f:maj7 }
274 @end lilypond
275
276 @item @code{\context ChordNames}
277 @tab imprimer les chiffrages d'accords 
278 @tab
279 @lilypond[fragment,relative=2]
280 \chords { c:dim f:maj7 }
281 @end lilypond
282
283 @item @code{<<@{e f@} \\ @{c d@}>>}
284 @tab polyphonie
285 @tab
286 @lilypond[fragment,relative=2]
287 \set Staff.implicitTimeSignatureVisibility = #all-invisible
288 \context Staff <<{e f} \\ {c d}>>
289 @end lilypond
290
291
292 @item @code{s4 s8 s16}
293 @tab silences invisibles
294 @tab
295
296 @end multitable