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: Thomas Morley
Subject: Re: Font Change, staff size, lyric size
Date: Wed, 9 Jan 2013 02:12:02 +0100

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
>         }
> }
>
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond


HTH,
  Harm



reply via email to

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