]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-postscript.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / font-postscript.ly
1 \header {
2   texidoc = "This file demonstrates how to load different (postscript)
3 fonts.  The file @file{font.scm} shows how to define the scheme-function
4 @code{make-century-schoolbook-tree}."
5 }
6
7 \version "2.12.0"
8
9 \paper {
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 \layout {
19   line-width = 160 \mm - 2.0 * 9.0 \mm
20
21   indent = 0.0\mm
22   ragged-right = ##t
23 }
24
25 {
26   \key a \major
27   \time 6/8
28   cis''8.^"test!" d''16 cis''8 e''4 e''8
29 }