]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/man/ly2dvi.pod
release: 0.1.61
[lilypond.git] / Documentation / man / ly2dvi.pod
index 60968cf9d5b3eddb10ec99796654a7cec4a9d1c8..7e585743e78a52f210da7718974df2b61723fd63 100644 (file)
@@ -27,32 +27,46 @@ Set debug mode. There are two levels - in level one some debug
 info is written, in level two the command C<set -x> is run, which
 echoes every command in the ly2dvi script.
 
+=item B<-H,--headers=>
+
+Name of additional LaTeX headers file. This is included in the
+tex file at the end of the headers, last line before \begin{document}
+
+=item B<-K,--keeplilypond>
+
+Keep LilyPond output after the run.
+
+=item B<-L,--landscape>
+
+Set landscape orientation - portrait is the default.
+(C<-L> produces C<\usepackage[landscape]{article}>)
+
+=item B<-N,--nonumber>
+
+Switch off page numbering.
+
 =item B<-O,--orientation=>
 
 Set orientation - portrait is the default.
 (C<-O> landscape produces C<\usepackage[landscape]{article}>)
 
-=item B<-o,--output=>
-
-Set output directory.
-
 =item B<-h,--help>
 
 Print help.
 
-=item B<-k,--keep>
+=item B<-k,--keeply2dvi>
 
 Keep the LaTeX file after the run.
 
-=item B<-K>
-
-Keep LilyPond output after the run.
-
-=item B<-l,--language>
+=item B<-l,--language=>
 
 Specify LaTeX language.
 (C<-l norsk> produces C<\usepackage[norsk]{babel}>).
 
+=item B<-o,--output=>
+
+Set output directory.
+
 =item B<-p,--papersize=>
 
 Specify papersize.
@@ -73,22 +87,26 @@ file. They are overridden by corresponding command line options.
 
 =over 5
 
-=item B<papersize>
+=item B<language="";>
 
-Specify papersize.
+Specify LaTeX language
 
-=item B<orientation>
+=item B<latexheaders="";>
 
-Set orientation.
+Specify additional LaTeX headers file
 
-=item B<language>
+=item B<orientation="";>
 
-Specify LaTeX language
+Set orientation.
 
-=item B<paperlinewidth>
+=item B<paperlinewidth="";>
 
 Specify the width (pt, mm or cm) of the printed lines.
 
+=item B<papersize="";>
+
+Specify papersize.
+
 =back
 
 =head1 ENVIRONMENT
@@ -143,27 +161,31 @@ In the current version the following are allowed:
 
 =over 5
 
-=item B<ORIENTATION>
+=item B<LANGUAGE=>
 
-Set orientation - portrait is the default.
+Specify LaTeX language.
 
-=item B<LANGUAGE>
+=item B<LATEXHF=>
 
-Specify LaTeX language.
+Specify additional LaTeX headers file
 
-=item B<OUTPUTDIR>
+=item B<LILYINCLUDE=>
 
-Set output directory.
+Additional directories for input files.
 
-=item B<PAPERSIZE>
+=item B<ORIENTATION=>
 
-Specify papersize.
+Set orientation - portrait is the default.
 
-=item B<LILYINCLUDE>
+=item B<OUTPUTDIR=>
 
-Additional directories for input files.
+Set output directory.
 
-=item B<TMP>
+=item B<PAPERSIZE=>
+
+Specify papersize.
+
+=item B<TMP=>
 
 Temporary directory name.