bug-lilypond
[Top][All Lists]
Advanced

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

Re: Font Change, staff size, lyric size


From: Colin Hall
Subject: Re: Font Change, staff size, lyric size
Date: Thu, 10 Jan 2013 00:30:33 +0000
User-agent: mu4e 0.9.9.5-dev6; emacs 23.3.1

Thomas Morley writes:

> 2013/1/8 Nels Daily <address@hidden>:
>> When I try to change fonts, and then staff size,
>> only the staff size changes. Also I can't change
>> the size of the lyrics from layout.
>>
>> \version "2.14.2"  % necessary for upgrading to future LilyPond versions.
>>
>> #(set-global-staff-size 14)
>>
>> \paper  {
>>   myStaffSize = #14
>>                 #(define fonts
>>                 (make-pango-font-tree "Times New Roman"
>>                           "Helvetica"
>>                           "American Typewriter"
>>                            (/ myStaffSize 15)))
>
> Has to be
> (/ myStaffSize 20)
> !!
>
>
>> }
>>
>> \relative c'' {
>>   c4 c c c
>> }
>> \addlyrics {
>>     here are ly -- rics
>> }
>>
>> \layout {
>>         \context {
>>         \Score
>
> Better use \Lyrics
>
>>                 \override LyricText #'font-size = #'0.1
>>         }
>> }

Thank for responding, Thomas, and supplying those corrections.

Nels, I have not tried to reproduce this but I think it will work if you
use the corrections above. Could you confirm you have it working now?
Your response is useful for future users who may search bug-lilypond for
help with a similar problem.

Cheers,
Colin.

-- 
Colin Hall
Bug squad



reply via email to

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