Hi everyone,

Attached is a MWE that you can mostly ignore: it's just c'1 on 8.5x5.5in paper (the top half of a sheet of letter paper).

My question is whether or not it's possible, with a single .ly file, to compile this twice on a single sheet of 8.5x11in letter paper; once on the top half, once on the bottom. Ideally both halves of the paper would include everything: header, footer, score (obviously), etc.

Obviously this is easy enough to do both at a copy machine and in something like Inkscape, but it'd be great to automate it. I've looked through the manual and archives, but I haven't found anything; hopefully I didn't miss anything obvious.

Thanks!

Sam
\version "2.19.36"

#(set! paper-alist (cons '("my size" . (cons (* 8.5 in) (* 5.5 in))) paper-alist))

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

\header {
  title = "Test"
}

{
  c'1
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to