]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/it/macros.itexi
Web-it: update and add news-headlines for new home page
[lilypond.git] / Documentation / it / macros.itexi
index 9fbcb395da5d20bade75a47a0a43727d0fd05220..437872235059a2f7fb0eeb1a06232b78ac02e690 100644 (file)
@@ -1,6 +1,6 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: 92190ad98deac78cf32837078741296205072119
+    Translation of GIT committish: 136e94ea422fc94ef2587c588d516a03e01275e1
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -67,12 +67,41 @@ translations should be in macros.itexi.
 
 @end ifnothtml
 
+@c do not translate the following macro -- it is used in
+@c an untranslated manual.
+
+@ifhtml
+
+@macro advanced{TEXT}
+@html
+<div class="advanced">
+@end html
+@strong{Advanced note:} \TEXT\
+@c keep the space for proper nesting of </p>
+
+@html
+</div>
+@end html
+@end macro
+
+@end ifhtml
+
+@ifnothtml
+
+@macro advanced{TEXT}
+@quotation
+@b{Advanced note:} \TEXT\
+@end quotation
+@end macro
+
+@end ifnothtml
+
 
 @macro docMain
 @cartouche
 Per maggiori informazioni su come questo manuale si integra col resto
 della documentazione, o per leggere questo manuale in altri formati, si veda
-@rweb{Manuals}.
+@rweb{Manuali}.
 
 Se ti manca qualche manuale, puoi trovare la completa documentazione
 all'indirizzo @w{@uref{http://@/www@/.lilypond@/.org/}}.
@@ -129,9 +158,8 @@ Questo documento รจ stato posto nel pubblico dominio.
 
 @c   ***** Title page *****
 @ifnottex
-@node Su
+@node Top
 @top LilyPond --- \TITLE\
-@translationof Top
 
 @cartouche
 @manualIntro{}
@@ -175,16 +203,20 @@ Per la versione di LilyPond @version{}
 @c it doesn't matter, but a future implementation will probably
 @c add some code which needs this restriction.
 
+@c @raggedright can be enabled as soon as texinfo 5.x or larger
+@c is in use for Gub and LilyDev 3.
+
 @macro predefined
 @noindent
 @subsubheading Comandi predefiniti
+@c @raggedright
 @end macro
 
 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
 @c the next macro must not be empty.
 
 @macro endpredefined
-@c
+@c @end raggedright
 @end macro
 
 
@@ -718,7 +750,7 @@ Per la versione di LilyPond @version{}
 
 @macro exampleImage{IMAGE-FILE}
 @html
-<div class="float-center">
+<div class="float-center example-image-wrapper">
   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
   </a>
@@ -728,7 +760,7 @@ Per la versione di LilyPond @version{}
 </div>
 @end html
 @iftex
-@image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
+@image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
 @end iftex
 @ifinfo
 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}