]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/usage/external.itely
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / fr / usage / external.itely
index 597bba44130a6e9fd464aa543a6275aaf1b94c7b..ff39d2889949436b5ae81731595496a27b48989c 100644 (file)
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 
 @ignore
-    Translation of GIT committish: 057106293b07b74b00553fe4dc3dfac5c1f3b682
+    Translation of GIT committish: ada15837e81a658a807d004b18877ba67a136fa3
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -604,16 +604,21 @@ contours de l'image LilyPond@tie{}:
 @{ c1 @}
 @end example
 
-En procédant comme ci-après, vous obtiendrez un fichier @file{EPS}@tie{}:
+En procédant comme ci-après, vous obtiendrez des fichiers images@tie{}:
 
 @example
+EPS
+
 lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts monfichier.ly
-@end example
 
-ou @file{PNG} :
+PNG
 
-@example
 lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png monfichier.ly
+
+PNG avec transparence
+
+lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts \
+  -dpixmap-format=pngalpha --png monfichier.ly
 @end example