]> 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:20 +0000 (15:58 +0100)
scripts/lilypond-book.py

index 12b97b78fb74c787c75f8740d8c5765bb7d52bea..eb9d5bb41db7b7a446d093310545caddfaa3c634 100644 (file)
@@ -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",