]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper20-init.ly
*** empty log message ***
[lilypond.git] / ly / paper20-init.ly
1 % paper20-init.ly
2
3
4 \version "1.9.8"
5
6 paperTwenty = \paper {
7         staffheight = 20.0\pt
8         #(define fonts (scale-font-list  1.0))
9         
10         \include "params-init.ly"
11 }
12
13 \paper { \paperTwenty }
14
15
16 %{
17
18 ; note:
19 ; you can add fonts manually  in the paper block by issuing
20
21 #(set! fonts (append ...myfonts... fonts))
22
23 for the format of myfonts, see font.scm
24
25 %}