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: David Kastrup
Subject: Re: access font-size of clef G_8
Date: Wed, 03 Feb 2016 19:27:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Federico Bruni <address@hidden> writes:

> Il giorno mer 3 feb 2016 alle 17:45, Kieren MacMillan
> <address@hidden> ha scritto:
>> 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.
>
> Further clarifying... :)
>
> Even if he wants it in one Staff, the (Staff) context should be
> specified.
> It doesn't work in the implicit Voice context.

Ah, but Kieren did not specify it in the implicit Voice context but in
the Score context.  That's what the \context { \Score ... } is about.
Before issue 2358 (2.15.32), that would have even been the only way to
specify that override.

-- 
David Kastrup



reply via email to

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