lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple substitution for oddFooterMarkup?


From: Trevor Bača
Subject: Re: Simple substitution for oddFooterMarkup?
Date: Thu, 2 Nov 2006 13:21:18 -0600

On 11/2/06, Nicolas Sceaux <address@hidden> wrote:
"Trevor Bača" <address@hidden> writes:

> I want to store
>
>  boldPageNumber = \markup { \fill-line { \bold \fontsize #3
> \on-the-fly #print-page-number-check-first \fromproperty
> #'page:page-number-string } }
>
> in a standard include file called standard.ly and then write
>
>  \include "standard.ly"
>
>  \paper {
>    oddFooterMarkup = \boldPageNumber
>  }
>
> This isn't right, however.

Put your titling markup definitions in a standard-titling.ily file, then
include it in the paper block.

\paper {
  \include "standard-titling.ily"
  oddFooterMarkup = \boldPageNumber
}

That's exactly what I was looking for. Thank you!

Really cleans up my paper block.


--
Trevor Bača
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]