From 55d3b2ee727d4b36d7e33ef4e259a9ff83da0c3c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 30 Dec 2006 15:58:03 +0100 Subject: [PATCH] thinko: default padding should be positive too. --- scripts/lilypond-book.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5