From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Tue, 13 Jan 2004 11:23:36 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: release/2.1.23~252
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=33e47ae098ad73db17bc1cbcc4f0c4dd4bb9714f;p=lilypond.git

*** empty log message ***
---

diff --git a/scripts/lilypond.py b/scripts/lilypond.py
index 39a70516c6..9d34ad5c6a 100644
--- a/scripts/lilypond.py
+++ b/scripts/lilypond.py
@@ -438,7 +438,7 @@ def global_latex_preamble (extra):
 		linewidth = '597pt'
 	else:
 		linewidth = '%d%s' % (maxlw, unit)
-	s = s + '\geometry{%swidth=%s%s,includehead,bottom=12mm,headsep=2mm,top=12mm,headheight=2mm,footskip=2mm,%s}\n' % (papersize, linewidth, textheight, orientation)
+	s = s + '\geometry{%swidth=%s%s,includehead,bottom=20mm,headsep=2mm,top=12mm,headheight=2mm,footskip=2mm,%s}\n' % (papersize, linewidth, textheight, orientation)
 
 
 	if 'twoside' in  extra['latexoptions'] :