lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Page reference problem


From: David Kastrup
Subject: Re: Page reference problem
Date: Wed, 23 Nov 2022 13:29:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jacques Menu <imj-muzhic@bluewin.ch> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]