Re: header font size

2012-08-28 Thread pabuhr
   > As I crank up the global-staff-size, the heading text gets LARGE. I'd like
   > to uniformly reduce the size of the heading text like this:
   >
   > \override Score.HeaderText #'font-size = #-1

   I set the font size explicitly:

   subtitle = \markup {\fontsize #5 "No. 12.  Quintet & Finale"}

But I have multiple fields in the header: title, composer, arranger, etc., and
I did not want to put a markup around each field. Rather I wanted a global
reduction that maintains the existing font ratios that already exists in the
header, like title is larger than subtitle, etc. I.e., just scale all the
existing header fonts up/down by a constant (log?) factor.

Global-staff-size is clearly doing this uniform scaling of header fonts already
because, as I crank up the staff size, all the header fonts are adjusted
uniformly. So it feels like the mechanism to accomplish this should already be
in place and there just needs to be a handle to rescale the header fonts after
the staff-size scaling or some such.

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


Re: header font size

2012-08-28 Thread Phil Holmes
- Original Message - 
From: "pabuhr" 

To: 
Sent: Tuesday, August 28, 2012 6:13 AM
Subject: header font size


As I crank up the global-staff-size, the heading text gets LARGE. I'd like 
to

uniformly reduce the size of the heading text like this:

\override Score.HeaderText #'font-size = #-1

but "HeaderText" is not the magic word. Is there a magic word? I did look 
and

could not find it.


I set the font size explicitly:

subtitle = \markup {\fontsize #5 "No. 12.  Quintet & Finale"}


--
Phil Holmes 



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


header font size

2012-08-27 Thread pabuhr
As I crank up the global-staff-size, the heading text gets LARGE. I'd like to
uniformly reduce the size of the heading text like this:

\override Score.HeaderText #'font-size = #-1

but "HeaderText" is not the magic word. Is there a magic word? I did look and
could not find it.

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