summaryrefslogtreecommitdiff
path: root/input/regression/paper-margins-overrun.ly
Commit message (Expand)AuthorAgeFilesLines
* Let default margins depend on paper size....* Make indent and short-indent defaults accessible in paper-defaults-init.ly * Default margins apply to the paper size set by (ly:set-option 'paper-size) and are linearly scaled for other paper sizes * Modify input/regression/page-turn-page-breaking-auto-first-page.ly to work with the new margin sizes Michael Käppler2009-10-291-1/+3
* Update regtest \version strings.Neil Puttock2009-10-021-2/+2
* Introduce new handling for paper margin settings....* Make default margins accessible in ly/paper-defaults-init.ly * Introduce a new method: Output_def::normalize (). It checks, whether left-margin, right-margin and/or line-width are set. Afterwards it computes missing values or takes defaults, if necessary. There is no need to specify line-width manually now. * Make right-margin work * If only line-width is set, the current behaviour persists. (Systems are centered) * Output a warning if the margin values don't fit with each other or systems run off the page due to improper settings * Modify lilypond-book to set a default line-width in case there is no other to base on left-padding (This is ugly, though) Michael Käppler2009-10-011-0/+18