X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Flilypond-book.py;h=cf51582dd58ac952d6200f986059799cc3677d88;hb=992f7fc4310a5e96d8f9632a9bd78f163003f18a;hp=09eefff340c2322be5dd50b53770ad8661d2d5cb;hpb=c5a3f0c024f4cb629811cff9eb04abff36e94138;p=lilypond.git diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 09eefff340..cf51582dd5 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -101,7 +101,7 @@ def warranty (): %s %s -''' % ( _ ('Copyright (c) %s by') % '2001--2006', +''' % ( _ ('Copyright (c) %s by') % '2001--2007', ' '.join (authors), _ ("Distributed under terms of the GNU General Public License."), _ ("It comes with NO WARRANTY."))) @@ -140,7 +140,7 @@ def get_option_parser (): p.add_option ('-P', '--process', metavar=_ ("COMMAND"), help = _ ("process ly_files using COMMAND FILE..."), action='store', - dest='process_cmd', default='lilypond -b eps') + dest='process_cmd', default='lilypond -dbackend=eps') p.add_option ('--pdf', action="store_true", dest="create_pdf",