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