]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly2dvi.pod
release: 0.1.50
[lilypond.git] / Documentation / ly2dvi.pod
index 7c2132b7771b4df703ad3fce55d081c2de989039..c9a749d710e513d4fe38f55e7511613e2ef0c091 100644 (file)
@@ -9,12 +9,12 @@ ly2dvi - convert mudela to DVI
 =head1 DESCRIPTION
 
 ly2dvi is a shell script which creates input file for LaTeX,
-based on information from the output file(s) from lilypond.
+based on information from the output files from lilypond.
 The script handles multiple files. If a mudela file name is
 specified lilypond is run to make an output (TeX) file.
 
 One or more LaTeX files are created, based on information found
-in the output (TeX) file(s), and latex is finally run to create
+in the output (TeX) files, and latex is finally run to create
 one or more DVI files.
 
 =head1 OPTIONS
@@ -93,11 +93,11 @@ Specify the width (pt, mm or cm) of the printed lines.
 
 =item B<LILYINCLUDE>
 
-Additional directories for the input file(s).
+Additional directories for input files.
 
 =item B<TMP>
 
-Temporary directory. Default is /tmp
+Temporary directory name. Default is /tmp
 
 =back
 
@@ -131,9 +131,43 @@ Name of the instrument, leftflushed at same level as the composer.
 
 =back
 
+F</usr/local/share/lilyrc /etc/lilyrc $HOME/.lilyrc ./.lilyrc>
+are files to set up default running conditions/variables, Bourne shell
+syntax. All files are parsed, in the shown sequence. The variables are
+overridden by variables in the mudela file, and by command line options.
+In the current version the following are allowed:
+
+=over 5
+
+=item B<ORIENTATION>
+
+Set orientation - portrait is the default.
+
+=item B<LANGUAGE>
+
+Specify LaTeX language.
+
+=item B<OUTPUTDIR>
+
+Set output directory.
+
+=item B<PAPERSIZE>
+
+Specify papersize.
+
+=item B<LILYINCLUDE>
+
+Additional directories for input files.
+
+=item B<TMP>
+
+Temporary directory name.
+
+=back
+
 =head1 SEE ALSO
 
-lilypond(1), TeX, LaTeX
+lilypond(1), tex(1), latex(1)
 
 =head1 AUTHOR