On Fri, 11 Jul 2003 10:12:09 +0000, Luis Pablo Gasparotto 
<[EMAIL PROTECTED]> wrote:
>Jean-Francois Moine wrote:
>
>>On Thu, 3 Jul 2003 01:23:11 +0200 (CEST), 
>>=?iso-8859-1?q?Forgeot=20Eric?= <[EMAIL PROTECTED]> wrote:
>>  
>>
>>>>Is it possible to instruct (or modify) abcm2ps to
>>>>create pure "black and white" PS output (without gray
>>>>values) and to draw the staff lines as thin as
>>>>possible? This way the output would look much clearer
>>>>on the web.
>>>>      
>>Better use:
>>
>>    %%postscript /dlw {0.5 setlinewidth} bdef
>>
>>in the ABC file.
>>
>The problem with this is that dlw affects a lot of graphics.

Then, replace only the function staff:

%%postscript /staff{
%%postscript   0.5 setlinewidth dup 0 RL dup neg 6 RM
%%postscript   dup 0 RL dup neg 6 RM
%%postscript   dup 0 RL dup neg 6 RM
%%postscript   dup 0 RL dup neg 6 RM
%%postscript   0 RL stroke}!

-- 
Ken ar c'henta� |             ** Breizh ha Linux atav! **
                |               http://moinejf.free.fr/
P�p� Jef        |               mailto:[EMAIL PROTECTED]
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html

Reply via email to