From 4e1ff4ddb52a62bd3a134bbd2689a3f7c16da4b7 Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 9 Sep 2003 23:02:11 +0000 Subject: [PATCH] *** empty log message *** --- scripts/lilypond.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/lilypond.py b/scripts/lilypond.py index a16dc0cf8a..b53a812cc5 100644 --- a/scripts/lilypond.py +++ b/scripts/lilypond.py @@ -433,8 +433,7 @@ def global_latex_preamble (extra): s = s + '\geometry{width=%s%s,headheight=2mm,footskip=2mm,%s}\n' % (linewidth, textheight, orientation) - if extra['latexoptions'] \ - and string.find (extra['latexoptions'], 'twoside') >= 0: + if 'twoside' in extra['latexoptions'] : s = s + '\geometry{twosideshift=4mm}\n' s = s + r''' -- 2.39.2