\postscript in \markup

2005-01-10 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Hi, > > Trying to add some culs-de-lampe (drawn with METAPOST) to a score, > I look on file-inclusion in textmarkup, but don't see anything. So, > I try to add postscript code from my eps file (removing header) like this : > > \version "2.5.6" > \markup{ "\embeddedps{

\postscript in \markup

2005-01-10 Thread =?ISO-8859-1?Q?Aur=E8le_Duda?=
Hi, Trying to add some culs-de-lampe (drawn with METAPOST) to a score, I look on file-inclusion in textmarkup, but don't see anything. So, I try to add postscript code from my eps file (removing header) like this : \version "2.5.6" \markup{ "\embeddedps{ my ps code }" } and it works very nicely. Bu