[EMAIL PROTECTED] 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
>
> [EMAIL PROTECTED]:~/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 | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond