bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: my favorite bug :-) (fwd)


From: Masamichi HOSODA
Subject: Re: my favorite bug :-) (fwd)
Date: Fri, 01 May 2015 18:29:10 +0900 (JST)

> Did you know it is not possible/allowed to name a lilypond file
> "align.ly" or "lines.ly"? On my Fedora system I can find all the names
> that suffer from this bug by typing
> 
> #ls /usr/share/ghostscript/9.15/lib/*.ps
> 
> all these filenames (minus .ps) can not be used as lilypond inputfiles
> (plus .ly)
> 
> for example create a file "lines.ly" with a minimal content
> 
> \version "2.19.19"
> {c' d' e' f'}
> 
> and compile ...
> 
> Fortunately there are no prelude.ps, etude.ps, or sonata.ps in the
> ghostscript files ;-)

In my cygwin64 environment, I've reproduced it.
(I've installed lilypond by cygwin64 setup in the environment.)

And, the following commands also has been reproduced it.

$ lilypond -f ps lines.ly
$ ps2pdf14 lines.ps lines.pdf

On the other hand, the following commands has not been reproduced it.

$ lilypond -f ps lines.ly
$ ps2pdf14 `pwd`/lines.ps lines.pdf

Perhaps it's a ghostscript's bug.
(ps2pdf14 is ghostscript included command.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]