lilypond-user
[Top][All Lists]
Advanced

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

Re: \epsfile


From: Andrew Bernard
Subject: Re: \epsfile
Date: Fri, 15 Nov 2019 21:09:45 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

I think the doc is a bit misleading. Axis is technically a number, but it's really #X or #Y, and the following number is that the image is scaled along the specified axis to size, a number.

\markup {
  \general-align #Y #DOWN {
    \epsfile #X #20 #"context-example.eps"
    \epsfile #Y #20 #"context-example.eps"
  }
}

The example is clearer than the text. 

Andrew



On 15/11/19 8:47 pm, Martin Tarenskeen wrote:

I don't quite understand what "axis (number)" means and how it works. I can reproduce the examples, using my own images, but would like to understand the values better.


reply via email to

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