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