bug-lilypond
[Top][All Lists]
Advanced

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

Re: bugs


From: Han-Wen Nienhuys
Subject: Re: bugs
Date: Sat, 30 Aug 2003 01:10:53 +0200

address@hidden writes:
> >
> >   \property Context.propertyName  = value
> >
> > You only use \set or \override to set properties of objects.
> >
> >     /Mats
> 
> Thanks.  Tried that first.  Still doesn't work.  DaveA
> 
> address@hidden:~/data/lily/bugs$ ly2dvi -p  min.ly; gv min.pdf
> /usr/bin/ly2dvi:629: SyntaxWarning: local name 'e' in 
> 'make_html_menu_file' shadows use of 'e' as global in nested scope 
> 'lambda'
>   def make_html_menu_file (html_file, files_found):
> ly2dvi (GNU LilyPond) 1.8.1
> Running /usr/bin/lilypond...GNU LilyPond 1.8.1
> Now processing: `min.ly'
> Parsing...
> Interpreting music...lilypond: ../flower/include/array.hh:149: T& 
> Array<T>::elem_ref(int) const [with T = Finger_tuple]: Assertion `i 
> >=0&&i<size_' failed.


I think I've fixed this crash in 1.9 CVS. Can you check if 1.8.2 (when
it is out) fixes this crash?

Alternatively, you can apply this patch:

*** new-fingering-engraver.cc.~1.10.~   2003-08-26 13:48:13.000000000 +0200
--- new-fingering-engraver.cc   2003-08-30 01:08:55.705195728 +0200
***************
*** 197,203 ****
      {
        if (!up.size())
        up.push (fingerings_.pop());
!       if (!down.size())
        {
          down.push (fingerings_[0]);
          fingerings_.del(0);
--- 197,203 ----
      {
        if (!up.size())
        up.push (fingerings_.pop());
!       if (fingerings_.size () && !down.size())
        {
          down.push (fingerings_[0]);
          fingerings_.del(0);


-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 




reply via email to

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