2014/2/1 Nick Payne <nick.pa...@internode.on.net>

> I've attached my boilerplate that I use for producing a PDF file with
> separate title page, table of contents page, and multiple pieces within the
> file. For a single piece just delete the TOC stuff, the additional
> bookparts for the additional pieces, and set
>
> first-page-number to zero rather than minus one.
>

Nice example, I have just a couple of questions:

\bookpart {
  \paper {
    print-page-number = ##t  %% <--  this is not needed, is it?
  }
  \header {
    title = \markup {
    \fromproperty #'toc:number  %% <-- it doesn't print the number
    " Piece One" } % overrides overall title
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to