On 7/24/2019 12:01 PM, Peter Toye wrote:
Fresobaldi landscape printing I have a score with the paper set to A4 landscape. But when I print it directly from Frescobaldi it's printed in portrait format, and the edges (with quite a lot of music) disappear.

Is there any way of getting Fresco to print in landscape format?

The workaround is to load the PDF file into a PDF reader and print from that, but it's a bit of a pain.


Regards,

Peter
mailto:lilyp...@ptoye.com
www.ptoye.com <http://www.ptoye.com>

Hi Peter,

I just tried Frescobaldi and it does print landscape correctly, both to paper and PDF output. Which version / OS are you using? Is there anything maybe in your code that could be causing a conflict or something? Are you on version 2.x or 3.x?

\version "2.19.82"

\header {
  title = "Composition"
  composer = "Ben"
  tagline = ##f
}

\relative c'
{

  \repeat unfold 100 { c2 d e f g g }
  \bar "|."
}

\paper {
  top-margin = 0.5\in
  left-margin = 0.75\in
  right-margin = 0.75\in
  bottom-margin = 0.5\in
  ragged-last-bottom = ##f
  #(set-paper-size "a4" 'landscape)
}

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

Reply via email to