Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-12 Thread Laura Conrad

> "Nathan" == Nathan Weston <[EMAIL PROTECTED]> writes:

Nathan> Has anyone been able to get abc2ps working under debian? I
Nathan> had it working fine under redhat 7, but I am trying to
Nathan> switch to debian, and it appears to be producing bad pdf
Nathan> files. pstopnm gives me the following errors (which appear
Nathan> to be originating from ghostscript):

I usually convert my ps files to pdf via ps2pdf.  Have you tried that?


-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-12 Thread Anselm Lingnau

Nathan Weston <[EMAIL PROTECTED]> writes:

> Has anyone been able to get abc2ps working under debian? I had it working 
> fine under redhat 7, but I am trying to switch to debian, and it appears to 
> be producing bad pdf files.

Have you tried the abc2ps package which is part of the Debian GNU/Linux 
distribution, or have you compiled your own source code? I maintain the 
Debian abc2ps package and would be interested in working with you to 
get any bugs in that package ironed out.

Anselm
-- 
Anselm Lingnau .. [EMAIL PROTECTED]
Portability is for people who cannot write new programs :-)   -- Linus Torvalds

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-12 Thread D-Man

On Thu, Jul 12, 2001 at 10:08:03PM +0200, Anselm Lingnau wrote:
| Nathan Weston <[EMAIL PROTECTED]> writes:
| 
| > Has anyone been able to get abc2ps working under debian? I had it working 
| > fine under redhat 7, but I am trying to switch to debian, and it appears to 
| > be producing bad pdf files.
| 
| Have you tried the abc2ps package which is part of the Debian GNU/Linux 
| distribution, or have you compiled your own source code? I maintain the 
| Debian abc2ps package and would be interested in working with you to 
| get any bugs in that package ironed out.

I used it.  Thanks for the great package!  The only problem I had was
the output was only for A4 paper, but my printer has letter paper.

-D

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-13 Thread Frank Nordberg



Anselm Lingnau wrote:

> 
> ...
> I maintain the Debian abc2ps package
...

Is there an URL I should have added to the abc applications database here?


Frank


To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-13 Thread Anselm Lingnau

D-Man <[EMAIL PROTECTED]> writes:

> I used it.  Thanks for the great package!  The only problem I had was
> the output was only for A4 paper, but my printer has letter paper.

This should be easy to fix with an appropriate format file. There are 
examples and explanations in /usr/share/doc/abc2ps.

Anselm
-- 
Anselm Lingnau .. [EMAIL PROTECTED]
Maybe this world is another planet's Hell. -- Aldous Huxley

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-13 Thread John Chambers

D-Man wrote:
| On Thu, Jul 12, 2001 at 10:08:03PM +0200, Anselm Lingnau wrote:
| | Have you tried the abc2ps package which is part of the Debian GNU/Linux
| | distribution, or have you compiled your own source code? I maintain the
| | Debian abc2ps package and would be interested in working with you to
| | get any bugs in that package ironed out.
|
| I used it.  Thanks for the great package!  The only problem I had was
| the output was only for A4 paper, but my printer has letter paper.

One thing I've found useful is to change the default page  dimensions
to the intersection of these two page standards.  Here's what's in my
abc2ps.h file:

/*
* basic page dimensions in cm. Two useful page sizes:
*   29.7x17.4 is ISO D8
*   28.0x18.7 is US letter
* Our default is the smaller of each dimension.
* All of these can be overruled with a .fmt file.
*/
#define PAGEHEIGHT  28.0
#define LEFTMARGIN   1.5
#define STAFFWIDTH  17.4


This isn't ideal for either page size, but has the benefit  that  the
music  probably won't get clipped or have holes punched through notes
on either margin.  And the page sizes are similar  enough  that  most
users won't notice a problem.

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-13 Thread Anselm Lingnau

Frank Nordberg <[EMAIL PROTECTED]> writes:

> > I maintain the Debian abc2ps package
> ...
> 
> Is there an URL I should have added to the abc applications database here?

I don't know. Debian GNU/Linux users will find it on their CDs or in the
obvious places on the Debian net servers (and if you're online and have
your system set up correctly `apt-get install abc2ps' is all you're
going to have to say to obtain the current version), and the package is
probably not much use to others.

Anselm
-- 
Anselm Lingnau .. [EMAIL PROTECTED]
A lawyer without history or literature is a mechanic, a mere working mason; if
he possesses some knowledge of these, he may venture to call himself an
architect. -- Sir Walter Scott, *Guy Mannering*

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-13 Thread Frank Nordberg



John Chambers wrote:
...
> 
> This isn't ideal for either page size, but has the benefit  that  the
> music  probably won't get clipped or have holes punched through notes
> on either margin.  And the page sizes are similar  enough  that  most
> users won't notice a problem.

I don't know how to say this in postscript ;-) but here's what I use for
the PDf files at Musica Viva:

Page size: A 4 (29.7x21 cm)
Page margins: 0.5 cm top, 1.2 cm each side 2 cm bottom

This seems to produce acceptable prints both on A4 and US letter paper.


Frank

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-13 Thread D-Man

On Fri, Jul 13, 2001 at 11:05:57AM +0200, Frank Nordberg wrote:
| Anselm Lingnau wrote:
| > ...
| > I maintain the Debian abc2ps package
| ...
| 
| Is there an URL I should have added to the abc applications database here?

Ditto what Anselm said (apt-get install worked great for me), but if
you really want a URL these 3 should do :

http://packages.debian.org/stable/text/abc2ps.html
http://packages.debian.org/testing/text/abc2ps.html
http://packages.debian.org/unstable/text/abc2ps.html

The difference is simply which Debian distribution the package is in
(they're actually all the same version of abc2ps right now).  In fact,
the search page on packages.debian.org was where I looked first after
I found out about abc :-).

-D

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] abc2ps under debian GNU/Linux

2001-07-13 Thread root

Oops... turned out I was missing the gs-fonts package (which is recommended, 
not required, by gs). I am new to debian and still getting the hang of the 
different levels of dependencies. 

Incidentally, I was running from source, not having realized that there was a 
debian package, but I switched over to the .deb.

Thanks,
Nathan

On Thursday 12 July 2001 04:08 pm, you wrote:
> Nathan Weston <[EMAIL PROTECTED]> writes:
> > Has anyone been able to get abc2ps working under debian? I had it working
> > fine under redhat 7, but I am trying to switch to debian, and it appears
> > to be producing bad pdf files.
>
> Have you tried the abc2ps package which is part of the Debian GNU/Linux
> distribution, or have you compiled your own source code? I maintain the
> Debian abc2ps package and would be interested in working with you to
> get any bugs in that package ironed out.
>
> Anselm
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html