lilypond-user
[Top][All Lists]
Advanced

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

Re: oddHeaderMarkup in score header


From: Simon Albrecht
Subject: Re: oddHeaderMarkup in score header
Date: Sat, 2 Jul 2016 11:19:27 +0200

On 02.07.2016 03:30, Jaja wrote:
I tried to typeset multiple scores without using bookpart or book block. So 
far, oddHeaderMarkup and evenHeaderMarkup cannot be applied to score header. 
The same problem happened with oddFooterMarkup and evenFooterMarkup.

It would be very flexible and speed my work a lot if there is solution to it.

The variables you name are paper variables, so they can only be applied to bookparts or books. In order to get score headers, use
\score {
  … music …
  \header {}
}
and—if necessary—customise them as explained in <http://lilypond.org/doc/v2.18/Documentation/notation/custom-titles-headers-and-footers#custom-layout-for-titles>.

If there are further questions, please give a code example. <http://lilypond.org/tiny-examples.html>

Best, Simon



reply via email to

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