From: Mats Bengtsson Date: Fri, 13 Sep 2002 15:27:02 +0000 (+0000) Subject: * ly/a3-init.ly, scripts/ly2dvi.py (ly_paper_to_latexpaper): X-Git-Tag: release/1.6.3~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed5fe328d97993379edef9e785a0662ed532f16a;p=lilypond.git * ly/a3-init.ly, scripts/ly2dvi.py (ly_paper_to_latexpaper): Add support for A3 paper. --- diff --git a/ly/a3-init.ly b/ly/a3-init.ly new file mode 100644 index 0000000000..4685cedbc4 --- /dev/null +++ b/ly/a3-init.ly @@ -0,0 +1,5 @@ +\version "1.5.68" +% a3-init.ly + +hsize = 296.9 \mm +vsize = 420.0 \mm diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index 0c3dd95158..1dfae03313 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -612,6 +612,7 @@ def one_latex_definition (defn, first): ly_paper_to_latexpaper = { 'a4' : 'a4paper', 'letter' : 'letterpaper', + 'a3' : 'a3paper' } #TODO: should set textheight (enlarge) depending on papersize.