I hope you have found the original definitions of these variables in
the ly/titling-init.ly file, as described in the manual. If you, for
example,
want to typeset the title instead of the instrument name in the page header
and want it to appear also on the first page, you can add the following
lines
in your file:
\paper{
oddHeaderMarkup = \markup
\fill-line {
\fromproperty #'header:title
" " % This will make sure that the header is never completely empty, to
% avoid some layout problems. Also, moving it in between the
title and
% the page number, makes these be typeset left and right
aligned, respectively.
\on-the-fly #print-page-number-check-first \fromproperty
#'page:page-number-string
}
evenHeaderMarkup = \markup
\fill-line {
\on-the-fly #print-page-number-check-first \fromproperty
#'page:page-number-string
" "
\fromproperty #'header:title
}
}
/Mats
Jay Hamilton wrote:
Looking through the manual
version 2.8.4
I have some single songs that I would like the title to be on each page
It looks like either oddHeaderMarkup and evenHeaderMarkup might be what I
should use
however since I never use paper blocks I'm uncertain where to put this even if
it is what I need.
Thanks
Jay
Jay Hamilton
www.soundand.com
206-328-7694
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user