> 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
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.
[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
[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/
__
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