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.