"Trevor Bača" <[EMAIL PROTECTED]> 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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user