]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-postscript.ly
* lily/new-slur.cc (score_encompass): variable head-distance penalty.
[lilypond.git] / input / regression / font-postscript.ly
1 \header {
2
3     texidoc = "This file demonstrates how to load different
4     (postscript) fonts. The file @file{font.scm} shows how to define
5     the scheme-function called."
6 }
7
8 \bookpaper
9 {
10     #(define text-font-defaults
11       '((font-encoding . latin1)
12         (baseline-skip . 2)
13         (word-space . 0.6)))
14
15     #(set! fonts (make-century-schoolbook-tree 1.0))
16 }
17
18 %ugh.
19 % do this here so we don't forget the connection with
20 % this file.
21 #(system "afm2tfm `kpsewhich uncb8a.afm` uncb8a.tfm") 
22
23 \paper {
24     linewidth = 160 \mm - 2.0 * 9.0 \mm
25
26     
27     indent = 0.0\mm
28     raggedright = ##t
29 }
30
31     {
32         \key a \major
33 \time 6/8
34 cis''8. d''16 cis''8 e''4 e''8
35     }