bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again


From: lilypond
Subject: Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again
Date: Sun, 08 Jan 2012 15:08:05 +0000


Comment #25 on issue 1933 by address@hidden: Lilypond-book requires msvcrt again
http://code.google.com/p/lilypond/issues/detail?id=1933

I have a fix for this. It involves setting default values for linewidth and exampleindent for Windows users, as opposed to getting these automatically. It effectively reverts Windows users to 2.13.9 methods for setting image linewidths. Personally, I think this is acceptable - the only times we had problems and complaints was for our own documentation, which is always compiled on Unix. The problem lies with how Windows handles the pipe settings in
proc = subprocess.Popen (cmd,
        universal_newlines=True, shell=True,
        stdout=subprocess.PIPE, stderr=subprocess.PIPE)

so an alternative would be to get this to work on our windows Python, but I tried and failed. If the general approach is OKed, I'll put up a patch.




reply via email to

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