]> git.donarmstrong.com Git - lilypond.git/commitdiff
thinko: default padding should be positive too.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Dec 2006 14:58:03 +0000 (15:58 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Dec 2006 14:58:03 +0000 (15:58 +0100)
scripts/lilypond-book.py

index 340c1f0e442910a7ffbf932c50675c0314da2c7f..89a974879e22128165354704774a373f07ef384a 100644 (file)
@@ -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"),