[EMAIL PROTECTED] writes:
> Hi,
> 
> sorry to bother you again but now (with lily 0.1.72) it seems even worse
> :-/ (still the file I sent you):
> 
> /home/jens/tex> lilypond fail.ly
> [..]
> /usr/local/share/lilypond/engraver.ly:145:22: warning: can't find or create 
>`Staff_group' called `': 
>         \type Score_engraver; 
>

Could you apply convert-mudela first? Staff_group was changed to
StaffGroup.  It makes a difference, and I got your file up and
running.  If that doesn't work, apply the following patch:

--- lily/ineq-constrained-qp.cc.orig    Wed Jun 10 13:35:11 1998
+++ lily/ineq-constrained-qp.cc Wed Jun 10 13:35:38 1998
@@ -163,7 +163,10 @@
              if (numerator >= 0)
                {
                  if (numerator > EPS)
+                   {
                    warning (_f ("Ineq_constrained_qp::solve (): Constraint off by 
%f", numerator));
+                   act.degenerate_count_i_ ++;
+                   }
                  minalf = -numerator;
                  minidx = ia;
                  break;



-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to