On 27.06.2017 20:19, caag...@gmail.com 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to