]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/usage/external.itely
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / de / usage / external.itely
index 3180c4534ad0908fede518962f33cb227a64c822..bc3edb36eb5ba079a4d116ebf349c1269c3acbcd 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 
 @ignore
-    Translation of GIT committish: 0764a50d470cab82ca29da30298dacd333d3da12
+    Translation of GIT committish: 8cbb38db1591ab95a178643e7bf41db018aa22c0
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes.
 @end ignore
 
-@c \version "2.13.36"
+@c \version "2.14.0"
 
 @c Translators: Till Paala, Reinhold Kainhofer
 
@@ -223,7 +223,7 @@ Selbstverständlich sind Patches von Ihnen sehr willkommen!
 
 @menu
 * midi2ly aufrufen::          Import von MIDI.
-* muscxml2ly aufrufen::       Import von MusicXML.
+* musicxml2ly aufrufen::       Import von MusicXML.
 * abc2ly aufrufen::           Import von ABC.
 * etf2ly aufrufen::           Import von (alten) Finale-Dateien.
 * Andere Formate::
@@ -324,8 +324,8 @@ Tonlänge setzen und Phrasierungszeichen oder Pedalindikatoren
 hinzufügen.
 
 
-@node muscxml2ly aufrufen
-@subsection @command{muscxml2ly} aufrufen
+@node musicxml2ly aufrufen
+@subsection @command{musicxml2ly} aufrufen
 @translationof Invoking musicxml2ly
 
 @cindex MusicXML
@@ -602,17 +602,21 @@ Einstellungen benutzt werden:
 @{ c1 @}
 @end example
 
-Eine @file{EPS}-Datei kann mit folgendem Befehl erzeugt werden:
+Benutzbare Bilddateien können mit folgendem Befehl erzeugt werden:
 
 @example
+EPS
+
 lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts   Dateiname.ly
-@end example
 
-@noindent
-eine @file{PNG}-Datei mittels:
+PNG
 
-@example
 lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png Dateiname.ly
+
+Ein transparentes PNG
+
+lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts \
+  -dpixmap-format=pngalpha --png myfile.ly
 @end example