bug-lilypond
[Top][All Lists]
Advanced

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

Re: squeezed measure


From: Han-Wen Nienhuys
Subject: Re: squeezed measure
Date: Tue, 21 Jun 2005 18:22:17 +0200
User-agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513)

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
 >>
 >>latex_filter_cmd = 'cat > lily-tmp.tex; latex "\\nonstopmode \input
 >>lily-tmp.tex";rm lily-tmp.tex'
 >>
 >>(make that a single line)
 >>
 >>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
 >>with followups and my ugly fix can be found in
>>http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?r1=1.165.2.1&r2=1.165.2.2&only_with_tag=lilypond_2_2


--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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