lilypond-user
[Top][All Lists]
Advanced

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

Re: EPS


From: Mats Bengtsson
Subject: Re: EPS
Date: Wed, 22 Jun 2005 10:20:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511



Thomas Scharkowski wrote:
How can I make LilyPond output .EPS files for insertion into page
layout programs like InDesign?

Thanks,
Basil


I found this in the archive:

dvips -u lilypond.map -E myScore.dvi -o myScore.eps

it works for LilyPond 2.4.6 (cygwin).

Yes, but if the score has any lyrics or textual indications, they
will be typeset with bitmapped fonts. If you want vector fonts,
I would recommend
dvips -E -Ppdf -u+lilypond -u+ec-mftrace myScore.dvi -o myScore.eps

(If you find it hard to remember all these flags, just run
lilypond --verbose to see what flags it uses when calling dvips,
then just use 'man dvips' to find out about the -E flag.)

If the score is a single line, it's easier to use
lilypond --preview myScore.ly
and use the resulting myScore.preview.ps directly as an EPS file.


   /Mats




reply via email to

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