lilypond-user
[Top][All Lists]
Advanced

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

Re: access font-size of clef G_8


From: Kieren MacMillan
Subject: Re: access font-size of clef G_8
Date: Wed, 3 Feb 2016 11:45:44 -0500

Hi Federico,

> The Score context should be specified:
> 
> \version "2.19.35"
> {
> \clef "G_8"
> c1
> }
> 
> \layout {
> \override Score.ClefModifier.font-size = #2
> }

If the OP wants clefs in the whole score (and not just one staff) to reflect 
the change, yes.

The way I do it:

\layout {
  \context {
    \Score
    \override ClefModifier.font-size = #2
    %% etc.
  }
}

Thanks for helping clarify.
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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