]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/ly2dvi.itexi
release: 1.3.147
[lilypond.git] / Documentation / user / ly2dvi.itexi
index abb6dc2f2b63e17a1f0770b11a5e1c7d98ca97de..fb08e7be110f4d202eda26791f6d53d66e654dc7 100644 (file)
@@ -40,7 +40,7 @@ files. The temporary directory is created in the current directory as @code{ly2d
     Also generate PostScript output.
 @item -s,--set=@var{KEY}=@var{VAL}
     Add @var{key}= @var{val} to the settings, overriding those specified
-in the files. Possible keys: language, latexheaders, latexpackages,
+in the files. Possible keys: language, latexheaders, latexpackages, latexoptions,
 papersize, pagenumber, linewidth, orientation, textheight.
 @item -v,--version
 Show version information 
@@ -75,6 +75,9 @@ generate titling:
     Name of the instrument, centered below the arranger
 @item piece
     Name of the piece, leftflushed below the instrument
+@item tagline
+    Line to print at the bottom of last page.  Default: ``Lily was here,
+@var{version-number}''.
 @end table
 
 
@@ -102,6 +105,9 @@ so you can add multiple packages using multiple @code{-s=latexpackages} options.
        Normally read from the @code{\header} block. Default value:
 @code{geometry}.
 
+@item latexoptions
+    Specify additional options for the La@TeX{} @code{\documentclass}. You can put any valid value here. This was designed to allow ly2dvi to produce output for double-sided paper, with balanced margins and pagenumbers on alternating sides. To achieve this specify @code{twoside}
+
 @item orientation
     Set orientation. Choices are @code{portrait} or @code{landscape}. Is
 read from the @code{\paper} block, if set.