]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
Remove obsolete command line option
[lilypond.git] / scripts / lilypond-book.py
index 433bea20111bafb22a54dfe37a907bf7961aed8c..ad33822bb36e81b9fb1f6cd71545a42d14d4ba91 100644 (file)
@@ -183,11 +183,6 @@ def get_option_parser ():
                   help=_ ("create PDF files for use with PDFTeX"),
                   default=False)
 
-    p.add_option ('', '--psfonts', action="store_true", dest="psfonts",
-                  help=_ ('''extract all PostScript fonts into INPUT.psfonts for LaTeX
-must use this with dvips -h INPUT.psfonts'''),
-                  default=None)
-
     p.add_option ('-V', '--verbose', help=_ ("be verbose"),
                   action="store_true",
                   default=False,