Trevor:
> Is the lilypond-book distributed with 2.11.43.2 refusing to honor --psfonts?
> Or am I doing something wrong? Under Mac OS 10.5.2. Example:

It seems still to be an option

  $ grep -C3 psfonts out/bin/lilypond-book 
                    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"),
  $

But it is not used later in the program.

Compare to 2.10.33 which contains:

  ...
        if global_options.psfonts:
            fontextract.verbose = global_options.verbose
            snippet_chunks = filter (lambda x: is_derived_class (x.__class__,
                                       Lilypond_snippet),
                        chunks)
  ...

So 2.11.43 honors --psfonts, but like a 'no action'.

Regards,
/Karl




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to