Re: suppress page number

2008-12-07 Thread James E. Bailey
Am 07.12.2008 um 01:58 schrieb Mark Polesky: James, Insert this code at the top of your file: \version 2.11.65-1 \include titling-init.ly #(define (skip-two-page-numbers layout props arg) (if (or ( (chain-assoc-get 'page:page-number props -1) (+ (ly:output-def-lookup layout

suppress page number

2008-12-06 Thread james
Is it possible to not print the second page number? I don't see an option for that. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: suppress page number

2008-12-06 Thread -Eluze
/suppress-page-number-tp20874923p20875266.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: suppress page number

2008-12-06 Thread James E. Bailey
Am 06.12.2008 um 23:20 schrieb -Eluze: james bailey-2 wrote: Is it possible to not print the second page number? I don't see an option for that. i saw *print-page-number* set to true or false in NR 4.1.2 Page formatting - did you mean something else? hdh -eluze Yes, I meant only

Re: suppress page number

2008-12-06 Thread Mark Polesky
James, Insert this code at the top of your file: \version 2.11.65-1 \include titling-init.ly #(define (skip-two-page-numbers layout props arg) (if (or ( (chain-assoc-get 'page:page-number props -1) (+ (ly:output-def-lookup layout 'first-page-number) 1)) (eq?