lilypond-user
[Top][All Lists]
Advanced

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

Re: Simple substitution for oddFooterMarkup?


From: Nicolas Sceaux
Subject: Re: Simple substitution for oddFooterMarkup?
Date: Thu, 02 Nov 2006 20:05:51 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

"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
}

nicolas




reply via email to

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