From 93f80ef781cba6cee839e8736a1a119cee2114a1 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 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"), -- 2.39.5