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