2012/6/28 David Kastrup <[email protected]>: (...) Hi David,
thanks for your help. Now the next question: I tried to make a new patch set, I've got: >From e63620616e15f03a32e9a80ce4afe8ef5017013c Mon Sep 17 00:00:00 2001 From: Harm <[email protected]> Date: Thu, 28 Jun 2012 23:18:41 +0200 Subject: [PATCH 2/2] which-page renaming and changing "0" into "-1" --- ly/titling-init.ly | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ly/titling-init.ly b/ly/titling-init.ly index 9f3c644..7b00446 100644 --- a/ly/titling-init.ly +++ b/ly/titling-init.ly @@ -101,8 +101,8 @@ book last one." (interpret-markup layout props arg) empty-stencil)) -#(define ((which-page nmbr) layout props arg) - (if (= (chain-assoc-get 'page:page-number props 0) nmbr) +#(define ((on-page nmbr) layout props arg) + (if (= (chain-assoc-get 'page:page-number props -1) nmbr) (interpret-markup layout props arg) empty-stencil)) -- 1.7.0.4 I doubt that's correct. How should I make it. -Harm _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
