From: hanwen Date: Tue, 13 Jan 2004 11:23:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.1.9~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9020bf1dabd771879066e91ae6dc94db87723763;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'] :