lilypond-user
[Top][All Lists]
Advanced

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

Re: setting the font size for markups independently


From: -Eluze
Subject: Re: setting the font size for markups independently
Date: Tue, 5 Jul 2011 09:17:56 -0700 (PDT)


Marc Hohl wrote:
> 
> Am 05.07.2011 15:15, schrieb Kieren MacMillan:
> 
>>
>> \layout {
>>    \context {
>>      \Score
>>      \override TextScript #'abs-fontsize = #14
>>    }
>> }
>>
>> ??
> No, that doesn't have any effect. :-(
> 
> Ideally, there is something I can put in a separate include file which 
> works for
> *all* markups that follow (which are mixed with scores and bundled in 
> several
> \bookpart contexts.
> 
i think Kieren's solution works if you override the property of the
TextScript in its real context which seems to be the Voice context:

\layout { 
  \context { 
    \Voice 
    \override TextScript #'font-size = #-12
} }

hth
Eluze
-- 
View this message in context: 
http://old.nabble.com/setting-the-font-size-for-markups-independently-tp31995970p31998230.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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