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.10.6-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55d3b2ee727d4b36d7e33ef4e259a9ff83da0c3c;p=lilypond.git thinko: default padding should be positive too. --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 12b97b78fb..eb9d5bb41d 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -145,7 +145,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",