Re: \eps-file error

2016-08-30 Thread Federico Bruni
Ok, thanks! Il giorno mar 30 ago 2016 alle 18:24, Pierre Perol-Schneider ha scritto: Hi Federico, The unit is the same as in markups command. Try : \version "2.19.46" \markuplist { \epsfile #X #20 #"test.eps" \override #'(thickness . 5) \draw-line #'(20 . 0) } HTH, Pierre 2016-08-30

Re: \eps-file error

2016-08-30 Thread Pierre Perol-Schneider
Hi Federico, The unit is the same as in markups command. Try : \version "2.19.46" \markuplist { \epsfile #X #20 #"test.eps" \override #'(thickness . 5) \draw-line #'(20 . 0) } HTH, Pierre 2016-08-30 17:18 GMT+02:00 Federico Bruni : > Il giorno lun 29 ago 2016 alle 18:32, Graham King < >

Re: \eps-file error

2016-08-30 Thread Federico Bruni
Il giorno lun 29 ago 2016 alle 18:32, Graham King 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

Re: \eps-file error

2016-08-29 Thread David Kastrup
Federico Bruni writes: > What's wrong with the following code? > > \version "2.19.46" > \markup { > \eps-file #X #0 #"test.eps" > } > > Find attached the EPS file. > > Here's the error: > > Processing `/tmp/eps-test.ly' > Parsing... > /tmp/eps-test.ly:3:3: error: unknown escaped string: `\eps-fi

Re: \eps-file error

2016-08-29 Thread Graham King
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. HTH -- Graham __