How can I tell LilyPond to print two pages in a A3 landscape paper?
In the attached example, I'd like to have 2 pages instead of 4.
Now it's:
1
2
3
4
I'd like it to be:
1 2
3 4
I could not find anything in the doc.. and the -user archive site is
not reachable now.
I've tried with google, but this does not work:
site:http://lists.gnu.org/pipermail/lilypond-user/ a3
So I need your help, I'm in a hurry..
Thanks!
Federico
--
http://gnurag.net/blog/
http://fsfe.org/
http://groups.fsf.org/wiki/LibrePlanetItalia
\version "2.13"
\paper {
#(set-paper-size "a3" 'landscape)
indent = #0
left-margin = 10\mm
systems-per-page = #5
ragged-last-bottom = ##f
}
\repeat unfold 20 { c1*4 \break }_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user