Jacques Menu <[email protected]> writes:
> Hello folks,
>
> The simple example in the doc works fine, but what if the score
> contains parallel music? An extra staff is printed in my attempts.
I don't see an extra Staff. You get one Staff for every independently
started music in your \score.
> \book {
> \score {
> {
> <<
> a1
> b1
> >>
>
> \label #'DenierePage %%%%%%%%%%% HERE
> }
> }
> }
>
One Staff for a1, one Staff for b1, and one Staff for \label #'DenierePage
You'll see the same when writing
\score {
{
<< a1 b >>
c
}
}
--
David Kastrup