Jacques Menu <[email protected]> writes: >> Le 23 nov. 2022 à 13:29, David Kastrup <[email protected]> a écrit: >> >> 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 >> } >> } > > Thanks for your answer. > > My problem is : how can I get the last page number computed alright, > but without this extra staff for the label itself?
By putting the label into one of the existing staves rather than in a staff of its own? -- David Kastrup
