Am 09.09.2018 um 19:42 schrieb Kieren MacMillan:
Hi Martin,

\paper {
  #(set-paper-size "a4" 'landscape)
}
If I’m not mistaken, the correct incantation is

\paper {
  #(set-paper-size "a4landscape")
}

This has changed in 2.19.60, see https://github.com/wbsoft/frescobaldi/issues/768 (for some discussion and the support for it in Frescobaldi.

IIUC the point is that
  "a4" 'landscape
expresses: "paper format: a4", option: landscape (meaning: rotate the score to print a landscape format on a "regular" paper), while
  "a4landscape"
refers to "landscape" as a property of the paper itself.

When you print I don't think there's any difference, this surfaces only when displayed on screen.

HTH
Urs


Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to