lilypond-user
[Top][All Lists]
Advanced

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

Re: Page reference problem


From: Jacques Menu
Subject: Re: Page reference problem
Date: Thu, 24 Nov 2022 09:24:12 +0100

Le 23 nov. 2022 à 15:27, David Kastrup <dak@gnu.org> a écrit :

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?

Thanks David, good hint!

I use a dynamics voice to hold the structure of the piece, with repeats and all:

\book {
  \score {
    {
      {
        <<

          \new Dynamics {
            \Structure
          }


          \new ChoirStaff <<

… … …

}


Structure = {
  \repeat segno 2 {
    \partial 2 % 1
    s2 |

… … …

  % 34
  s1*5 |
  \fine
}

Adding :

  \label #'DenierePage

at the end of Structure solves the issue.

A nice day!

JM


reply via email to

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