lilypond-user
[Top][All Lists]
Advanced

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

Re: Header at every page


From: Nick Payne
Subject: Re: Header at every page
Date: Thu, 22 Nov 2012 10:38:27 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 22/11/12 06:59, Rustik wrote:
> SoundsFromSound wrote
>> Here is information on creating headers and footers, along with formatting
>> instructions.
>> Headers
>> <http://lilypond.org/doc/v2.14/Documentation/notation/creating-titles-headers-and-footers>
>>   
>>
>> -Ben
> Thank you! I maked headers at every page. But how i can make it beside first
> page?

Something like this?

\version "2.16.0"

\paper {
  oddHeaderMarkup = \markup \fill-line {
    \fontsize #-1
    \override #'(font-name . "SpectrumMT SC")
    \on-the-fly #not-first-page
    "Now is the time for all good men to come to the aid of the party"
  }
  evenHeaderMarkup = \oddHeaderMarkup
}

\relative c'' {
  \repeat unfold 3 { c1 \pageBreak }
  c1
}




reply via email to

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