lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom page numbers in table of contents


From: Noah Landis
Subject: Re: Custom page numbers in table of contents
Date: Fri, 6 Nov 2020 11:20:48 -0700

> Could you provide an actual skeletal example of what you described?
Sure. Since I sent the last email I actually started to section the
pages with \bookpart instead of \pageBreak, but it is still happening
nonetheless.

\version "2.20.0"

\paper {
  (formatting stuff)
}

\layout {
  (staff size)
}

\bookpart {
        (copyright in \header)
  (big title on first page with \markup)
}

\bookpart {
  \markuplist \table-of-contents
  \tocItem \markup { (piece one) }
  \tocItem \markup { (piece two) }
  \tocItem \markup { (piece three) }
  \markup \null
}

\bookpart {
  (tagline in \header)

        score {
          (\header)
                (\new Staff)
        }
        score {
          (\header)
                (\new Staff)
        }
        score {
          (\header)
                (\new Staff)
        }
}



reply via email to

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