> > Any chance to have this in cvs soon? :-)
> 
> Quoting the Zen master:
> 
> "It is already there."

Holly Cow!! Have you guys tried to be _less_ efficient? :-)))

It's indeed working for 1.9.1 but I'm affraid we have another
problem. After upgrading from 1.9.0 to 1.9.1 I got dozens of "warning:
No ties were performed.:" in a complex score. I finally manage to
reduce the problem-score to:

--------------------------------------------------------------
\score  {
    \simultaneous {
        \newcontext Staff {
            \notes\relative c' {
                \time 6/8 
                d''2. ~ d
            }
        }
        \newcontext Staff {
            \notes\relative c' {
                r8 <<a fis'>>4 ~ <<a fis'>>8 <<a d>>4 ~
                <<a d>>2.
            }
        }
    }
 
    \paper {}
    \midi {}
}
--------------------------------------------------------------

Can you reproduce it?

BTW, although I'm using the new \newcontext here, the original file
was using the "old" context command.

Pedro


_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to