Mats Bengtsson wrote:
Han-Wen Nienhuys wrote:
> Mats Bengtsson wrote:
>
>> Just came to think of it! Something I haven't done before the release.
>>
>
> can you remove the cat > lily-tmp.tex part, and write the file to a
> proper tmp file (use mktemp) from python?
>
I tried, but the file
I figured out how to generate the temporary file in the current
directory, so I have now submitted a patch to CSV.
/Mats
Mats Bengtsson wrote:
Han-Wen Nienhuys wrote:
> Mats Bengtsson wrote:
>
>> Just came to think of it! Something I haven't done before the release.
>>
>
> can you remo
Han-Wen Nienhuys wrote:
> Mats Bengtsson wrote:
>
>> Just came to think of it! Something I haven't done before the release.
>>
>
> can you remove the cat > lily-tmp.tex part, and write the file to a
> proper tmp file (use mktemp) from python?
>
I tried, but the file names I get from mktemp look l
Mats Bengtsson wrote:
Just came to think of it! Something I haven't done before the release.
can you remove the cat > lily-tmp.tex part, and write the file to a
proper tmp file (use mktemp) from python?
>>
>>latex_filter_cmd = 'latex "\\nonstopmode \input /dev/stdin"'
>>
>>into
>>
>>
Just came to think of it! Something I haven't done before the release.
Jan Nieuwenhuizen wrote:
Mats Bengtsson writes:
For the hackers of the list, more information about the problem
can be found in
http://lists.gnu.org/archive/html/bug-lilypond/2004-06/msg00012.html
Says
The problem
[EMAIL PROTECTED] writes:
> The problem is a limitation of the Cygwin implementation of the
> Python scripting language used in the implementation of lilypond-book.
> I did an ugly fix in version 2.2, but considered it too ugly to be
> included in all future versions. Now it appears that nobody tri
Mats Bengtsson writes:
> For the hackers of the list, more information about the problem
> can be found in
> http://lists.gnu.org/archive/html/bug-lilypond/2004-06/msg00012.html
Says
The problem is that there is no such thing as /dev/stdin in Cygwin,
but I guess there's /dev/stdin if you ru
The problem is a limitation of the Cygwin implementation of the
Python scripting language used in the implementation of lilypond-book.
I did an ugly fix in version 2.2, but considered it too ugly to be
included in all future versions. Now it appears that nobody tried
to find a better solution, so m