Re: Lilypond Python on Windows

2005-11-17 Thread Jan Nieuwenhuizen
Sven Axelsson writes: > OK. Those are long threads dealing with many different issues. Yes, we had a lot of issues to overcome. > Forward slashes does work > (sometimes) in paths on NT based Windows, but not at all in the > others. Also I spotted things like > > PATH="c:\path1\;c:\path2\" > I g

Re: Vaticana ligature patch

2005-11-17 Thread Michael Welsh Duggan
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Michael Welsh Duggan wrote: > >>> \remove "Stem_engraver" >>> \remove "Ligature_bracket_engraver" >>>+ \remove "Note_heads_engraver" >>>+ %% Make sure Vaticana_ligature_engraver comes *before* >>>+ %% Note_heads_engraver. This is so it gets th

Re: Gracenote stems in 2.7.17 too short

2005-11-17 Thread Han-Wen Nienhuys
Sven Axelsson wrote: Lilypond 2.7.17 on Windows XP. The stems on gracenotes with multiple beams are shorter than before. Too short, they often squeeze up against the note head. Thanks. Fixed in CVS. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___

Re: Vaticana ligature patch

2005-11-17 Thread Han-Wen Nienhuys
Michael Welsh Duggan wrote: \remove "Stem_engraver" \remove "Ligature_bracket_engraver" + \remove "Note_heads_engraver" + %% Make sure Vaticana_ligature_engraver comes *before* + %% Note_heads_engraver. This is so it gets the opportunity to + %% override the NoteHead stencil before

Re: TextSpanners broken in 2.7.17

2005-11-17 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: I happened to look at http://lilypond.org/doc/v2.7/Documentation/user/out-www/lilypond/Other-guitar-issues.html#Other-guitar-issues and noticed that the text spanner is completely off compared to version 2.6. I just checked that the problem remains in latest CVS too. fi

Re: Lilypond Python on Windows

2005-11-17 Thread Sven Axelsson
On 17/11/05, Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Sven Axelsson writes: > > > Really? I have never seen a version that doesn't work with double > > quotes around the full path. > > See this > > http://lists.gnu.org/archive/html/lilypond-devel/2005-06/msg00086.html > > and other thread

Re: Lilypond Python on Windows

2005-11-17 Thread Jan Nieuwenhuizen
Sven Axelsson writes: > Really? I have never seen a version that doesn't work with double > quotes around the full path. See this http://lists.gnu.org/archive/html/lilypond-devel/2005-06/msg00086.html and other threads with windows programmer Russ Jorgensen. We had generated BAT files for

Re: Lilypond Version in SuSE 10.0

2005-11-17 Thread Han-Wen Nienhuys
thanks, fixed. Timothy Heath wrote: Hi Everyone: Just a small piece of information I thought you might want for updating the downloads page. The latest version of SuSE linux, version 10.0, contains Lilypond version 2.6.3-2. Tim Heath -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://ww

TextSpanners broken in 2.7.17

2005-11-17 Thread Mats Bengtsson
I happened to look at http://lilypond.org/doc/v2.7/Documentation/user/out-www/lilypond/Other-guitar-issues.html#Other-guitar-issues and noticed that the text spanner is completely off compared to version 2.6. I just checked that the problem remains in latest CVS too. /Mats -- =

Re: Lilypond Python on Windows

2005-11-17 Thread Han-Wen Nienhuys
Sven Axelsson wrote: On 17/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Sven Axelsson wrote: Okay, I'll have a look. But wouldn't this be .bat files that basically only looks something like rem lilypond-book.bat c:\\usr\bin\python.exe lilypond-book.py %1 %2 %3 %4 %5 %6 %7 %8 %9 yes,

Re: Lilypond Python on Windows

2005-11-17 Thread Han-Wen Nienhuys
Sven Axelsson wrote: Okay, I'll have a look. But wouldn't this be .bat files that basically only looks something like rem lilypond-book.bat c:\\usr\bin\python.exe lilypond-book.py %1 %2 %3 %4 %5 %6 %7 %8 %9 yes, basically. Unfortunately typically is "Program Files", which has spaces. Differ

Re: Lilypond Python on Windows

2005-11-17 Thread Sven Axelsson
On 17/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Sven Axelsson wrote: > > Okay, I'll have a look. But wouldn't this be .bat files that basically > > only looks something like > > > > rem lilypond-book.bat > > c:\\usr\bin\python.exe lilypond-book.py %1 %2 %3 %4 %5 %6 %7 %8 %9 > > > > yes,

Re: Lilypond Python on Windows

2005-11-17 Thread Sven Axelsson
On 17/11/05, Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Sven Axelsson writes: > > Ideally, Lilypond wouldn't change the file associations at all > [snip] > > Then we could have .bat files that does the same under Windows. > > Until now, no-one has managed to produce .BAT files for us that work

Re: Lilypond Python on Windows

2005-11-17 Thread Jan Nieuwenhuizen
Sven Axelsson writes: > found. Testing with > import cPickle, datetime, math, md5, struct; > all fails with ImportError: No module named . > > The midi module, which is in usr/bin works, however. > > And this is because - all the modules are present in usr/bin as well, > but named XXX.so.exe.

Re: Lilypond Python on Windows

2005-11-17 Thread Sven Axelsson
On 17/11/05, Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Sven Axelsson writes: > > > but specifically it fails to load the struct module from the > > lib-dynload folder. > > > Maybe all dynloaded modules fail, I haven't checked that much. > > Can you please do some more checking. Do any other D