]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper19-init.ly
377a4bdbd526f7c4a1a608f6097606bc278ec995
[lilypond.git] / ly / paper19-init.ly
1 % paper19-init.ly
2
3
4 \version "1.9.8"
5
6 paperNineteen = \paper {
7         staffheight = 18.0\pt
8         #(define fonts (scale-font-list  (/ 18.0 20.0) ))
9
10         \include "params-init.ly"
11 }
12
13 \paper { \paperNineteen }
14