File: font-postscript.ly

package info (click to toggle)
lilypond 2.24.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 70,352 kB
  • sloc: cpp: 87,962; lisp: 43,344; xml: 31,269; python: 22,974; sh: 4,090; yacc: 4,080; perl: 2,873; lex: 1,387; makefile: 76
file content (29 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\header {
  texidoc = "This file demonstrates how to load different (postscript)
fonts.  The file @file{font.scm} shows how to define the scheme-function
@code{make-default-fonts-tree}."
}

\version "2.16.0"

\paper {
  #(define text-font-defaults
    '((font-encoding . latin1)
      (baseline-skip . 2)
      (word-space . 0.6)))

  #(set! fonts (make-default-fonts-tree 1.0))
}

\layout {
  line-width = 160 \mm - 2.0 * 9.0 \mm

  indent = 0.0\mm
  ragged-right = ##t
}

{
  \key a \major
  \time 6/8
  cis''8.^"test!" d''16 cis''8 e''4 e''8
}