lilypond-user
[Top][All Lists]
Advanced

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

Re: Increase size of headers/footers but not music


From: Simon Albrecht
Subject: Re: Increase size of headers/footers but not music
Date: Tue, 27 Jun 2017 21:48:53 +0200

On 27.06.2017 20:19, address@hidden wrote:
In this piece I'm writing, the headers look perfect on each individual part (A4), but they look ridiculously small in the full score (which is on an A2). Is it possible to automatically scale them without affecting the music, and without affecting the headers on the parts? (Aside from giving a slightly smaller area to lay out the music on, obviously.)

You have to redefine bookTitleMarkup and/or scoreTitleMarkup in a stylesheet that you use only for the full score, and enclose the entire \markup expression in \markup \larger \larger {} or the like.
It should be as simple as

%%%%%%%%%%%%%%
\paper {
  bookTitleMarkup = \markup \fontsize #3 #bookTitleMarkup
}

\header {
  title = "foo"
  composer = "J.Chr.bar"
}

\markup\null
%%%%%%%%%%%%%

however for reasons I don’t know only the composer actually gets larger… Anyone know why?

Best, Simon



reply via email to

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