2013/1/8 Nels Daily <[email protected]>:
> 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
> [email protected]
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
HTH,
Harm
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond