Hi list,
I'm trying to control the page numbering for bookparts in a score.
In particular I want each bookpart start with page #1 and omit it
on the first page. Therefor I'm adding a paper block inside bookpart
and set
first-page-number = #1
print-first-page-number = ##f
(see the attached example)Unfortunately the second page is numbered 2 and visible, i.e. both settings seem to have no effect. What am I doing wrong here? [I'm aware I could place each bookpart in a separate file and process them individually] Kind regards, Michael -- Michael Gerdau email: [email protected] GPG-keys available on request or at public keyserver
\version "2.19.49"
music = \relative c' { c1 }
\bookpart {
\music
}
\pageBreak
\bookpart {
\paper {
first-page-number = #1
print-first-page-number = ##f
}
\music
}
page-numbers-test.pdf
Description: Adobe PDF document
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
