Hi Graham, On Sun, Oct 05, 2008 at 09:58:12AM -0700, Graham Percival wrote: > > In other words, does > #(set-default-paper-size ...) > set any variables other than paper-width and paper-height? ie is > there a paper-size variable? I couldn't see any in the definition > of set-default-paper-size in scm/paper.scm. I'd love to fix this, but > I can't see how.
The variables are defined in the set-paper-dimensions function in scm/paper.scm. So #(set-default-paper-size) defines paper-width, paper-height, line-width, indent, and short-indent. #(set-paper-size) does the same. HTH, Patrick _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
