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