]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-postscript.ly
release commit
[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 @code{make-century-schoolbook-tree}."
6
7 }
8 \version "2.3.7"
9
10 \bookpaper
11 {
12     #(define text-font-defaults
13       '((font-encoding . latin1)
14         (baseline-skip . 2)
15         (word-space . 0.6)))
16
17     #(set! fonts (make-century-schoolbook-tree 1.0))
18 }
19
20 %ugh.
21 % do this here so we don't forget the connection with
22 % this file.
23 #(system "afm2tfm `kpsewhich uncb8a.afm` uncb8a.tfm") 
24
25 \paper {
26     linewidth = 160 \mm - 2.0 * 9.0 \mm
27
28     
29     indent = 0.0\mm
30     raggedright = ##t
31 }
32
33     {
34         \key a \major
35 \time 6/8
36 cis''8. d''16 cis''8 e''4 e''8
37     }