lilypond-user
[Top][All Lists]
Advanced

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

Re: a5 pages


From: Andrew Bernard
Subject: Re: a5 pages
Date: Sun, 21 Mar 2021 10:26:06 +1100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 PostboxApp/7.0.47

I am not sure what you mean by aspect (aspect ratio? or appearance?) but is this not a simple matter of scaling the staffsize by root 2 or whatever the scaling factor is for A Series paper?


#(set-global-staff-size 14)

in \paper:

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


Andrew


Francesco Petrogalli wrote on 21/03/2021 8:49 AM:
Hi all,

Is there a command that allows me to set the size of the text font and
the note fonts to a value that would result in printing the content on
an a5 paper with the same aspect of an a4 print? I know there is a
command that does that for the music font, but at the moment I seem to
have to investigate building values and ratios for the fonts out of
the size of the paper?

Kind regards,

Francesco





reply via email to

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