Re: ly2dvi not working

2002-04-13 Thread Heikki Johannes Junes
> File "/usr/local/bin/ly2dvi", line 375, in setup_environment > del os.environ['TEXMF'] > File "/usr/lib/python2.2/os.py", line 423, in __delitem__ > del self.data[key] > KeyError: TEXMF By setting a local variable TEXMF: $ export TEXMF=/usr/share/texmf/ it worked again. Should

ly2dvi not working

2002-04-13 Thread Heikki Johannes Junes
What is this? This broke at some point after 1.5.51. $ ly2dvi -P test.ly Traceback (most recent call last): File "/usr/local/bin/ly2dvi", line 825, in ? setup_environment () File "/usr/local/bin/ly2dvi", line 375, in setup_environment del os.environ['TEXMF'] File "/usr/lib/python2.

Re: Bugtesting, non-existent?

2002-04-13 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > Expected : a8( )a2 a8( )a2 > > > BUG-here : a8( )a2( a8 )a2 > > > > Agreed, but what the heck does it it mean to tie grace notes? I don't > > think I've ever seen it. > > When the second note is a chord, it's needed to indicate a sort > of half-arpeggio, e.g. I

[PATCH] Emacs-mode: Highlight block comments

2002-04-13 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Is the following idea correct ? > - Block comments can have also ordinary comments inside. You can have lines starting with % in %{ %}, but they are not treated especially. -- Han-Wen Nienhuys | [EMAIL PROTECTED]| http://www.cs.uu.nl/~hanwen/ __

[PATCH] Emacs-mode: Highlight block comments

2002-04-13 Thread Heikki Johannes Junes
Is the following idea correct ? - Block comments can have also ordinary comments inside. For me it seems reasonable. Index: VERSION === RCS file: /home/lilypond/lilypond/VERSION,v retrieving revision 1.381 diff -p -u -r1.381 VERSIO