]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ly/a3-init.ly, scripts/ly2dvi.py (ly_paper_to_latexpaper):
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 13 Sep 2002 15:27:02 +0000 (15:27 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 13 Sep 2002 15:27:02 +0000 (15:27 +0000)
Add support for A3 paper.

ly/a3-init.ly [new file with mode: 0644]
scripts/ly2dvi.py

diff --git a/ly/a3-init.ly b/ly/a3-init.ly
new file mode 100644 (file)
index 0000000..4685ced
--- /dev/null
@@ -0,0 +1,5 @@
+\version "1.5.68"
+% a3-init.ly
+
+hsize = 296.9 \mm
+vsize = 420.0 \mm
index 0c3dd95158dfe31d7926b459408948cfa4ba7b84..1dfae0331396132ae7dca6d51b624bc4a29bcc59 100644 (file)
@@ -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.