]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/macros.itexi
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / es / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 9dbf6c2c5c8b2847cdfeb6d3c2d11d6f33d3a506
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10
11 @include version.itexi
12 @include common-macros.itexi
13
14 @ignore
15 ****************************
16 MACRO DEFINITIONS GUIDELINES
17 ****************************
18
19 This file should contain macro definitions which are common to all
20 languages, i.e. all macro definitions which do not contain text that
21 should be translated (namely text visible in the output).
22
23 Macro definitions which contain text that should be translated in
24 translations should be in macros.itexi.
25 @end ignore
26
27 @c   ***** Displaying text *****
28
29 @c To get decent quotes in `foo' and ``foo''.
30
31 @macro q{TEXT}
32 @quoteleft{}\TEXT\@quoteright{}
33 @end macro
34
35 @macro qq{TEXT}
36 @quotedblleft{}\TEXT\@quotedblright{}
37 @end macro
38
39
40 @ifhtml
41
42 @macro warning{TEXT}
43 @html
44 <div class="warning">
45 @end html
46 @strong{Nota:} \TEXT\
47 @c keep the space for proper nesting of </p>
48
49 @html
50 </div>
51 @end html
52 @end macro
53
54 @end ifhtml
55
56 @ifnothtml
57
58 @macro warning{TEXT}
59 @quotation
60 @quotation
61 @cartouche
62 @b{Nota:} \TEXT\
63 @end cartouche
64 @end quotation
65 @end quotation
66 @end macro
67
68 @end ifnothtml
69
70 @c do not translate the following macro -- it is used in
71 @c an untranslated manual.
72
73 @ifhtml
74
75 @macro advanced{TEXT}
76 @html
77 <div class="advanced">
78 @end html
79 @strong{Advanced note:} \TEXT\
80 @c keep the space for proper nesting of </p>
81
82 @html
83 </div>
84 @end html
85 @end macro
86
87 @end ifhtml
88
89 @ifnothtml
90
91 @macro advanced{TEXT}
92 @quotation
93 @b{Advanced note:} \TEXT\
94 @end quotation
95 @end macro
96
97 @end ifnothtml
98
99
100 @macro docMain
101 @cartouche
102 Para mayor información sobre la forma en que este manual se relaciona
103 con el resto de la documentación, o para leer este manual en otros
104 formatos, consulte @rweb{Manuales}.
105
106 Si le falta algún manual, encontrará toda la documentación en
107 @w{@uref{http://@/lilypond@/.org/}}.
108 @end cartouche
109 @end macro
110
111
112 @macro lilyTitlePage{TITLE}
113 @c  This produces the unified index
114 @syncodeindex fn cp
115 @syncodeindex vr cp
116
117
118 @c   ***** Copyright stuff *****
119 @ifset FDL
120 @copying
121 @copyrightDeclare
122
123 @emph{La traducción de la siguiente nota de copyright se ofrece como
124 cortesía para las personas de habla no inglesa, pero únicamente la
125 nota en inglés tiene validez legal.}
126
127 @emph{The translation of the following copyright notice is provided
128 for courtesy to non-English speakers, but only the notice in English
129 legally counts.}
130
131 @quotation
132 Se otorga permiso para copiar, distribuir y/o modificar este documento
133 bajo los términos de la Licencia de Documentación Libre de GNU, versión 1.1
134 o cualquier versión posterior publicada por la Free Software Foundation;
135 sin ninguna de las secciones invariantes.
136 Se incluye una copia de esta licencia dentro de la sección titulada ``Licencia
137 de Documentación Libre de GNU''.
138 @end quotation
139
140 @quotation
141 Permission is granted to copy, distribute and/or modify this document
142 under the terms of the GNU Free Documentation License, Version 1.1
143 or any later version published by the Free Software Foundation;
144 with no Invariant Sections.
145 A copy of the license is included in the section entitled ``GNU
146 Free Documentation License''.
147 @end quotation
148 @end copying
149 @end ifset
150
151 @ifclear FDL
152 @copying
153 Este documento se ha puesto en el dominio público.
154 @end copying
155 @end ifclear
156
157
158
159 @c   ***** Title page *****
160 @ifnottex
161 @node Top
162 @top LilyPond --- \TITLE\
163
164 @cartouche
165 @manualIntro{}
166 @end cartouche
167 @end ifnottex
168
169 @finalout
170
171 @titlepage
172 @title LilyPond
173 @subtitle El tipografiador de música
174 @titlefont{\TITLE\}
175 @author El equipo de desarrolladores de LilyPond
176
177 @vskip 60pt
178
179 @cartouche
180 @manualIntro{}
181 @end cartouche
182
183 @vskip 40pt
184
185 @docMain{}
186
187 @vskip 0pt plus 1filll
188
189 @insertcopying
190
191 Para la versión de LilyPond @version{}
192 @end titlepage
193
194 @end macro
195
196
197 @c   ***** Headings in a doc subsection *****
198
199 @c The next macro is a dummy currently since texinfo doesn't
200 @c provide a real ragged-right environment yet.
201 @c
202 @c Don't insert an empty line after @predefined!  Right now
203 @c it doesn't matter, but a future implementation will probably
204 @c add some code which needs this restriction.
205
206 @c @raggedright can be enabled as soon as texinfo 5.x or larger
207 @c is in use for Gub and LilyDev 3.
208
209 @macro predefined
210 @noindent
211 @subsubheading Instrucciones predefinidas
212 @c @raggedright
213 @end macro
214
215 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
216 @c the next macro must not be empty.
217
218 @macro endpredefined
219 @c @end raggedright
220 @end macro
221
222
223 @macro snippets
224 @noindent
225 @subsubheading Fragmentos de código seleccionados
226 @end macro
227
228
229 @c Don't insert an empty line after @seealso!  Otherwise we get
230 @c unwanted extra vertical space in the PDF output.
231
232 @macro seealso
233 @noindent
234 @subsubheading Véase también
235 @indent
236 @end macro
237
238
239 @macro knownissues
240 @noindent
241 @subsubheading Advertencias y problemas conocidos
242 @end macro
243
244
245 @c   ***** Links and references *****
246
247 @c  Definitions for references:
248 @c
249 @c     @rweb
250 @c     @ressay
251 @c     @rglos
252 @c     @rinternals
253 @c     @rlearning
254 @c     @rlsr
255 @c     @rprogram
256 @c     @ruser
257 @c     @rchanges
258 @c     @rextend
259 @c     @rcontrib
260 @c
261 @c  All these also have a @...named version which allows to specify the
262 @c  displayed text for the reference as second argument.
263 @c
264 @c ***** HTML + bigpage is a special case (other manual names); all other
265 @c formats are treated similarly.
266
267
268 @c *** not TeX ***
269
270 @ifnottex
271
272 @c ** bigpage **
273
274 @ifset bigpage
275
276 @macro rglos{TEXT}
277 @vindex \TEXT\
278 @ref{\TEXT\,,,music-glossary-big-page,Glosario Musical}
279 @end macro
280
281 @macro rglosnamed{TEXT,DISPLAY}
282 @vindex \TEXT\
283 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glosario Musical}
284 @end macro
285
286 @macro rlearning{TEXT}
287 @vindex \TEXT\
288 @ref{\TEXT\,,,learning-big-page,Manual de Aprendizaje}
289 @end macro
290
291 @macro rlearningnamed{TEXT,DISPLAY}
292 @vindex \TEXT\
293 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manual de Aprendizaje}
294 @end macro
295
296 @macro ruser{TEXT}
297 @vindex \TEXT\
298 @ref{\TEXT\,,,notation-big-page,Referencia de la Notación}
299 @end macro
300
301 @macro rusernamed{TEXT,DISPLAY}
302 @vindex \TEXT\
303 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Referencia de la Notación}
304 @end macro
305
306 @macro rextend{TEXT}
307 @vindex \TEXT\
308 @ref{\TEXT\,,,extending-big-page,Extender}
309 @end macro
310
311 @macro rextendnamed{TEXT,DISPLAY}
312 @vindex \TEXT\
313 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extender}
314 @end macro
315
316 @macro rchanges{TEXT}
317 @vindex \TEXT\
318 @ref{\TEXT\,,,changes-big-page,Cambios}
319 @end macro
320
321 @macro rchangesnamed{TEXT,DISPLAY}
322 @vindex \TEXT\
323 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Cambios}
324 @end macro
325
326 @macro rcontrib{TEXT}
327 @vindex \TEXT\
328 @ref{\TEXT\,,,contributor-big-page,Guía del colaborador}
329 @end macro
330
331 @macro rcontribnamed{TEXT,DISPLAY}
332 @vindex \TEXT\
333 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guía del colaborador}
334 @end macro
335
336 @macro rweb{TEXT}
337 @vindex \TEXT\
338 @ref{\TEXT\,,,web-big-page,Información general}
339 @end macro
340
341 @macro rwebnamed{TEXT,DISPLAY}
342 @vindex \TEXT\
343 @ref{\TEXT\,,\DISPLAY\,web-big-page,Información general}
344 @end macro
345
346 @macro ressay{TEXT}
347 @vindex \TEXT\
348 @ref{\TEXT\,,,essay-big-page,Ensayo}
349 @end macro
350
351 @macro ressaynamed{TEXT,DISPLAY}
352 @vindex \TEXT\
353 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Ensayo}
354 @end macro
355
356 @macro rprogram{TEXT}
357 @vindex \TEXT\
358 @ref{\TEXT\,,,usage-big-page,Utilización del Programa}
359 @end macro
360
361 @macro rprogramnamed{TEXT,DISPLAY}
362 @vindex \TEXT\
363 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilización del Programa}
364 @end macro
365
366 @macro rlsr{TEXT}
367 @ref{\TEXT\,,,snippets-big-page,Fragmentos de código}
368 @end macro
369
370 @macro rlsrnamed{TEXT,DISPLAY}
371 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Fragmentos de código}
372 @end macro
373
374 @macro rinternals{TEXT}
375 @vindex \TEXT\
376 @ref{\TEXT\,,,internals-big-page,Referencia de Funcionamiento Interno}
377 @end macro
378
379 @macro rinternalsnamed{TEXT,DISPLAY}
380 @vindex \TEXT\
381 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referencia de Funcionamiento Interno}
382 @end macro
383
384 @end ifset
385
386
387 @c ** not bigpage **
388
389 @ifclear bigpage
390
391 @ifnotinfo
392
393 @macro rglos{TEXT}
394 @vindex \TEXT\
395 @ref{\TEXT\,,,music-glossary,Glosario Musical}
396 @end macro
397
398 @macro rglosnamed{TEXT,DISPLAY}
399 @vindex \TEXT\
400 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
401 @end macro
402
403 @macro rlearning{TEXT}
404 @vindex \TEXT\
405 @ref{\TEXT\,,,learning,Manual de Aprendizaje}
406 @end macro
407
408 @macro rlearningnamed{TEXT,DISPLAY}
409 @vindex \TEXT\
410 @ref{\TEXT\,,\DISPLAY\,learning,Manual de Aprendizaje}
411 @end macro
412
413 @macro ruser{TEXT}
414 @vindex \TEXT\
415 @ref{\TEXT\,,,notation,Referencia de la Notación}
416 @end macro
417
418 @macro rusernamed{TEXT,DISPLAY}
419 @vindex \TEXT\
420 @ref{\TEXT\,,\DISPLAY\,notation,Referencia de la Notación}
421 @end macro
422
423 @macro rchanges{TEXT}
424 @vindex \TEXT\
425 @ref{\TEXT\,,,changes,Cambios}
426 @end macro
427
428 @macro rchangesnamed{TEXT,DISPLAY}
429 @vindex \TEXT\
430 @ref{\TEXT\,,\DISPLAY\,changes,Cambios}
431 @end macro
432
433 @macro rextend{TEXT}
434 @vindex \TEXT\
435 @ref{\TEXT\,,,extending,Extender}
436 @end macro
437
438 @macro rextendnamed{TEXT,DISPLAY}
439 @vindex \TEXT\
440 @ref{\TEXT\,,\DISPLAY\,extending,Extender}
441 @end macro
442
443 @macro rcontrib{TEXT}
444 @vindex \TEXT\
445 @ref{\TEXT\,,,contributor,Guía del colaborador}
446 @end macro
447
448 @macro rcontribnamed{TEXT,DISPLAY}
449 @vindex \TEXT\
450 @ref{\TEXT\,,\DISPLAY\,contributor,Guía del colaborador}
451 @end macro
452
453 @macro rweb{TEXT}
454 @vindex \TEXT\
455 @ref{\TEXT\,,,web,Información general}
456 @end macro
457
458 @macro rwebnamed{TEXT,DISPLAY}
459 @vindex \TEXT\
460 @ref{\TEXT\,,\DISPLAY\,web,Información general}
461 @end macro
462
463 @macro ressay{TEXT}
464 @vindex \TEXT\
465 @ref{\TEXT\,,,essay,Ensayo}
466 @end macro
467
468 @macro ressaynamed{TEXT,DISPLAY}
469 @vindex \TEXT\
470 @ref{\TEXT\,,\DISPLAY\,essay,Ensayo}
471 @end macro
472
473 @macro rprogram{TEXT}
474 @vindex \TEXT\
475 @ref{\TEXT\,,,usage,Utilización del Programa}
476 @end macro
477
478 @macro rprogramnamed{TEXT,DISPLAY}
479 @vindex \TEXT\
480 @ref{\TEXT\,,\DISPLAY\,usage,Utilización del Programa}
481 @end macro
482
483 @macro rlsr{TEXT}
484 @ref{\TEXT\,,,snippets,Fragmentos de código}
485 @end macro
486
487 @macro rlsrnamed{TEXT,DISPLAY}
488 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
489 @end macro
490
491 @macro rinternals{TEXT}
492 @vindex \TEXT\
493 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
494 @end macro
495
496 @macro rinternalsnamed{TEXT,DISPLAY}
497 @vindex \TEXT\
498 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
499 @end macro
500
501 @end ifnotinfo
502
503 @ifinfo
504
505 @macro rglos{TEXT}
506 @vindex \TEXT\
507 @ref{\TEXT\,,,music-glossary,Glosario musical}
508 @end macro
509
510 @macro rglosnamed{TEXT,DISPLAY}
511 @vindex \TEXT\
512 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario musical}
513 @end macro
514
515 @macro rlearning{TEXT}
516 @vindex \TEXT\
517 @ref{\TEXT\,,,lilypond-learning,Manual de aprendizaje}
518 @end macro
519
520 @macro rlearningnamed{TEXT,DISPLAY}
521 @vindex \TEXT\
522 @ref{\TEXT\,,,lilypond-learning,Manual de aprendizaje}
523 @end macro
524
525 @macro ruser{TEXT}
526 @vindex \TEXT\
527 @ref{\TEXT\,,,lilypond-notation,Referencia de la notación}
528 @end macro
529
530 @macro rusernamed{TEXT,DISPLAY}
531 @vindex \TEXT\
532 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Referencia de la notación}
533 @end macro
534
535 @macro rchanges{TEXT}
536 @vindex \TEXT\
537 @ref{\TEXT\,,,lilypond-changes,Cambios}
538 @end macro
539
540 @macro rchangesnamed{TEXT,DISPLAY}
541 @vindex \TEXT\
542 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Cambios}
543 @end macro
544
545 @macro rextend{TEXT}
546 @vindex \TEXT\
547 @ref{\TEXT\,,,lilypond-extending,Extender}
548 @end macro
549
550 @macro rextendnamed{TEXT,DISPLAY}
551 @vindex \TEXT\
552 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extender}
553 @end macro
554
555 @macro rcontrib{TEXT}
556 @vindex \TEXT\
557 @ref{\TEXT\,,,lilypond-contributor,Guía del colaborador}
558 @end macro
559
560 @macro rcontribnamed{TEXT,DISPLAY}
561 @vindex \TEXT\
562 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guía del colaborador}
563 @end macro
564
565 @macro rweb{TEXT}
566 @vindex \TEXT\
567 @ref{\TEXT\,,,lilypond-web,Información general}
568 @end macro
569
570 @macro rwebnamed{TEXT,DISPLAY}
571 @vindex \TEXT\
572 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Información general}
573 @end macro
574
575 @macro ressay{TEXT}
576 @vindex \TEXT\
577 @ref{\TEXT\,,,lilypond-essay,Ensayo}
578 @end macro
579
580 @macro ressaynamed{TEXT,DISPLAY}
581 @vindex \TEXT\
582 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Ensayo}
583 @end macro
584
585 @macro rprogram{TEXT}
586 @vindex \TEXT\
587 @ref{\TEXT\,,,lilypond-usage,Utilización del programa}
588 @end macro
589
590 @macro rprogramnamed{TEXT,DISPLAY}
591 @vindex \TEXT\
592 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilización del programa}
593 @end macro
594
595 @macro rlsr{TEXT}
596 @ref{\TEXT\,,,lilypond-snippets,Fragmentos de código}
597 @end macro
598
599 @macro rlsrnamed{TEXT,DISPLAY}
600 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Fragmentos de código}
601 @end macro
602
603 @macro rinternals{TEXT}
604 @vindex \TEXT\
605 @ref{\TEXT\,,,lilypond-internals,Referencia de funcionamiento interno}
606 @end macro
607
608 @macro rinternalsnamed{TEXT,DISPLAY}
609 @vindex \TEXT\
610 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Referencia de funcionamiento interno}
611 @end macro
612
613 @end ifinfo
614
615 @end ifclear
616
617 @end ifnottex
618
619
620 @c *** TeX ***
621
622 @iftex
623
624 @c All commands below should work in the middle of the line;
625 @c we thus must not use @vindex directly since it works only if placed
626 @c on a line of its own.  To overcome this problem, we define a
627 @c replacement macro using the internal definition of @vindex which
628 @c delimits arguments in the standard way (i.e., with braces).
629
630 @tex
631 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
632 @end tex
633
634 @macro rglos{TEXT}
635 @lilyvindex{\TEXT\}
636 @ref{\TEXT\,,,music-glossary,Glosario Musical}
637 @end macro
638
639 @macro rglosnamed{TEXT,DISPLAY}
640 @lilyvindex{\TEXT\}
641 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glosario Musical}
642 @end macro
643
644 @macro rlearning{TEXT}
645 @lilyvindex{\TEXT\}
646 @ref{\TEXT\,,,learning.es,Manual de Aprendizaje}
647 @end macro
648
649 @macro rlearningnamed{TEXT,DISPLAY}
650 @lilyvindex{\TEXT\}
651 @ref{\TEXT\,,\DISPLAY\,learning.es,Manual de Aprendizaje}
652 @end macro
653
654 @macro ruser{TEXT}
655 @lilyvindex{\TEXT\}
656 @ref{\TEXT\,,,notation.es,Referencia de la Notación}
657 @end macro
658
659 @macro rusernamed{TEXT,DISPLAY}
660 @lilyvindex{\TEXT\}
661 @ref{\TEXT\,,\DISPLAY\,notation.es,Referencia de la Notación}
662 @end macro
663
664 @macro rchanges{TEXT}
665 @lilyvindex{\TEXT\}
666 @ref{\TEXT\,,,changes,Cambios}
667 @end macro
668
669 @macro rchangesnamed{TEXT,DISPLAY}
670 @lilyvindex{\TEXT\}
671 @ref{\TEXT\,,\DISPLAY\,changes,Cambios}
672 @end macro
673
674 @macro rextend{TEXT}
675 @lilyvindex{\TEXT\}
676 @ref{\TEXT\,,,extending,Extender}
677 @end macro
678
679 @macro rextendnamed{TEXT,DISPLAY}
680 @lilyvindex{\TEXT\}
681 @ref{\TEXT\,,\DISPLAY\,extending,Extender}
682 @end macro
683
684 @macro rcontrib{TEXT}
685 @lilyvindex{\TEXT\}
686 @ref{\TEXT\,,,contributor,Guía del colaborador}
687 @end macro
688
689 @macro rcontribnamed{TEXT,DISPLAY}
690 @lilyvindex{\TEXT\}
691 @ref{\TEXT\,,\DISPLAY\,contributor,Guía del colaborador}
692 @end macro
693
694 @macro rweb{TEXT}
695 @lilyvindex{\TEXT\}
696 @ref{\TEXT\,,,web,Información general}
697 @end macro
698
699 @macro rwebnamed{TEXT,DISPLAY}
700 @lilyvindex{\TEXT\}
701 @ref{\TEXT\,,\DISPLAY\,web,Información general}
702 @end macro
703
704 @macro ressay{TEXT}
705 @lilyvindex{\TEXT\}
706 @ref{\TEXT\,,,essay,Ensayo}
707 @end macro
708
709 @macro ressaynamed{TEXT,DISPLAY}
710 @lilyvindex{\TEXT\}
711 @ref{\TEXT\,,\DISPLAY\,essay,Ensayo}
712 @end macro
713
714 @macro rprogram{TEXT}
715 @lilyvindex{\TEXT\}
716 @ref{\TEXT\,,,usage.es,Utilización del Programa}
717 @end macro
718
719 @macro rprogramnamed{TEXT,DISPLAY}
720 @lilyvindex{\TEXT\}
721 @ref{\TEXT\,,\DISPLAY\,usage.es,Utilización del Programa}
722 @end macro
723
724 @macro rlsr{TEXT}
725 @lilyvindex{\TEXT\}
726 @ref{\TEXT\,,,snippets,Fragmentos de código}
727 @end macro
728
729 @macro rlsrnamed{TEXT,DISPLAY}
730 @lilyvindex{\TEXT\}
731 @ref{\TEXT\,,\DISPLAY\,snippets,Fragmentos de código}
732 @end macro
733
734 @macro rinternals{TEXT}
735 @lilyvindex{\TEXT\}
736 @ref{\TEXT\,,,internals,Referencia de Funcionamiento Interno}
737 @end macro
738
739 @macro rinternalsnamed{TEXT,DISPLAY}
740 @lilyvindex{\TEXT\}
741 @ref{\TEXT\,,\DISPLAY\,internals,Referencia de Funcionamiento Interno}
742 @end macro
743
744 @end iftex
745
746 @c  ***** Macros specific to the web site *****
747
748 @ifset web
749
750 @macro exampleImage{IMAGE-FILE}
751 @html
752 <div class="float-center example-image-wrapper">
753   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
754     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
755   </a>
756   <p style="text-align: center">
757     (pulse para ver una imagen más grande)
758   </p>
759 </div>
760 @end html
761 @iftex
762 @image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
763 @end iftex
764 @ifinfo
765 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
766 @end ifinfo
767 @end macro
768
769 @macro help{TEXT}
770 @html
771 <div class="help">
772 <strong>
773   <span style="text-decoration:blink">Necesitamos ayuda:</span>
774 </strong> \TEXT\
775 </div>
776 @end html
777 @end macro
778
779
780 @c LEGALESE
781
782 @macro logoLegalLinux
783 Tux, el pingüino de Linux, es obra de
784 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} hecha con
785 @uref{http://www.isc.tamu.edu/~lewing/gimp/, el Programa de
786 Manipulación de Imágenes de GNU}.
787
788 @end macro
789
790 @macro logoLegalFreeBSD
791 El logotipo de FreeBSD es una marca registrada de
792 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
793
794 @end macro
795
796 @macro logoLegalMacOSX
797 La @qq{imagen de la X} no es una marca registrada.  Es obra de
798 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} y
799 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, y se
800 puso bajo la Licencia de Documentación Libre de GNU versión 1.2 o
801 posterior.  Encontramos esta imagen en
802 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
803 esta página de Wikimedia Commons}.
804
805 @end macro
806
807 @macro logoLegalWindows
808 La @qq{imagen de los cuatro rectángulos de colores} no es una marca
809 registrada.  Es obra de
810 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} y está
811 puesta bajo la Licencia de Documentación Libre de GNU, versión 1.2.
812 Encontramos esta imagen en
813 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
814 esta página de Wikimedia Commons}.
815
816 @end macro
817
818 @end ifset
819
820
821 @c   ***** Macros specific to translated docs *****
822
823
824 @macro englishref
825 Esta sección aún no está traducida; consulte el manual en inglés.
826 @end macro
827
828
829