> I try to typeset a Missa and get serious trouble. In the appended score,
> I get a lot of 'Orphaned score elements' and a core dump (if I remove the
> pedalI voice it works).
It also works if you remove for example SopranStaff+vsopran or
if you shorten the Manual.. and Pedal.. parts by one bar.
I guess Hanwen or Jan have to do the bug searching.
>
> And another question: I would like to have the PianoStaff below the choir
> staffs. How can I do this?
That's easy, try the following:
\score {
<
\context ChoirStaff <
\SopranStaff
\vsopran
\AltStaff
\valt
\BaritonStaff
\vbariton
>
\context PianoStaff <
\ManualStaff
\PedalStaff
>
>
\paper {
\paper_sixteen
textheight = 290.0\mm;
}
\midi {
\tempo 4=140;
}
}
/Mats