]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
Use GUILE's native hash tables.
[lilypond.git] / scripts / lilypond-book.py
index 09eefff340c2322be5dd50b53770ad8661d2d5cb..cf51582dd58ac952d6200f986059799cc3677d88 100644 (file)
@@ -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 -eps')
+                  dest='process_cmd', default='lilypond -dbackend=eps')
     p.add_option ('--pdf',
                   action="store_true",
                   dest="create_pdf",