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