lilypond-user
[Top][All Lists]
Advanced

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

Re: \eps-file error


From: Federico Bruni
Subject: Re: \eps-file error
Date: Tue, 30 Aug 2016 17:18:03 +0200

Il giorno lun 29 ago 2016 alle 18:32, Graham King <address@hidden> ha scritto:
On Mon, 2016-08-29 at 18:15 +0200, Federico Bruni wrote:
\version "2.19.46"
\markup {
  \eps-file #X #0 #"test.eps"
}

\eps-file should be \epsfile (no dash). After that, test.eps throws an error on my system, but your mileage may vary.

You are right, I misread the doc.
It didn't work because I set the size to 0 (in my mind it was the X position.. definitely I had reading problems yesterday). So this works:

\markup {
 \epsfile #X #20 #"test.eps"
}

I'm curious to know: what's the unit of the size? (in this case #20)




reply via email to

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