]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/it/web.texi
f66420fa7e96e49e4202e16c8ae81ca0bfc66298
[lilypond.git] / Documentation / it / web.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: f291e8c30bbde2cf1fe2fc1b359288c94b8e2503
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 @setfilename web.info
11 @settitle LilyPond -- Notazione musicale per tutti
12 @documentencoding UTF-8
13 @documentlanguage it
14 @afourpaper
15
16 @set FDL
17 @set web
18 @include macros.itexi
19 @include weblinks.itexi
20
21
22 @c don't remove this comment.
23 @ignore
24 @omfcreator Graham Percival and Patrick McCarty
25 @omfdescription General info about the LilyPond music engraving system
26 @omftype program usage
27 @omfcategory Applications|Publishing
28 @omflanguage Italian
29 @end ignore
30
31 @c Translators: Federico Bruni
32 @c Translation checkers: Luca Rossetto Casel
33
34 @copying
35 Copyright @copyright{} 2009--2014 degli autori.
36
37 @quotation
38 Permission is granted to copy, distribute and/or modify this
39 document under the terms of the GNU Free Documentation License,
40 Version 1.1 or any later version published by the Free Software
41 Foundation; with no Invariant Sections.  A copy of the license is
42 included in the section entitled ``GNU Free Documentation
43 License''.
44 @end quotation
45 @end copying
46
47
48 @c TITLE PAGE
49 @ifnottex
50 @node Top
51 @top LilyPond... notazione musicale per tutti
52 @end ifnottex
53
54
55 @c hack for texi2html, bleh -gp
56 @ifnothtml
57
58 @finalout
59
60 @titlepage
61 @title LilyPond
62 @subtitle Il compositore tipografico di musica
63 @titlefont{Informazioni generali}
64 @author Il team di sviluppo di LilyPond
65
66 @vskip 0pt plus 1filll
67 @c @vskip 20pt
68
69 @insertcopying
70
71 Per la versione di LilyPond @version{}
72 @end titlepage
73 @end ifnothtml
74 @c end hack for texi2html
75
76
77 @c ************************ WEBSITE START ***************
78
79
80 @divId{pageHeader}
81 @heading LilyPond
82
83 ... notazione musicale per tutti
84 @divEnd
85
86 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
87 @imageId{lilylogo,double-lily-modified3,png,LilyPond logo}
88 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
89
90 @divId{quickSummary}
91 @subheading Cos'è LilyPond?
92
93 LilyPond è un programma di incisione musicale e il suo scopo è produrre spartiti
94 musicali della migliore qualità possibile.  Introduce nelle stampe prodotte dai
95 computer l'estetica della musica incisa secondo i metodi tradizionali.  LilyPond è
96 software libero e parte del @uref{http://gnu.org,Progetto GNU}.
97
98 @divClass{align-right}
99 Maggiori informazioni nella nostra @ref{Introduzione}!
100
101 @divEnd
102 @divEnd
103
104 @divClass{separator}
105 @divEnd
106
107
108 @divId{news}
109
110 @c TODO: generate this automatically, including RSS feed.
111 @include web/news-front.itexi
112
113 @divClass{float-right}
114 (@ref{Notizie vecchie})
115 @divEnd
116
117 @divEnd
118
119 @ifclear web_version
120   @c do nothing
121 @end ifclear
122 @ifset web_version
123   @c make the box:
124 @divId{wildCardBox}
125 @subheading Pondings
126 @divId{wildCardText}
127
128 @divEnd
129 @divEnd
130 @end ifset
131
132 @html
133
134 <script language="JavaScript" type="text/javascript">
135   function loadXMLDoc(dname)
136     {
137       if (window.XMLHttpRequest)
138         {
139           xhttp=new XMLHttpRequest();
140         }
141       else
142         {
143           xhttp=new ActiveXObject("Microsoft.XMLHTTP");
144         }
145       xhttp.open("GET",dname,false);
146       xhttp.send();
147       return xhttp.responseXML;
148     }
149
150   var xmlDoc = loadXMLDoc("tweets.xml");
151   var tweets = xmlDoc.getElementsByTagName("tweet");
152   var index = Math.floor(Math.random() * tweets.length);
153   var tweet = tweets[index];
154   var text = tweet.childNodes[0];
155   document.getElementById("wildCardText").innerHTML = text.nodeValue;
156 </script>
157
158 @end html
159
160 @ifset web_version
161   @c make the box:
162 @divId{latestVersion}
163 @subheading Link rapidi
164
165 @c TODO: javascript to detect OS and suggest download?
166
167 @subsubheading Stabile
168
169 @ref{Download, Download @versionStable}
170
171 @ref{Manuali, Manuali @versionStable}
172
173 @subsubheading Instabile
174
175 @ref{Sviluppo, Download @versionDevel}
176
177 @ref{Sviluppo, Manuali @versionDevel}
178
179 @divEnd
180 @end ifset
181
182
183 @ifnottex
184
185 @divClass{hide}
186 @menu
187 * Introduzione::     Inizia da qui se vuoi creare spartiti musicali.
188 * Download::         Scarica LilyPond.
189 * Manuali::          Leggi i manuali (RTFM).
190 * Comunità::         Contatta altri utenti.
191 @end menu
192 @divEnd
193
194 @end ifnottex
195
196 @contents
197
198 @allowcodebreaks false
199
200 @c ****************** GENERAL STUFF FOR INFO ************
201 @ignore
202 Distributions will want to install lilypond.info in postinstall, doing:
203
204     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
205
206   * Prepend GNU for dir, must be unique.
207
208   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
209     goes to Top.
210
211   * List all commands in direntry.
212
213 @c  * lilypond: (lilypond-application)Running LilyPond.      Invoking the
214 @c    LilyPond  program.
215 @end ignore
216
217 @c Info files are no longer installed in a subdirectory, images are
218 @c expected to be found in lilypond/ subdirectory.
219 @dircategory GNU LilyPond --- il compositore tipografico di musica
220 @direntry
221 * Manuale di Apprendimento di LilyPond: (lilypond-learning).    Comincia da qui.
222 * Glossario Musicale: (music-glossary).                         Per gli utenti non di lingua inglese.
223 * LilyPond: (lilypond-notation).                                Guida alla Notazione di LilyPond.
224 * Frammenti di Codice di LilyPond: (lilypond-snippets).         Piccoli trucchi, consigli, e esempi.
225 * Guida al Funzionamento Interno: (lilypond-internals).         Definizioni per le modifiche manuali.
226 * Uso del Programma: (lilypond-application).                    Istallazione e esecuzione delle applicazioni.
227 * Sito web: (lilypond-web).                                     Anteprima del nuovo sito.
228 * lilypond: (lilypond-usage)Eseguire lilypond.                  Invocare il programma LilyPond.
229 * abc2ly: (lilypond-usage)Invocare abc2ly.                      Importare ABC.
230 * convert-ly: (lilypond-usage)Aggiornare i file con convert-ly. Versioni precedenti di LilyPond.
231 * etf2ly: (lilypond-usage)Invocare etf2ly.                      Importare Finale.
232 * lilypond-book: (lilypond-usage)lilypond-book.                 Integrare testo e musica.
233 * midi2ly: (lilypond-usage)Invocare midi2ly.                    Importare MIDI.
234 * musicxml2ly: (lilypond-usage)Invocare musicxml2ly.            Importare MusicXML.
235 @end direntry
236
237
238 @c FIXME: this still doesn't solve the broken links in pdf and big
239 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
240 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
241 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
242 @subheading Leggilo
243
244 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
245
246 @end macro
247
248
249 @macro docLinkSplit{name,base,webLink}
250   @docLink{\name\ (HTML multipagina),\base\/index.html,\webLink\}
251 @end macro
252
253 @macro docLinkBig{name,base,webLink}
254   @docLink{\name\ (HTML pagina unica),\base\-big-page.html,\webLink\}
255 @end macro
256
257 @macro docLinkPdf{name,base,webLink}
258   @docLink{\base\.pdf,\base\.pdf,\webLink\}
259 @end macro
260
261
262 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
263
264 @divClass{keep-bullets}
265 @itemize
266
267 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
268   il manuale è diviso in tante pagine HTML.
269   @*@ @ @emph{(piccolo download per ogni pagina)}
270
271 @item @docLinkBig{\name\,\base\,\big\} @minus{}
272   leggi questo manuale in un'unica grande pagina HTML.
273   @*@ @ @emph{(un solo grande download, \bigsize\)}
274
275 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
276   scarica come file PDF.
277   @*@ @ @emph{(un solo grande download, \pdfsize\)}
278
279 @end itemize
280
281 @divEnd
282
283 @end macro
284
285
286 @c don't add any extra spaces in this macro -gp
287 @macro ifWebLinks{webLink,normalLink}
288 @ifclear web_version
289   \normalLink\:
290 @end ifclear
291 @ifset web_version
292   \webLink\:
293 @end ifset
294 @end macro
295
296 @ifhtml
297 @macro contactUsAbout{topic}
298
299 @divClass{heading-center}
300 @divClass{contactBox}
301 Se sei a conoscenza di un qualsiasi altro \topic\ che possa essere elencato qui,
302 sei pregato di farcelo sapere scrivendo un messaggio alla mailing list
303 bug-lilypond.  Se non sei iscritto puoi farlo sulla
304 @uref{https://lists.gnu.org/mailman/listinfo/bug-lilypond,pagina di informazioni}
305 della lista oppure scrivere direttamente attraverso l'@tie{}
306 @uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs,
307 interfaccia web di gmane lilypond.bugs}.
308
309
310  seguendo le istruzioni indicate in
311 @ref{Segnalazione bug}.
312
313 @divEnd
314 @divEnd
315
316 @end macro
317 @end ifhtml
318
319 @ifnothtml
320 @macro contactUsAbout{topic}
321 @cartouche
322 Se sei a conoscenza di un qualsiasi altro \topic\ che possa essere elencato qui,
323 sei pregato di farcelo sapere seguendo le istruzioni indicate in
324 @ref{Segnalazione bug}.
325
326 @end cartouche
327
328 @end macro
329 @end ifnothtml
330
331 @include web/introduction.itexi
332 @include web/download.itexi
333 @include web/manuals.itexi
334 @include web/community.itexi
335
336
337 @bye