]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper-defaults.ly
add apostrophes.
[lilypond.git] / ly / paper-defaults.ly
index 95d6b039fdc866b4facea2915c222b13b7e9639b..925f1c3ffa2cad8c85386b98e2b7232ac2ac9df8 100644 (file)
@@ -27,7 +27,8 @@
     
     #(define-public book-title (marked-up-title 'bookTitleMarkup))
     #(define-public score-title (marked-up-title 'scoreTitleMarkup))
-
+    #(define-public force-eps-font-include #f)
+    
     %%
     %% ugh. hard coded?
     %%
@@ -49,7 +50,6 @@
     beforetitlespace = 10 \mm
     betweentitlespace = 2 \mm
 
-
     raggedbottom = ##f
 
     %%
@@ -57,7 +57,7 @@
     %%
     raggedlastbottom= ##t
 
-    %% ugh.  Should use /etc/papersize and set explicitely for
+    %% ugh.  Should use /etc/papersize and set explicitly for
     %% documentation.
     papersizename = "a4"
 
     %% use lmodern in latin1 (cork) flavour if EC is not available.
     #(define text-font-defaults
       `((font-encoding .
-;        cork-lm
-       Extended-TeX-Font-Encoding---Latin
-;        ,(if (and (not (ly:kpathsea-find-file "ecrm10.pfa"))
-;              (ly:kpathsea-find-file "cork-lm.enc")) 'cork-lm 'Extended-TeX-Font-Encoding---Latin)
-       )
-       (baseline-skip . 2)
+        ,(cond
+          (tex-backend? 'Extended-TeX-Font-Encoding---Latin)
+          (else 'latin1)))
+       ;; add to taste here.
+       
+       (baseline-skip . 3)
        (word-space . 0.6)))
 
     #(define page-breaking ly:optimal-page-breaks)