]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/it/web.texi
82551ac9286359cd801f7f764b6da90e74901f99
[lilypond.git] / Documentation / it / web.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 1244656c3b2d852f29bd75007469e1b1ed0b616f
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{} 2003--2015 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
92 LilyPond è un programma di incisione musicale e il suo scopo è produrre spartiti
93 musicali della migliore qualità possibile.  Introduce nelle stampe prodotte dai
94 computer l'estetica della musica incisa secondo i metodi tradizionali.  LilyPond è
95 software libero e parte del @uref{http://gnu.org,Progetto GNU}.
96
97 @divClass{align-right}
98 Maggiori informazioni nella nostra @ref{Introduzione}!
99
100 @divEnd
101 @divEnd
102
103
104
105 @divId{news}
106
107 @c TODO: generate this automatically, including RSS feed.
108 @include web/news-front.itexi
109
110 @divClass{float-right}
111 (@ref{Notizie vecchie})
112 @divEnd
113
114 @divEnd
115
116 @ifclear web_version
117   @c do nothing
118 @end ifclear
119 @ifset web_version
120 @divId{homePageSideBar}
121 @subheading Stabile
122
123 @ref{Download, Download @versionStable}
124
125 @ref{Manuali, Manuali @versionStable}
126
127 @subheading Instabile
128
129 @ref{Sviluppo, Download @versionDevel}
130
131 @ref{Sviluppo, Manuali @versionDevel}
132
133
134 @subheading Pondings
135 @divId{pondingsText}
136
137 @divEnd
138 @divEnd
139 @end ifset
140
141 @html
142
143 <script language="JavaScript" type="text/javascript">
144   function loadXMLDoc(dname)
145     {
146       if (window.XMLHttpRequest)
147         {
148           xhttp=new XMLHttpRequest();
149         }
150       else
151         {
152           xhttp=new ActiveXObject("Microsoft.XMLHTTP");
153         }
154       xhttp.open("GET",dname,false);
155       xhttp.send();
156       return xhttp.responseXML;
157     }
158
159   var xmlDoc = loadXMLDoc("tweets.xml");
160   var tweets = xmlDoc.getElementsByTagName("tweet");
161   var index = Math.floor(Math.random() * tweets.length);
162   var tweet = tweets[index];
163   var text = tweet.childNodes[0];
164   document.getElementById("pondingsText").innerHTML = text.nodeValue;
165 </script>
166
167 @end html
168
169
170
171 @ifnottex
172
173 @divClass{hide}
174 @menu
175 * Introduzione::     Inizia da qui se vuoi creare spartiti musicali.
176 * Download::         Scarica LilyPond.
177 * Manuali::          Leggi i manuali (RTFM).
178 * Comunità::         Contatta altri utenti.
179 @end menu
180 @divEnd
181
182 @end ifnottex
183
184 @contents
185
186 @allowcodebreaks false
187
188 @c ****************** GENERAL STUFF FOR INFO ************
189 @ignore
190 Distributions will want to install lilypond.info in postinstall, doing:
191
192     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
193
194   * Prepend GNU for dir, must be unique.
195
196   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
197     goes to Top.
198
199   * List all commands in direntry.
200
201 @c  * lilypond: (lilypond-application)Running LilyPond.      Invoking the
202 @c    LilyPond  program.
203 @end ignore
204
205 @c Info files are no longer installed in a subdirectory, images are
206 @c expected to be found in lilypond/ subdirectory.
207 @dircategory GNU LilyPond --- il compositore tipografico di musica
208 @direntry
209 * Manuale di Apprendimento di LilyPond: (lilypond-learning).    Comincia da qui.
210 * Glossario Musicale: (music-glossary).                         Per gli utenti non di lingua inglese.
211 * LilyPond: (lilypond-notation).                                Guida alla Notazione di LilyPond.
212 * Frammenti di Codice di LilyPond: (lilypond-snippets).         Piccoli trucchi, consigli, e esempi.
213 * Guida al Funzionamento Interno: (lilypond-internals).         Definizioni per le modifiche manuali.
214 * Uso del Programma: (lilypond-application).                    Istallazione e esecuzione delle applicazioni.
215 * Sito web: (lilypond-web).                                     Anteprima del nuovo sito.
216 * lilypond: (lilypond-usage)Eseguire lilypond.                  Invocare il programma LilyPond.
217 * abc2ly: (lilypond-usage)Invocare abc2ly.                      Importare ABC.
218 * convert-ly: (lilypond-usage)Aggiornare i file con convert-ly. Versioni precedenti di LilyPond.
219 * etf2ly: (lilypond-usage)Invocare etf2ly.                      Importare Finale.
220 * lilypond-book: (lilypond-usage)lilypond-book.                 Integrare testo e musica.
221 * midi2ly: (lilypond-usage)Invocare midi2ly.                    Importare MIDI.
222 * musicxml2ly: (lilypond-usage)Invocare musicxml2ly.            Importare MusicXML.
223 @end direntry
224
225
226 @c FIXME: this still doesn't solve the broken links in pdf and big
227 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
228 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
229 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
230 @subheading Leggilo
231
232 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
233
234 @end macro
235
236
237 @macro docLinkSplit{name,base,webLink}
238   @docLink{\name\ (HTML multipagina),\base\/index.html,\webLink\}
239 @end macro
240
241 @macro docLinkBig{name,base,webLink}
242   @docLink{\name\ (HTML pagina unica),\base\-big-page.html,\webLink\}
243 @end macro
244
245 @macro docLinkPdf{name,base,webLink}
246   @docLink{\base\.pdf,\base\.pdf,\webLink\}
247 @end macro
248
249
250 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
251
252 @divClass{keep-bullets}
253 @itemize
254
255 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
256   il manuale è diviso in tante pagine HTML.
257   @*@ @ @emph{(piccolo download per ogni pagina)}
258
259 @item @docLinkBig{\name\,\base\,\big\} @minus{}
260   leggi questo manuale in un'unica grande pagina HTML.
261   @*@ @ @emph{(un solo grande download, \bigsize\)}
262
263 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
264   scarica come file PDF.
265   @*@ @ @emph{(un solo grande download, \pdfsize\)}
266
267 @end itemize
268
269 @divEnd
270
271 @end macro
272
273
274 @c don't add any extra spaces in this macro -gp
275 @macro ifWebLinks{webLink,normalLink}
276 @ifclear web_version
277   \normalLink\:
278 @end ifclear
279 @ifset web_version
280   \webLink\:
281 @end ifset
282 @end macro
283
284 @ifhtml
285 @macro contactUsAbout{topic}
286
287 @divClass{heading-center}
288 @divClass{contactBox}
289 Se sei a conoscenza di un qualsiasi altro \topic\ che possa essere elencato qui,
290 sei pregato di farcelo sapere scrivendo un messaggio alla mailing list
291 bug-lilypond.  Se non sei iscritto puoi farlo sulla
292 @uref{https://lists.gnu.org/mailman/listinfo/bug-lilypond,pagina di informazioni}
293 della lista oppure scrivere direttamente attraverso l'@tie{}
294 @uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs,
295 interfaccia web di gmane lilypond.bugs}.
296
297
298  seguendo le istruzioni indicate in
299 @ref{Segnalazione bug}.
300
301 @divEnd
302 @divEnd
303
304 @end macro
305 @end ifhtml
306
307 @ifnothtml
308 @macro contactUsAbout{topic}
309 @cartouche
310 Se sei a conoscenza di un qualsiasi altro \topic\ che possa essere elencato qui,
311 sei pregato di farcelo sapere seguendo le istruzioni indicate in
312 @ref{Segnalazione bug}.
313
314 @end cartouche
315
316 @end macro
317 @end ifnothtml
318
319 @include web/introduction.itexi
320 @include web/download.itexi
321 @include web/manuals.itexi
322 @include web/community.itexi
323
324
325 @bye