> 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.) _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond