]> git.donarmstrong.com Git - lilypond.git/commit
New twoside mode.
authorMichael Käppler <xmichael-k@web.de>
Thu, 29 Oct 2009 10:38:45 +0000 (11:38 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Thu, 5 Nov 2009 23:02:21 +0000 (23:02 +0000)
commit4908afe216a92f70fd6f8c8cd0db8a6aa0a10ec1
tree751aace8d7a99296ab1a607bb71f8019c9fa4170
parentabb835d326838ab293c99434c5af29015d1e432a
New twoside mode.

* This patch allows to specify different margins for odd and even
    pages by setting two-sided to true in the \paper block
  * The corresponding settings are inner- and outer-margin, there
    exists the possibility to set a binding-offset, too
  * These values are stored internally as left- and right-margin,
    though. Translation is done in page.scm:make-page-stencil
  * Small code cleanup in paper.scm:set-paper-dimensions
input/regression/paper-twosided-bcorr.ly [new file with mode: 0644]
input/regression/paper-twosided.ly [new file with mode: 0644]
lily/output-def.cc
ly/paper-defaults-init.ly
scm/page.scm
scm/paper.scm