]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove tex and texstr backends (part 2).
authorWerner Lemberg <wl@gnu.org>
Mon, 8 Dec 2008 08:22:23 +0000 (09:22 +0100)
committerWerner Lemberg <wl@gnu.org>
Mon, 8 Dec 2008 08:22:23 +0000 (09:22 +0100)
This is the second and last part to clean up the documentation for both
English and German.

Documentation/de/user/running.itely
Documentation/user/running.itely

index b2185de99e5f1e5f5914f96df4d2a2030de7b67a..8ad8c6bf3d7e3644b89e2ca59a146455fd5ce70f 100644 (file)
@@ -137,7 +137,7 @@ Am Beginn der @file{.ly}-Datei muss dann das @code{guile-user} Modul noch gelade
 
 @item -f,--format=@var{Format}
 Bestimmt das Ausgabeformat. Mögliche Werte von @var{Format} sind
-@code{svg}, @code{ps}, @code{pdf}, @code{png}, @code{tex} und @code{dvi}.
+@code{svg}, @code{ps}, @code{pdf} und @code{png}.
 
 Beispiel: @code{lilypond -fpng @var{Dateiname}.ly}
 
@@ -202,8 +202,7 @@ abgeleitet und fügt noch zahlreiche weitere erlaubte Funktionen der
 LilyPond Programm-Schnittstelle hinzu. Diese Funktionen sind in 
 @file{scm/@/safe@/-lily@/.scm} angegeben.
 
-Zusätzliche verbietet der sichere Modus auch @code{\include} Befehle sowie
-die Benutzung eines Backslashs in @TeX{} Zeichenketten.
+Zusätzliche verbietet der sichere Modus auch @code{\include} Befehle.
 
 Im sicheren Modus ist es nicht möglich, LilyPond-Variablen nach Scheme 
 zu exportieren.
@@ -224,15 +223,6 @@ Einrichtung.
 Gibt an, welches Ausgabeformat das LilyPond Backend benutzt. Mögliche Werte
 für diese Option sind:
 @table @code
-@item tex
-@TeX{}-Ausgabeformat, das mit La@TeX{} weiterverarbeitet werden kann. Falls sie
-existiert, wird die Datei @file{file.textmetrics} gelesen, um die Textweiten 
-zu bestimmen.
-@item texstr
-Schreibt alle Zeichenketten in eine @file{.texstr}-Datei, die mit (La)@TeX{}
-verarbeitet werden kann, um eine @code{.textmetrics}-Datei mit den Textweiten
-zu erstellen. @strong{Achtung:} Diese Funktionalität ist momentan nicht 
-verfügbar, da der Quellcode stark umstrukturiert wurde.
 @item ps
 PostScript-Ausgabeformat.
 
@@ -303,15 +293,11 @@ Standardwert ist @file{init.ly}.
 @item -o,--output=@var{DATEI}
 Schreibt das Ergebnis der Verarbeitung mit LilyPond in die Ausgabedatei
 @var{DATEI}. Die entsprechende Dateinamenserweiterung wird angehängt (z.B. 
-@code{.pdf} für pdf, @code{.tex} für tex, etc.).
+@code{.pdf} für pdf).
 
 @item --ps
 Erzeugt PostScript.
 
-@item --dvi
-Erzeugt DVI-Dateien. In diesem Fall sollte das @TeX{}-Backend angegeben werden,
-d.h. auch @code{-dbackend=tex}.
-
 @item --png
 Erzeugt eine Grafik-Datei im PNG-Format von jeder Seite. Diese Option
 impliziert auch @code{--ps}. Die Auflösung in DPI der Grafik kann festgelegt
index 0bbd4d14bb75befa94fc4b698639a762658b2e33..32c9bb49c88ad885d7b87f1529b7ef3365514db3 100644 (file)
@@ -130,7 +130,7 @@ at the top of the @code{.ly} file.
 
 @item -f,--format=@var{format}
 which formats should be written.  Choices for @code{format} are
-@code{svg}, @code{ps}, @code{pdf}, @code{png}, @code{tex}, @code{dvi}.
+@code{svg}, @code{ps}, @code{pdf}, and @code{png}.
 
 Example: @code{lilypond -fpng @var{filename}.ly}
 
@@ -211,14 +211,6 @@ requires more work to set up.
 @item backend
 the output format to use for the back-end.  Choices for @code{format} are
 @table @code
-@item tex
-for @TeX{} output, to be processed with La@TeX{}.  If present, the file
-@file{file.textmetrics} is read to determine text extents.
-@item texstr
-dump text strings to @file{.texstr} file, which can be run through
-(La)@TeX{}, resulting in a @code{.textmetrics} file, which contains the
-extents of strings of text.  @strong{Warning:} this functionality is
-currently missing due to heavy restructuring of the source code.
 @item ps
  for PostScript.
 @cindex PostScript output
@@ -279,16 +271,11 @@ Set init file to @var{file} (default: @file{init.ly}).
 
 @item -o,--output=@var{FILE}
 Set the default output file to @var{FILE}.  The appropriate
-suffix will be added (i.e. @code{.pdf} for pdf, @code{.tex}
-for tex, etc).
+suffix will be added (e.g. @code{.pdf} for pdf)
 
 @item --ps
 Generate PostScript.
 
-@item --dvi
-Generate DVI files.  In this case, the @TeX{} backend should be
-specified, i.e., @code{-dbackend=tex}.
-
 @item --png
 Generate pictures of each page, in PNG format.  This implies
 @code{--ps}.  The resolution in DPI of the image may be set with