X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpaper-defaults-init.ly;h=c50681c27866b3b034e0249912487593c3d66ca7;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=145fe9a52ec953bc84b45bfc4fb42f7875dd5c42;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/ly/paper-defaults-init.ly b/ly/paper-defaults-init.ly index 145fe9a52e..c50681c278 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--2012 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)) @@ -106,9 +106,12 @@ %% %% Footnotes %% - footnote-separator-markup = \markup { \fill-line \override #`(span-factor . 1/2) { \draw-hline } } + footnote-separator-markup = \markup \fill-line { \override #'(span-factor . 1/2) \draw-hline } footnote-padding = 0.5\mm footnote-footer-padding = 0.5\mm + footnote-number-raise = 0.5\mm + footnote-numbering-function = #numbered-footnotes + reset-footnotes-on-new-page = ##t %% %% Page numbering @@ -145,6 +148,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" + }