X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpaper-defaults-init.ly;h=ef7419312271c1de3f975c10be5d375c6889ab56;hb=e7aa6c445f463844dbaa52d38ea4aac2882b5601;hp=e3ff4ee04d2426686364201741022671f96b9fd8;hpb=0d864ca56704009bda2a872cefd7038ca1d94ada;p=lilypond.git diff --git a/ly/paper-defaults-init.ly b/ly/paper-defaults-init.ly index e3ff4ee04d..ef74193122 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--2010 Han-Wen Nienhuys +%%%% Copyright (C) 2004--2014 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.13.42" +\version "2.16.0" \paper { #(set-paper-dimension-variables (current-module)) @@ -56,7 +56,6 @@ ragged-bottom = ##f ragged-last-bottom = ##t % best for shorter scores - %% %% Flexible vertical spacing %% @@ -66,9 +65,9 @@ markup-system-spacing = #'((basic-distance . 5) (padding . 0.5) (stretchability . 30)) score-markup-spacing = #'((basic-distance . 12) (padding . 0.5) (stretchability . 60)) markup-markup-spacing = #'((basic-distance . 1) (padding . 0.5)) - top-system-spacing = #'((basic-distance . 1) (padding . 1) (minimum-distance . 0)) - top-markup-spacing = #'((basic-distance . 0) (padding . 1) (minimum-distance . 0)) - last-bottom-spacing = #'((basic-distance . 1) (padding . 1) (minimum-distance . 0) (stretchability . 30)) + top-system-spacing = #'((basic-distance . 1) (minimum-distance . 0) (padding . 1)) + top-markup-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1)) + last-bottom-spacing = #'((basic-distance . 1) (minimum-distance . 0) (padding . 1) (stretchability . 30)) %% @@ -98,12 +97,22 @@ %% %% 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 + %% + %% Footnotes + %% + 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 %% @@ -111,7 +120,6 @@ print-first-page-number = ##f print-page-number = ##t - %% %% Headers, footers, and titles %% @@ -140,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" + }