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