X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpaper-defaults-init.ly;h=cac75ecb73330db4b7195c6342816c9899bd5fcf;hb=0f90a47f9849fff41e33d27016c852a12b6719d0;hp=67839f9c6c5695869bc39438f08184b901e03416;hpb=de451af43aef0220738bfdd5329f0685bdaba3d2;p=lilypond.git diff --git a/ly/paper-defaults-init.ly b/ly/paper-defaults-init.ly index 67839f9c6c..cac75ecb73 100644 --- a/ly/paper-defaults-init.ly +++ b/ly/paper-defaults-init.ly @@ -2,21 +2,17 @@ #(use-modules (scm layout-page-layout)) \paper { - %%%% WARNING - - %%% if you add any new dimensions, don't forget to update - %%% the dimension-variables variable. see paper.scm + %%% WARNING + %%% + %%% If you add any new dimensions, don't forget to update + %%% the dimension-variables variable. See paper.scm. unit = #(ly:unit) mm = 1.0 in = 25.4 - pt = #(/ in 72.27) + pt = #(/ in 72.27) cm = #(* 10 mm) - %% This is weird; `everyone' uses LATIN1? How does I select TeX - %% input encoding in EMACS? -- jcn - %%%%input-encoding = #"TeX" - input-encoding = #"latin1" print-page-number = ##t %% @@ -92,14 +88,11 @@ #(define font-defaults '((font-encoding . fetaMusic))) - %% use lmodern in latin1 (cork) flavour if EC is not available. + %% + %% the font encoding `latin1' is a dummy value for Pango fonts + %% #(define text-font-defaults - `((font-encoding . - ,(cond - (tex-backend? 'Extended-TeX-Font-Encoding---Latin) - (else 'latin1))) - ;; add to taste here. - + `((font-encoding . latin1) (baseline-skip . 3) (word-space . 0.6)))