X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Flilypond-book.py;h=16f1241af0791fa9e36b327242d4ef16da712f62;hb=ef9512388b15e1e5e2b3592299ffe489ac43abb4;hp=f38fb4f7e38d5ec62e46b319f1cd174269448e20;hpb=324ff94afc62c7011b7377f24392f95391ed3b84;p=lilypond.git diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index f38fb4f7e3..16f1241af0 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -112,7 +112,7 @@ def warranty (): %s %s -''' % ( _ ('Copyright (c) %s by') % '2001--2014', +''' % ( _ ('Copyright (c) %s by') % '2001--2015', '\n '.join (authors), _ ("Distributed under terms of the GNU General Public License."), _ ("It comes with NO WARRANTY."))) @@ -154,7 +154,7 @@ def get_option_parser (): p.add_option ('--left-padding', metavar=_ ("PAD"), dest="padding_mm", - help=_ ("pad left side of music to align music inspite of uneven bar numbers (in mm)"), + help=_ ("pad left side of music to align music in spite of uneven bar numbers (in mm)"), type="float", default=3.0)