lilypond-user
[Top][All Lists]
Advanced

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

Re: Trouble with notation fonts when resizing


From: Andrew Bernard
Subject: Re: Trouble with notation fonts when resizing
Date: Sat, 12 May 2018 16:34:04 +1000

Hi Brett,

I don't know if this is absolute best way to do it, but I use the following setup:

Works for me. If this is wrong, somebody let me know!

I have custom settings for staff size and font size (possibly somewhat peculiar for my complex scores.)

Andrew

====

#(set-global-staff-size 12)

\paper
{

  #(set-paper-size "a4landscape")

  #(define fonts
     (set-global-fonts
      #:roman "Linux Libertine O"
      #:sans "Linux Biolinum O"
      #:typewriter "Linux Libertine Mono O"
      #:factor (/ staff-height pt 14)
      ))

}



reply via email to

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