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