lilypond-user
[Top][All Lists]
Advanced

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

setting --png in an .ly file (without using command line)?


From: Mark Polesky
Subject: setting --png in an .ly file (without using command line)?
Date: Sat, 27 Sep 2008 11:57:21 -0700 (PDT)

When I want .png output, I usually type something like this
in the command line:

lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts
--png my_file.ly

Is it possible to do all of this from inside the .ly file?
Using the ly:set-option command, I can do most of it:

#(ly:set-option 'backend 'eps)
#(ly:set-option 'gs-load-fonts #f)
#(ly:set-option 'include-eps-fonts #t)

But I can't figure out how to set --png from within the file.
Can I?

Thanks,
Mark



      




reply via email to

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