On 11/2/06, Nicolas Sceaux <[EMAIL PROTECTED]> wrote:
"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 }
That's exactly what I was looking for. Thank you! Really cleans up my paper block. -- Trevor Bača [EMAIL PROTECTED]
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
