]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper-as9-init.ly
cfa1c0ba6b6fd0f2f1d1e537f0c82e7081f896ef
[lilypond.git] / ly / paper-as9-init.ly
1 % paper-as9-init.ly
2
3 \version "1.9.8"
4
5 paperAsNine = \paper {
6         staffheight = 9.\char
7
8         %\translator { \StaffContext barSize = \staffheight }
9
10         #(define fonts (as-make-font-list 'as9))
11
12         \include "params-as-init.ly"
13 }
14
15 \paper { \paperAsNine }