lilypond-user
[Top][All Lists]
Advanced

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

Re: composition title on every page?


From: Mats Bengtsson
Subject: Re: composition title on every page?
Date: Wed, 28 Feb 2007 12:56:46 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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