]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/it/macros.itexi
Doc-it: fix wrong node translation + update
[lilypond.git] / Documentation / it / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 13d24779fd6b71e8130f785063dd112bfd9f8511
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 Per maggiori informazioni su come questo manuale si integra col resto
103 della documentazione, o per leggere questo manuale in altri formati, si veda
104 @rweb{Manuali}.
105
106 Se ti manca qualche manuale, puoi trovare la completa documentazione
107 all'indirizzo @w{@uref{http://@/www@/.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 traduzione della seguente nota di copyright è gentilmente
124 offerta per le persone che non parlano inglese, ma solo
125 la nota in inglese ha valore legale.}
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 E' garantito il permesso di copiare, distribuire e/o modificare questo
133 documento seguendo i termini della Licenza per Documentazione
134 Libera GNU, Versione 1.1 o ogni versione successiva pubblicata dalla
135 Free Software Foundation; senza alcuna sezione non modificabile.
136 Una copia della licenza è acclusa nella sezione intitolata ''Licenza
137 per Documentazione Libera 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 Questo documento è stato posto nel pubblico dominio.
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 Il compositore tipografico per la musica
174 @titlefont{\TITLE\}
175 @author Il team di sviluppo di 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 Per la versione di 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 @macro predefined
207 @noindent
208 @subsubheading Comandi predefiniti
209 @end macro
210
211 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
212 @c the next macro must not be empty.
213
214 @macro endpredefined
215 @c
216 @end macro
217
218
219 @macro snippets
220 @noindent
221 @subsubheading Frammenti di codice selezionati
222 @end macro
223
224
225 @c Don't insert an empty line after @seealso!  Otherwise we get
226 @c unwanted extra vertical space in the PDF output.
227
228 @macro seealso
229 @noindent
230 @subsubheading Vedi anche
231 @indent
232 @end macro
233
234
235 @macro knownissues
236 @noindent
237 @subsubheading Problemi noti e avvertimenti
238 @end macro
239
240
241
242 @c   ***** Links and references *****
243
244 @c  Definitions for references:
245 @c
246 @c     @rweb
247 @c     @ressay
248 @c     @rglos
249 @c     @rinternals
250 @c     @rlearning
251 @c     @rlsr
252 @c     @rprogram
253 @c     @ruser
254 @c     @rchanges
255 @c     @rextend
256 @c     @rcontrib
257 @c
258 @c  All these also have a @...named version which allows to specify the
259 @c  displayed text for the reference as second argument.
260 @c
261 @c ***** HTML + bigpage is a special case (other manual names); all other
262 @c formats are treated similarly.
263
264
265 @c *** not TeX ***
266
267 @ifnottex
268
269 @c ** bigpage **
270
271 @ifset bigpage
272
273 @macro rglos{TEXT}
274 @vindex \TEXT\
275 @ref{\TEXT\,,,music-glossary-big-page,Glossario Musicale}
276 @end macro
277
278 @macro rglosnamed{TEXT,DISPLAY}
279 @vindex \TEXT\
280 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossario Musicale}
281 @end macro
282
283 @macro rlearning{TEXT}
284 @vindex \TEXT\
285 @ref{\TEXT\,,,learning-big-page,Manuale di Apprendimento}
286 @end macro
287
288 @macro rlearningnamed{TEXT,DISPLAY}
289 @vindex \TEXT\
290 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuale di Apprendimento}
291 @end macro
292
293 @macro ruser{TEXT}
294 @vindex \TEXT\
295 @ref{\TEXT\,,,notation-big-page,Guida alla Notazione}
296 @end macro
297
298 @macro rusernamed{TEXT,DISPLAY}
299 @vindex \TEXT\
300 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Guida alla Notazione}
301 @end macro
302
303 @macro rextend{TEXT}
304 @vindex \TEXT\
305 @ref{\TEXT\,,,extending-big-page,Estendere}
306 @end macro
307
308 @macro rextendnamed{TEXT,DISPLAY}
309 @vindex \TEXT\
310 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Estendere}
311 @end macro
312
313 @macro rchanges{TEXT}
314 @vindex \TEXT\
315 @ref{\TEXT\,,,changes-big-page,Cambiamenti}
316 @end macro
317
318 @macro rchangesnamed{TEXT,DISPLAY}
319 @vindex \TEXT\
320 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Cambiamenti}
321 @end macro
322
323 @macro rcontrib{TEXT}
324 @vindex \TEXT\
325 @ref{\TEXT\,,,contributor-big-page,Guida del Collaboratore}
326 @end macro
327
328 @macro rcontribnamed{TEXT,DISPLAY}
329 @vindex \TEXT\
330 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guida del Collaboratore}
331 @end macro
332
333 @macro rweb{TEXT}
334 @vindex \TEXT\
335 @ref{\TEXT\,,,web-big-page,Informazioni Generali}
336 @end macro
337
338 @macro rwebnamed{TEXT,DISPLAY}
339 @vindex \TEXT\
340 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informazioni Generali}
341 @end macro
342
343 @macro ressay{TEXT}
344 @vindex \TEXT\
345 @ref{\TEXT\,,,essay-big-page,Saggio}
346 @end macro
347
348 @macro ressaynamed{TEXT,DISPLAY}
349 @vindex \TEXT\
350 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Saggio}
351 @end macro
352
353 @macro rprogram{TEXT}
354 @vindex \TEXT\
355 @ref{\TEXT\,,,usage-big-page,Uso del Programma}
356 @end macro
357
358 @macro rprogramnamed{TEXT,DISPLAY}
359 @vindex \TEXT\
360 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Uso del Programma}
361 @end macro
362
363 @macro rlsr{TEXT}
364 @ref{\TEXT\,,,snippets-big-page,Frammenti di codice}
365 @end macro
366
367 @macro rlsrnamed{TEXT,DISPLAY}
368 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Frammenti di codice}
369 @end macro
370
371 @macro rinternals{TEXT}
372 @vindex \TEXT\
373 @ref{\TEXT\,,,internals-big-page,Guida al Funzionamento Interno}
374 @end macro
375
376 @macro rinternalsnamed{TEXT,DISPLAY}
377 @vindex \TEXT\
378 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Guida al Funzionamento Interno}
379 @end macro
380
381 @end ifset
382
383
384 @c ** not bigpage **
385
386 @ifclear bigpage
387
388 @ifnotinfo
389
390 @macro rglos{TEXT}
391 @vindex \TEXT\
392 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
393 @end macro
394
395 @macro rglosnamed{TEXT,DISPLAY}
396 @vindex \TEXT\
397 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
398 @end macro
399
400 @macro rlearning{TEXT}
401 @vindex \TEXT\
402 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
403 @end macro
404
405 @macro rlearningnamed{TEXT,DISPLAY}
406 @vindex \TEXT\
407 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
408 @end macro
409
410 @macro ruser{TEXT}
411 @vindex \TEXT\
412 @ref{\TEXT\,,,notation,Guida alla Notazione}
413 @end macro
414
415 @macro rusernamed{TEXT,DISPLAY}
416 @vindex \TEXT\
417 @ref{\TEXT\,,\DISPLAY\,notation,Guida alla Notazione}
418 @end macro
419
420 @macro rchanges{TEXT}
421 @vindex \TEXT\
422 @ref{\TEXT\,,,changes,Cambiamenti}
423 @end macro
424
425 @macro rchangesnamed{TEXT,DISPLAY}
426 @vindex \TEXT\
427 @ref{\TEXT\,,\DISPLAY\,changes,Cambiamenti}
428 @end macro
429
430 @macro rextend{TEXT}
431 @vindex \TEXT\
432 @ref{\TEXT\,,,extending,Estendere}
433 @end macro
434
435 @macro rextendnamed{TEXT,DISPLAY}
436 @vindex \TEXT\
437 @ref{\TEXT\,,\DISPLAY\,extending,Estendere}
438 @end macro
439
440 @macro rcontrib{TEXT}
441 @vindex \TEXT\
442 @ref{\TEXT\,,,contributor,Guida del Collaboratore}
443 @end macro
444
445 @macro rcontribnamed{TEXT,DISPLAY}
446 @vindex \TEXT\
447 @ref{\TEXT\,,\DISPLAY\,contributor,Guida del Collaboratore}
448 @end macro
449
450 @macro rweb{TEXT}
451 @vindex \TEXT\
452 @ref{\TEXT\,,,web,Informazioni Generali}
453 @end macro
454
455 @macro rwebnamed{TEXT,DISPLAY}
456 @vindex \TEXT\
457 @ref{\TEXT\,,\DISPLAY\,web,Informazioni Generali}
458 @end macro
459
460 @macro ressay{TEXT}
461 @vindex \TEXT\
462 @ref{\TEXT\,,,essay,Saggio}
463 @end macro
464
465 @macro ressaynamed{TEXT,DISPLAY}
466 @vindex \TEXT\
467 @ref{\TEXT\,,\DISPLAY\,essay,Saggio}
468 @end macro
469
470 @macro rprogram{TEXT}
471 @vindex \TEXT\
472 @ref{\TEXT\,,,usage,Uso del Programma}
473 @end macro
474
475 @macro rprogramnamed{TEXT,DISPLAY}
476 @vindex \TEXT\
477 @ref{\TEXT\,,\DISPLAY\,usage,Uso del Programma}
478 @end macro
479
480 @macro rlsr{TEXT}
481 @ref{\TEXT\,,,snippets,Frammenti di codice}
482 @end macro
483
484 @macro rlsrnamed{TEXT,DISPLAY}
485 @ref{\TEXT\,,\DISPLAY\,snippets,Frammenti di codice}
486 @end macro
487
488 @macro rinternals{TEXT}
489 @vindex \TEXT\
490 @ref{\TEXT\,,,internals,Guida al Funzionamento Interno}
491 @end macro
492
493 @macro rinternalsnamed{TEXT,DISPLAY}
494 @vindex \TEXT\
495 @ref{\TEXT\,,\DISPLAY\,internals,Guida al Funzionamento Interno}
496 @end macro
497
498 @end ifnotinfo
499
500 @ifinfo
501
502 @macro rglos{TEXT}
503 @vindex \TEXT\
504 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
505 @end macro
506
507 @macro rglosnamed{TEXT,DISPLAY}
508 @vindex \TEXT\
509 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
510 @end macro
511
512 @macro rlearning{TEXT}
513 @vindex \TEXT\
514 @ref{\TEXT\,,,lilypond-learning,Manuale di Apprendimento}
515 @end macro
516
517 @macro rlearningnamed{TEXT,DISPLAY}
518 @vindex \TEXT\
519 @ref{\TEXT\,,,lilypond-learning,Manuale di Apprendimento}
520 @end macro
521
522 @macro ruser{TEXT}
523 @vindex \TEXT\
524 @ref{\TEXT\,,,lilypond-notation,Guida alla Notazione}
525 @end macro
526
527 @macro rusernamed{TEXT,DISPLAY}
528 @vindex \TEXT\
529 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Guida alla Notazione}
530 @end macro
531
532 @macro rchanges{TEXT}
533 @vindex \TEXT\
534 @ref{\TEXT\,,,lilypond-changes,Cambiamenti}
535 @end macro
536
537 @macro rchangesnamed{TEXT,DISPLAY}
538 @vindex \TEXT\
539 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Cambiamenti}
540 @end macro
541
542 @macro rextend{TEXT}
543 @vindex \TEXT\
544 @ref{\TEXT\,,,lilypond-extending,Estendere}
545 @end macro
546
547 @macro rextendnamed{TEXT,DISPLAY}
548 @vindex \TEXT\
549 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Estendere}
550 @end macro
551
552 @macro rcontrib{TEXT}
553 @vindex \TEXT\
554 @ref{\TEXT\,,,lilypond-contributor,Guida del Collaboratore}
555 @end macro
556
557 @macro rcontribnamed{TEXT,DISPLAY}
558 @vindex \TEXT\
559 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guida del Collaboratore}
560 @end macro
561
562 @macro rweb{TEXT}
563 @vindex \TEXT\
564 @ref{\TEXT\,,,lilypond-web,Informazioni Generali}
565 @end macro
566
567 @macro rwebnamed{TEXT,DISPLAY}
568 @vindex \TEXT\
569 @ref{\TEXT\,,\DISPLAY\,lilypond-web, Informazioni Generali}
570 @end macro
571
572 @macro ressay{TEXT}
573 @vindex \TEXT\
574 @ref{\TEXT\,,,lilypond-essay,Saggio}
575 @end macro
576
577 @macro ressaynamed{TEXT,DISPLAY}
578 @vindex \TEXT\
579 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Saggio}
580 @end macro
581
582 @macro rprogram{TEXT}
583 @vindex \TEXT\
584 @ref{\TEXT\,,,lilypond-usage,Uso del Programma}
585 @end macro
586
587 @macro rprogramnamed{TEXT,DISPLAY}
588 @vindex \TEXT\
589 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Uso del Programma}
590 @end macro
591
592 @macro rlsr{TEXT}
593 @ref{\TEXT\,,,lilypond-snippets,Frammenti di codice}
594 @end macro
595
596 @macro rlsrnamed{TEXT,DISPLAY}
597 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Frammenti di codice}
598 @end macro
599
600 @macro rinternals{TEXT}
601 @vindex \TEXT\
602 @ref{\TEXT\,,,lilypond-internals,Guida al Funzionamento Interno}
603 @end macro
604
605 @macro rinternalsnamed{TEXT,DISPLAY}
606 @vindex \TEXT\
607 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Guida al Funzionamento Interno}
608 @end macro
609
610 @end ifinfo
611
612 @end ifclear
613
614 @end ifnottex
615
616
617 @c *** TeX ***
618
619 @iftex
620
621 @c All commands below should work in the middle of the line;
622 @c we thus must not use @vindex directly since it works only if placed
623 @c on a line of its own.  To overcome this problem, we define a
624 @c replacement macro using the internal definition of @vindex which
625 @c delimits arguments in the standard way (i.e., with braces).
626
627 @tex
628 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
629 @end tex
630
631 @macro rglos{TEXT}
632 @lilyvindex{\TEXT\}
633 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
634 @end macro
635
636 @macro rglosnamed{TEXT,DISPLAY}
637 @lilyvindex{\TEXT\}
638 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
639 @end macro
640
641 @macro rlearning{TEXT}
642 @lilyvindex{\TEXT\}
643 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
644 @end macro
645
646 @macro rlearningnamed{TEXT,DISPLAY}
647 @lilyvindex{\TEXT\}
648 @ref{\TEXT\,,\DISPLAY\,learning,Manuale di Apprendimento}
649 @end macro
650
651 @macro ruser{TEXT}
652 @lilyvindex{\TEXT\}
653 @ref{\TEXT\,,,notation,Guida alla Notazione}
654 @end macro
655
656 @macro rusernamed{TEXT,DISPLAY}
657 @lilyvindex{\TEXT\}
658 @ref{\TEXT\,,\DISPLAY\,notation,Guida alla Notazione}
659 @end macro
660
661 @macro rchanges{TEXT}
662 @lilyvindex{\TEXT\}
663 @ref{\TEXT\,,,changes,Cambiamenti}
664 @end macro
665
666 @macro rchangesnamed{TEXT,DISPLAY}
667 @lilyvindex{\TEXT\}
668 @ref{\TEXT\,,\DISPLAY\,changes,Cambiamenti}
669 @end macro
670
671 @macro rextend{TEXT}
672 @lilyvindex{\TEXT\}
673 @ref{\TEXT\,,,extending,Estendere}
674 @end macro
675
676 @macro rextendnamed{TEXT,DISPLAY}
677 @lilyvindex{\TEXT\}
678 @ref{\TEXT\,,\DISPLAY\,extending,Estendere}
679 @end macro
680
681 @macro rcontrib{TEXT}
682 @lilyvindex{\TEXT\}
683 @ref{\TEXT\,,,contributor,Guida del Collaboratore}
684 @end macro
685
686 @macro rcontribnamed{TEXT,DISPLAY}
687 @lilyvindex{\TEXT\}
688 @ref{\TEXT\,,\DISPLAY\,contributor,Guida del Collaboratore}
689 @end macro
690
691 @macro rweb{TEXT}
692 @vindex \TEXT\
693 @ref{\TEXT\,,,web,Informazioni generali}
694 @end macro
695
696 @macro rwebnamed{TEXT,DISPLAY}
697 @vindex \TEXT\
698 @ref{\TEXT\,,\DISPLAY\,web,Informazioni generali}
699 @end macro
700
701 @macro ressay{TEXT}
702 @lilyvindex{\TEXT\}
703 @ref{\TEXT\,,,essay,Saggio}
704 @end macro
705
706 @macro ressaynamed{TEXT,DISPLAY}
707 @lilyvindex{\TEXT\}
708 @ref{\TEXT\,,\DISPLAY\,essay,Saggio}
709 @end macro
710
711 @macro rprogram{TEXT}
712 @lilyvindex{\TEXT\}
713 @ref{\TEXT\,,,usage,Uso del Programma}
714 @end macro
715
716 @macro rprogramnamed{TEXT,DISPLAY}
717 @lilyvindex{\TEXT\}
718 @ref{\TEXT\,,\DISPLAY\,usage,Uso del Programma}
719 @end macro
720
721 @macro rlsr{TEXT}
722 @lilyvindex{\TEXT\}
723 @ref{\TEXT\,,,snippets,Frammenti di codice}
724 @end macro
725
726 @macro rlsrnamed{TEXT,DISPLAY}
727 @lilyvindex{\TEXT\}
728 @ref{\TEXT\,,\DISPLAY\,snippets,Frammenti di codice}
729 @end macro
730
731 @macro rinternals{TEXT}
732 @lilyvindex{\TEXT\}
733 @ref{\TEXT\,,,internals,Guida al Funzionamento Interno}
734 @end macro
735
736 @macro rinternalsnamed{TEXT,DISPLAY}
737 @lilyvindex{\TEXT\}
738 @ref{\TEXT\,,\DISPLAY\,internals,Guida al Funzionamento Interno}
739 @end macro
740
741 @end iftex
742
743 @c  ***** Macros specific to the web site *****
744
745 @ifset web
746
747 @macro exampleImage{IMAGE-FILE}
748 @html
749 <div class="float-center">
750   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
751     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
752   </a>
753   <p style="text-align: center">
754     (clicca per ingrandire)
755   </p>
756 </div>
757 @end html
758 @iftex
759 @image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
760 @end iftex
761 @ifinfo
762 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
763 @end ifinfo
764 @end macro
765
766 @macro help{TEXT}
767 @html
768 <div class="help">
769 <strong>
770   <span style="text-decoration:blink">Richiesta di aiuto:</span>
771 </strong> \TEXT\
772 </div>
773 @end html
774 @end macro
775
776 @c LEGALESE
777
778 @macro logoLegalLinux
779 Tux the Linux Penguin è stato creato da
780 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} con
781 @uref{http://www.isc.tamu.edu/~lewing/gimp/, il Gnu Image
782 Manipulation Program}.
783
784 @end macro
785
786 @macro logoLegalFreeBSD
787 Il logo FreeBSD è un marchio registrato della
788 @uref{http://www.freebsd.org/, FreeBSD Foundation}.
789
790 @end macro
791
792 @macro logoLegalMacOSX
793 L' @qq{immagine X} non è un marchio registrato.  È stato creato da
794 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} e
795 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, e
796 posto sotto la GNU Free Documentation License versione 1.2 o successive.
797 Abbiamo trovato l'immagine su
798 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
799 questa pagina di Wikimedia Commons}.
800
801 @end macro
802
803 @macro logoLegalWindows
804 L' @qq{immagine con quattro rettangoli colorati} non è un marchio
805 registrato.  È stato creato da
806 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} ed è
807 posto sotto la GNU Free Documentation License versione 1.2.  Abbiamo
808 trovato l'immagine su
809 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
810 questa pagina di Wikimedia Commons}.
811
812 @end macro
813
814 @end ifset