]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/notation/cheatsheet.itely
1090b2e5f8d28c302f93348bc972ac4ae4cfbcff
[lilypond.git] / Documentation / es / notation / cheatsheet.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2
3 @ignore
4     Translation of GIT committish: ecd34079d2df7ba2c28b3c76740cd0b9f157d61b
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.19.16"
12
13
14 @c TODO: add tablature.
15
16 @node Hoja de referencia rápida
17 @appendix Hoja de referencia rápida
18 @translationof Cheat sheet
19
20
21 @multitable @columnfractions .35 .3 .35
22
23 @item @b{Sintaxis}
24 @tab @b{Descripción}
25 @tab @b{Ejemplo}
26
27 @item @code{1 2 8 16}
28 @tab duraciones
29 @tab
30 @lilypond[relative=2,notime]
31 \set Staff.autoBeaming = ##f
32 \override Staff.Clef.break-visibility = #all-invisible
33 c1 c2 c8 c16
34 @end lilypond
35
36 @item @code{c4. c4..}
37 @tab puntillos
38 @tab
39 @lilypond[relative=2,notime]
40 \override Staff.Clef.break-visibility = #all-invisible
41 c4. c4..
42 @end lilypond
43
44 @item @code{c d e f g a b }
45 @tab escala
46 @tab
47 @lilypond[relative=1,notime]
48 c d e f g a b
49 @end lilypond
50
51 @item @code{fis bes}
52 @tab alteración
53 @tab
54 @lilypond[relative=1,notime]
55 fis bes
56 @end lilypond
57
58 @item @code{\clef treble \clef bass }
59 @tab claves
60 @tab
61 @lilypond[relative=1,notime]
62 \clef treble
63 s4_" "
64 \clef bass
65 s4_" "
66 @end lilypond
67
68 @item @code{\time 3/4 \time 4/4 }
69 @tab compás
70 @tab
71 @lilypond[relative=1]
72 \override Staff.Clef.stencil = #empty-stencil
73 \time 3/4
74 s4_" "
75 \time 4/4
76 s16_" "
77 @end lilypond
78
79
80 @item @code{r4 r8}
81 @tab silencio
82 @tab
83 @lilypond[relative=2,notime]
84 \override Staff.Clef.break-visibility = #all-invisible
85 r4 r8
86 @end lilypond
87
88 @item @code{d ~ d}
89 @tab ligadura de unión
90 @tab
91 @lilypond[relative=2,notime]
92 \set Score.timing = ##f
93 \set Staff.autoBeaming = ##f
94 d ~ d
95 @end lilypond
96
97 @item @code{\key es \major }
98 @tab armadura
99 @tab
100 @lilypond[notime,relative=1]
101 \clef treble
102 \key es \major
103 \hideNotes
104 c128
105 @end lilypond
106
107 @item @var{note}@code{'}
108 @tab subir una octava
109 @tab
110 @lilypond[relative=2,notime]
111 \set Score.timing = ##f
112 \set Staff.autoBeaming = ##f
113 a a'
114 @end lilypond
115
116 @item @var{note}@code{,}
117 @tab bajar una octava
118 @tab
119 @lilypond[relative=2,notime]
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 ligadura de expresión
128 @tab
129 @lilypond[relative=2]
130 \set Score.timing = ##f
131 \set Staff.initialTimeSignatureVisibility = #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 ligadura de fraseo
139 @tab
140 @lilypond[relative=2]
141 \set Score.timing = ##f
142 \set Staff.initialTimeSignatureVisibility = #all-invisible
143 \set Staff.autoBeaming = ##f
144 c\( c( d) e\)
145 @end lilypond
146
147
148 @item @code{a8[ b]}
149 @tab barra
150 @tab
151 @lilypond[relative=2]
152 \set Score.timing = ##f
153 \set Staff.initialTimeSignatureVisibility = #all-invisible
154 \set Staff.autoBeaming = ##f
155 a8-[ b-]
156 @end lilypond
157
158
159 @item @code{<< \new Staff @dots{} >>}
160 @tab más pentagramas
161 @tab
162 @lilypond[relative=1]
163 << \new Staff {
164      \set Staff.initialTimeSignatureVisibility = #all-invisible
165      c1
166    }
167    \new Staff {
168      \set Staff.initialTimeSignatureVisibility = #all-invisible
169      c1
170    } >>
171 @end lilypond
172
173
174 @item @code{c-> c-.}
175 @tab articulaciones
176 @tab
177 @lilypond[relative=2]
178 \set Staff.initialTimeSignatureVisibility = #all-invisible
179 c-> c-.
180 @end lilypond
181
182
183 @item @code{c2\mf c\sfz}
184 @tab matices dinámicos
185 @tab
186 @lilypond[relative=2]
187 \set Staff.initialTimeSignatureVisibility = #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[relative=2]
196 \set Score.timing = ##f
197 \set Staff.initialTimeSignatureVisibility = #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[relative=2]
206 \set Score.timing = ##f
207 \set Staff.initialTimeSignatureVisibility = #all-invisible
208 \set Staff.autoBeaming = ##f
209 a\> a a\!
210 @end lilypond
211
212
213 @item @code{< >}
214 @tab acorde
215 @tab
216 @lilypond[relative=2]
217 \set Staff.initialTimeSignatureVisibility = #all-invisible
218 <c e>
219 @end lilypond
220
221
222 @item @code{\partial 8}
223 @tab anacrusa o compás incompleto
224 @tab
225 @lilypond[relative=2]
226 \partial 8
227 f8 c2 d e
228 @end lilypond
229
230
231 @item @code{\tuplet 3/2 @{f g a@}}
232 @tab tresillos
233 @tab
234 @lilypond[relative=1]
235 \set Staff.initialTimeSignatureVisibility = #all-invisible
236 \tuplet 3/2 { f8 g a }
237 @end lilypond
238
239
240 @item @code{\grace}
241 @tab mordentes
242 @tab
243 @lilypond[relative=2]
244 \set Staff.initialTimeSignatureVisibility = #all-invisible
245 \context Voice { \grace b16 c4 }
246 @end lilypond
247
248 @item @code{\lyricmode @{ twinkle @}}
249 @tab escribir la letra
250 @tab
251 twinkle
252
253
254 @item @code{\new Lyrics}
255 @tab imprimir la letra
256 @tab
257 @lilypond[relative=1]
258 \new Lyrics \lyricmode { twinkle }
259 @end lilypond
260
261 @item @code{twin -- kle}
262 @tab separador de sílabas
263 @tab
264 @lilypond[relative=2]
265 \set Staff.initialTimeSignatureVisibility = #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 acordes
274 @tab
275 @lilypond[relative=2]
276 \set Staff.initialTimeSignatureVisibility = #all-invisible
277 \chordmode { c:dim f:maj7 }
278 @end lilypond
279
280 @item @code{\context ChordNames}
281 @tab imprimir los nombres de los acordes
282 @tab
283 @lilypond[relative=2]
284 \chords { c:dim f:maj7 }
285 @end lilypond
286
287 @item @code{<<@{e f@} \\ @{c d@}>>}
288 @tab polifonía
289 @tab
290 @lilypond[relative=2]
291 \set Staff.initialTimeSignatureVisibility = #all-invisible
292 \context Staff <<{e f} \\ {c d}>>
293 @end lilypond
294
295
296 @item @code{s4 s8 s16}
297 @tab silencios de separación
298 @tab
299
300 @end multitable
301