lilypond-user
[Top][All Lists]
Advanced

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

Re: landscape printing and viewing


From: Urs Liska
Subject: Re: landscape printing and viewing
Date: Sun, 9 Sep 2018 23:17:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1



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: address@hidden


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




reply via email to

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