bug-lilypond
[Top][All Lists]
Advanced

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

Font Change, staff size, lyric size


From: Nels Daily
Subject: Font Change, staff size, lyric size
Date: Tue, 8 Jan 2013 21:53:17 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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)))
}

\relative c'' {
  c4 c c c
} 
\addlyrics {
    here are ly -- rics
}

\layout {
        \context {
        \Score
                \override LyricText #'font-size = #'0.1
        }
}




reply via email to

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