From 9020bf1dabd771879066e91ae6dc94db87723763 Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 13 Jan 2004 11:23:36 +0000 Subject: [PATCH] *** empty log message *** --- scripts/lilypond.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] : -- 2.39.5