]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/macros.itexi
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / es / user / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 17d84cfa9ddb152b05d1e17ab72109fb4eefa684
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
10 @include version.itexi
11
12
13 @c Don't replace quotes with directed quotes.
14
15 @set txicodequoteundirected
16 @set txicodequotebacktick
17
18
19
20 @c   ***** Displaying text *****
21
22 @c We need this since @q{\} doesn't work with makeinfo 4.11 --
23 @c say @q{@bs{}} instead.
24
25 @macro bs
26 \\
27 @end macro
28
29
30 @c To get decent quotes in `foo' and ``foo''.
31
32 @macro q{TEXT}
33 @quoteleft{}\TEXT\@quoteright{}
34 @end macro
35
36 @macro qq{TEXT}
37 @quotedblleft{}\TEXT\@quotedblright{}
38 @end macro
39
40
41 @ifhtml
42
43 @macro warning{TEXT}
44 @cartouche
45 @b{Nota:} \TEXT\
46 @end cartouche
47 @end macro
48
49 @end ifhtml
50
51 @ifnothtml
52
53 @macro warning{TEXT}
54 @quotation
55 @quotation
56 @cartouche
57 @b{Nota:} \TEXT\
58 @end cartouche
59 @end quotation
60 @end quotation
61 @end macro
62
63 @end ifnothtml
64
65
66 @ifnotinfo
67
68 @macro notation{TEXT}
69 @var{\TEXT\}
70 @end macro
71
72 @end ifnotinfo
73
74 @ifinfo
75
76 @macro notation{TEXT}
77 \TEXT\
78 @end macro
79
80 @end ifinfo
81
82
83 @macro smallspace
84 @sp 1
85 @end macro
86
87
88
89 @c   ***** Displaying images not generated by lilypond-book *****
90
91 @c Current installation setup of Info docs requires that all images are
92 @c expected to be found in the `lilypond/' subdirectory.  `lilypond-book'
93 @c already generates proper @image commands for images of music; these
94 @c macro definitions do the same for other images.
95
96 @ifnotinfo
97
98 @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
99 @image{\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
100 @end macro
101
102 @end ifnotinfo
103
104 @ifinfo
105
106 @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
107 @image{lilypond/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
108 @end macro
109
110 @end ifinfo
111
112
113
114 @c   ***** Headings in a doc subsection *****
115
116 @c Don't insert an empty line after @predefined!  Right now
117 @c it doesn't matter, but a future implementation will probably
118 @c add some code which needs this restriction.
119
120 @macro predefined
121 @noindent
122 @subsubheading Instrucciones predefinidas
123 @end macro
124
125 @c The next macro is a dummy currently since texinfo doesn't
126 @c provide a real ragged-right environment yet.
127 @c
128 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
129 @c the macro must not be empty.
130
131 @macro endpredefined
132 @c
133 @end macro
134
135
136 @macro snippets
137 @noindent
138 @subsubheading Fragmentos de código seleccionados
139 @end macro
140
141
142 @c * Deprecated: not in English macros.itexi *
143 @macro commonprop
144 @noindent
145 @subsubheading Propiedades trucadas frecuentemente
146 @end macro
147
148
149 @c Don't insert an empty line after @seealso!  Otherwise we get
150 @c unwanted extra vertical space in the PDF output.
151
152 @macro seealso
153 @noindent
154 @subsubheading Véase también
155 @indent
156 @end macro
157
158
159 @macro knownissues
160 @noindent
161 @subsubheading Advertencias y problemas conocidos
162 @end macro
163
164
165 @macro lydoctitle {TEXT}
166 @emph{\TEXT\}
167 @end macro
168
169
170 @c Don't remove the `@c' within the macro definition!  See section 19.3,
171 @c `Macro Details and Caveats', in the texinfo info file for explanation.
172
173 @macro funindex {TEXT}
174 @findex \TEXT\
175 @kindex \TEXT\
176 @c
177 @end macro
178
179
180
181 @c   ***** Links and references *****
182
183 @c  Definitions for references:
184 @c
185 @c     @rglos
186 @c     @rlearning
187 @c     @ruser
188 @c     @rprogram
189 @c     @rlsr
190 @c     @rinternals
191 @c
192 @c  All these also have a @...named version which allows to specify the
193 @c  displayed text for the reference as second argument.
194 @c
195 @c ***** HTML + bigpage is a special case (other manual names); all other
196 @c formats are treated similarly.
197
198
199 @c *** not TeX ***
200
201 @ifnottex
202
203 @c ** bigpage **
204
205 @ifset bigpage
206
207 @macro rglos{TEXT}
208 @vindex \TEXT\
209 @ref{\TEXT\,,,music-glossary-big-page,Glosario Musical}
210 @end macro
211
212 @macro rglosnamed{TEXT,DISPLAY}
213 @vindex \TEXT\
214 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glosario Musical}
215 @end macro
216
217 @macro rlearning{TEXT}
218 @vindex \TEXT\
219 @ref{\TEXT\,,,lilypond-learning-big-page,Manual de Aprendizaje}
220 @end macro
221
222 @macro rlearningnamed{TEXT,DISPLAY}
223 @vindex \TEXT\
224 @ref{\TEXT\,,\DISPLAY\,lilypond-learning-big-page,Manual de Aprendizaje}
225 @end macro
226
227 @macro ruser{TEXT}
228 @vindex \TEXT\
229 @ref{\TEXT\,,,lilypond-big-page,Referencia de la Notación}
230 @end macro
231
232 @macro rusernamed{TEXT,DISPLAY}
233 @vindex \TEXT\
234 @ref{\TEXT\,,\DISPLAY\,lilypond-big-page,Referencia de la Notación}
235 @end macro
236
237 @macro rprogram{TEXT}
238 @vindex \TEXT\
239 @ref{\TEXT\,,,lilypond-program-big-page,Utilización del Programa}
240 @end macro
241
242 @macro rprogramnamed{TEXT,DISPLAY}
243 @vindex \TEXT\
244 @ref{\TEXT\,,\DISPLAY\,lilypond-program-big-page,Utilización del Programa}
245 @end macro
246
247 @macro rlsr{TEXT}
248 @ref{\TEXT\,,,lilypond-snippets-big-page,Fragmentos de código}
249 @end macro
250
251 @macro rlsrnamed{TEXT,DISPLAY}
252 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets-big-page,Fragmentos de código}
253 @end macro
254
255 @macro rinternals{TEXT}
256 @vindex \TEXT\
257 @ref{\TEXT\,,,lilypond-internals-big-page,Referencia de Funcionamiento Interno}
258 @end macro
259
260 @macro rinternalsnamed{TEXT,DISPLAY}
261 @vindex \TEXT\
262 @ref{\TEXT\,,\DISPLAY\,lilypond-internals-big-page,Referencia de Funcionamiento Interno}
263 @end macro
264
265 @end ifset
266
267
268 @c ** not bigpage **
269
270 @ifclear bigpage
271
272 @macro rglos{TEXT}
273 @vindex \TEXT\
274 @ref{\TEXT\,,,music-glossary,Glosario Musical}
275 @end macro
276
277 @macro rglosnamed{TEXT,DISPLAY}
278 @vindex \TEXT\
279 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
280 @end macro
281
282 @macro rlearning{TEXT}
283 @vindex \TEXT\
284 @ref{\TEXT\,,,lilypond-learning,Manual de Aprendizaje}
285 @end macro
286
287 @macro rlearningnamed{TEXT,DISPLAY}
288 @vindex \TEXT\
289 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Manual de Aprendizaje}
290 @end macro
291
292 @macro ruser{TEXT}
293 @vindex \TEXT\
294 @ref{\TEXT\,,,lilypond,Referencia de la Notación}
295 @end macro
296
297 @macro rusernamed{TEXT,DISPLAY}
298 @vindex \TEXT\
299 @ref{\TEXT\,,\DISPLAY\,lilypond,Referencia de la Notación}
300 @end macro
301
302 @macro rprogram{TEXT}
303 @vindex \TEXT\
304 @ref{\TEXT\,,,lilypond-program,Utilización del Programa}
305 @end macro
306
307 @macro rprogramnamed{TEXT,DISPLAY}
308 @vindex \TEXT\
309 @ref{\TEXT\,,\DISPLAY\,lilypond-program,Utilización del Programa}
310 @end macro
311
312 @macro rlsr{TEXT}
313 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
314 @end macro
315
316 @macro rlsrnamed{TEXT,DISPLAY}
317 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Fragmentos de código}
318 @end macro
319
320 @macro rinternals{TEXT}
321 @vindex \TEXT\
322 @ref{\TEXT\,,,lilypond-internals,Referencia de Funcionamiento Interno}
323 @end macro
324
325 @macro rinternalsnamed{TEXT,DISPLAY}
326 @vindex \TEXT\
327 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Referencia de Funcionamiento Interno}
328 @end macro
329
330 @end ifclear
331
332 @end ifnottex
333
334
335 @c *** TeX ***
336
337 @iftex
338
339 @macro rglos{TEXT}
340 @vindex \TEXT\
341 @ref{\TEXT\,,,music-glossary,Glosario Musical}
342 @end macro
343
344 @macro rglosnamed{TEXT,DISPLAY}
345 @vindex \TEXT\
346 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
347 @end macro
348
349 @macro rlearning{TEXT}
350 @vindex \TEXT\
351 @ref{\TEXT\,,,lilypond-learning.es,Manual de Aprendizaje}
352 @end macro
353
354 @macro rlearningnamed{TEXT,DISPLAY}
355 @vindex \TEXT\
356 @ref{\TEXT\,,\DISPLAY\,lilypond-learning.es,Manual de Aprendizaje}
357 @end macro
358
359 @macro ruser{TEXT}
360 @vindex \TEXT\
361 @ref{\TEXT\,,,lilypond.es,Referencia de la Notación}
362 @end macro
363
364 @macro rusernamed{TEXT,DISPLAY}
365 @vindex \TEXT\
366 @ref{\TEXT\,,\DISPLAY\,lilypond.es,Referencia de la Notación}
367 @end macro
368
369 @macro rprogram{TEXT}
370 @vindex \TEXT\
371 @ref{\TEXT\,,,lilypond-program.es,Utilización del Programa}
372 @end macro
373
374 @macro rprogramnamed{TEXT,DISPLAY}
375 @vindex \TEXT\
376 @ref{\TEXT\,,\DISPLAY\,lilypond-program.es,Utilización del Programa}
377 @end macro
378
379 @macro rlsr{TEXT}
380 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
381 @end macro
382
383 @macro rlsrnamed{TEXT,DISPLAY}
384 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Fragmentos de código}
385 @end macro
386
387 @macro rinternals{TEXT}
388 @vindex \TEXT\
389 @ref{\TEXT\,,,lilypond-internals,Referencia de Funcionamiento Interno}
390 @end macro
391
392 @macro rinternalsnamed{TEXT,DISPLAY}
393 @vindex \TEXT\
394 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Referencia de Funcionamiento Interno}
395 @end macro
396
397 @end iftex
398
399
400
401 @c   ***** Macros specific to translated docs *****
402
403 @c ugh, cannot set/define global variable 'translationof' in some way?
404
405 @iftex
406
407 @macro translationof{TEXT}
408 @end macro
409
410 @end iftex
411
412 @ifinfo
413
414 @macro
415 @macro translationof{TEXT}
416 @set translationof \TEXT\
417 @end macro
418
419 @end ifinfo
420
421
422 @c TODO: If @translationof is used in translated docs
423 @c see whether it is feasible to say @value{translationof}.
424
425 @macro englishref
426 Esta sección aún no está traducida; consulte el manual en inglés.
427 @end macro
428
429
430 @ifhtml
431
432 @ifset bigpage
433 @macro untranslated
434 @end macro
435 @end ifset
436
437 @ifclear bigpage
438 @macro untranslated
439 UNTRANSLATED NODE: IGNORE ME
440 @end macro
441 @end ifclear
442
443 @end ifhtml
444
445 @ifnothtml
446
447 @macro untranslated
448 @end macro
449
450 @end ifnothtml