>> The bug would be fixed if lilypond would make ghostscript use a
>> complete path to the intermediate lines.ps file for the ps to pdf
>> conversion.
> 
> Does anyone know how to convert from any path (relative and absolute path)
> to absolute path in scheme (guile) ?

When the following command is used,
lilypond uses the absolute (complete) path to the intermediate files.

$ lilypond -dgui `pwd`/lines.ly

It works fine.

However, I think that the "intermediate" file should be temporary
by mkstemp etc.
If lilypond uses mkstemp generated temporary file,
this ghostscript problem will not occur.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to