X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ftitling.scm;h=4bb464ae68cc0bbbb18cde1762d1210ce36bcb59;hb=HEAD;hp=41a32dd4672b19c0658119de1b4c3b7ee42b1637;hpb=1d3beed53413315ec6c0553b003b8c5776f8c38f;p=lilypond.git diff --git a/scm/titling.scm b/scm/titling.scm index 41a32dd467..4bb464ae68 100644 --- a/scm/titling.scm +++ b/scm/titling.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2004--2014 Jan Nieuwenhuizen +;;;; Copyright (C) 2004--2015 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -48,6 +48,7 @@ variables set in @var{scopes} and @code{page:is-bookpart-last-page}, (cdr entry))) alist)) alists)) + (number-type (get 'page-number-type)) (pgnum-alist (list (cons 'header:tagline @@ -56,7 +57,7 @@ variables set in @var{scopes} and @code{page:is-bookpart-last-page}, (cons 'page:is-last-bookpart is-last-bookpart) (cons 'page:is-bookpart-last-page is-bookpart-last-page) (cons 'page:page-number-string - (number->string page-number)) + (number-format number-type page-number)) (cons 'page:page-number page-number))) (props (append (list pgnum-alist)