From: Han-Wen Nienhuys Date: Sat, 30 Dec 2006 14:58:03 +0000 (+0100) Subject: thinko: default padding should be positive too. X-Git-Tag: release/2.11.6-1~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=93f80ef781cba6cee839e8736a1a119cee2114a1;p=lilypond.git thinko: default padding should be positive too. --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 340c1f0e44..89a974879e 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -144,7 +144,7 @@ def get_option_parser (): dest="padding_mm", help="Pad left side of music to align music inspite of uneven bar numbers. (in mm)", type="float", - default=-3.0) + default=3.0) p.add_option ("-o", '--output', help=_ ("write output to DIR"), metavar=_ ("DIR"),