lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond-book not honoring --psfonts?


From: Karl Hammar
Subject: Re: lilypond-book not honoring --psfonts?
Date: Tue, 8 Apr 2008 00:39:39 +0200 (CEST)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]