X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpaper-defaults-init.ly;h=a8d7c7da30f941de91315adf1cbce2c3476fae73;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=c68652d8a403778c1c490e4a13672dd90de60190;hpb=9a2ffbf058002a6a82acc5748a2998840885afb8;p=lilypond.git diff --git a/ly/paper-defaults-init.ly b/ly/paper-defaults-init.ly index c68652d8a4..a8d7c7da30 100644 --- a/ly/paper-defaults-init.ly +++ b/ly/paper-defaults-init.ly @@ -1,6 +1,6 @@ %%%% This file is part of LilyPond, the GNU music typesetter. %%%% -%%%% Copyright (C) 2004--2011 Han-Wen Nienhuys +%%%% Copyright (C) 2004--2015 Han-Wen Nienhuys %%%% Jan Nieuwenhuizen %%%% Neil Puttock %%%% @@ -17,7 +17,7 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see . -\version "2.14.0" +\version "2.16.0" \paper { #(set-paper-dimension-variables (current-module)) @@ -97,9 +97,9 @@ %% %% Page breaking %% - blank-after-score-page-force = 2 - blank-last-page-force = 0 - blank-page-force = 5 + blank-after-score-page-penalty = 2 + blank-last-page-penalty = 0 + blank-page-penalty = 5 page-breaking = #ly:optimal-breaking @@ -110,7 +110,6 @@ footnote-padding = 0.5\mm footnote-footer-padding = 0.5\mm footnote-number-raise = 0.5\mm - footnote-auto-numbering = ##t footnote-numbering-function = #numbered-footnotes reset-footnotes-on-new-page = ##t @@ -120,6 +119,7 @@ first-page-number = #1 print-first-page-number = ##f print-page-number = ##t + page-number-type = #'arabic %% %% Headers, footers, and titles @@ -149,6 +149,9 @@ #(define text-font-defaults `((font-encoding . latin1) (baseline-skip . 3) + (replacement-alist . ,default-string-replacement-alist) (word-space . 0.6))) + \include "text-replacements.ly" + }