Re: setting one \book to landscape

2019-01-21 Thread David Kastrup
"N. Andrew Walsh" writes: >> The second file has its own paper block as follows: >> >> \paper { >> #(set-paper-size "a3" 'landscape ) >> two-sided = "false" That is _not_ how you specify a boolean value in LilyPond. You probably want ##f here. -- David Kastrup

Re: setting one \book to landscape

2019-01-21 Thread Carl Sorensen
From: "N. Andrew Walsh" Date: Monday, January 21, 2019 at 8:30 AM To: lilypond-user Subject: Re: setting one book to landscape There's one other matter here with this score: In the console output, I see this: Drawing systems. . . warning: compressing over-full page by 24.5 st

Re: setting one \book to landscape

2019-01-21 Thread N. Andrew Walsh
Hi List, On Sat, Jan 19, 2019 at 12:39 PM N. Andrew Walsh wrote: > > I have an input file with the following structure: > > \paper { > #(set-default-paper-size "a3" ) > } > > \include "file 1 - content.ly" > \include "file 2 - content.ly" > > \book { > \include "file 1 - score.ly" > } > >

setting one \book to landscape

2019-01-19 Thread N. Andrew Walsh
Hi List, I have an input file with the following structure: \paper { #(set-default-paper-size "a3" ) } \include "file 1 - content.ly" \include "file 2 - content.ly" \book { \include "file 1 - score.ly" } \book { \include "file 2 - score.ly" } The second file has its own paper block as