>>>>> "-" == -Eluze  <[email protected]> writes:

    -> is it possible (and how) to redirect the generated list to a
    -> special file?

ly:font-config-display-fonts seems to rely on side-effects, just
returning #<unspecified>, so not much hope there.

There is a hacky way to redirect stderr inside lilypond though:

#(begin (ly:stderr-redirect "./fontlist.lst" "w")
        (ly:font-config-display-fonts))


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to