lilypond-user
[Top][All Lists]
Advanced

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

Re: print log content to a pdf


From: David Wright
Subject: Re: print log content to a pdf
Date: Sun, 21 Nov 2021 21:02:44 -0600
User-agent: Mutt/1.10.1 (2018-07-13)

On Sun 21 Nov 2021 at 16:01:43 (-0500), ming tsang wrote:

> The following lilypond code
> 
> #(ly:font-config-display-fonts)
> 
> generate a log output.
> 
> Is it possible to generate a pdf by lilypond?

$ lilypond your-fontname-generator-code.ly > fontslist
$ edit fontslist (because there's other stuff in the file)
$ paps fontslist --header | ps2pdf - fontslist.pdf

AFAICT LP typesets /music/ into PDF files, but not its log output.

Cheers,
David.



reply via email to

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