Debugging:
$ gdb -nw /netrel/build/lilypond-2.3.11/lily/out/lilypond
(gdb) run -e /netrel/src/lilypond-2.3.11/ly/generate-documentation
Program received signal SIGSEGV, Segmentation fault.
0x1003c1a2 in scm_mark_subr_table () from /usr/bin/cygguile-12.dll
(gdb) bt
#0 0x1003c1a2 in scm_mark_subr_ta
It seems that the problem is solved in the last cygwin snapshot, so I
was able to build 2.2.0.
I will test it and send to cygwin mirrors if it's ok.
Bert
___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-
Is there a bug?
While building:
Traceback (most recent call last):
File "buildscripts/lilypond.words.py", line 102, in ?
F = open(name, 'r')
IOError: [Errno 2] No such file or directory: 'share/lilypond/scm/drums.scm'
Should be scm/drums.scm?
Bert
__
I think .ly files shouldn't be associated by default to making and viewing,
because that way the online manual's example sources are not viewable.
___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel
> | cd /d %~dp0%
That but works only on WinNT 4-->, no Win95-98. :-(
I'm afraid there is .bat solution for this probelm in non-NT windowses.
There is a reference here:
http://www.acmesoffware.com/acme/Reference_BatchFile.asp
Bert
___
Lilypond-devel m
> I'm afraid there is .bat solution for this probelm in non-NT
I mean no .bat solution.
___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel
Using the base name as parameter for ly2dvi ought to work
system ('/usr/bin/ly2dvi -p %(base)s > %(stem)s.log 2>&1' % vars ())),
because current dir is set to song's dir. But it still doesn't, perhaps
because ly2dvi somewhere uses absolute path.
__
I have one good and one bad news:
Good:
c:\cygwin\bin\bash.exe --login -c '/usr/bin/lily-wins "%1"'
works as a correct association. The key is to put %1 in quotation marks.
I don't know how to set these in post-lily.sh (I don't know python.) \" or
"" or something ?
Bad:
For file names containin