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: Wed, 6 Jul 2011 02:58:32 -0700 (PDT)


Marc Hohl wrote:
> 
> Am 05.07.2011 18:17, schrieb -Eluze:
>> [...]
>> 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
> No, it is still not working. Attached are two minimal files which don't
> show any difference in the font size regardless of the value for 
> abs-fontsize.
> 
> \layout {
>    \context {
>       \Voice
>       \override TextScript #'abs-fontsize = #100
>    }
> }
> \version "2.15.5"
> 
> \include "myinclude.ily"
> 
> \markup {
>   \wordwrap {
>      This is a sample text.
>   }
> }
> 
you cannot use abs-fontsize to override TextScript properties, it seems to
be reserved for text markups! (at least here i get an error or warning)

but then i don't understand what you're looking for - do you want the
markups in the scores (i.e. attached to notes) to have the same size or do
you want all markups between music parts to have the same size (or both)?

cheers
Eluze
-- 
View this message in context: 
http://old.nabble.com/setting-the-font-size-for-markups-independently-tp31995970p32003651.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]