]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper-as9.ly
patch::: 1.3.144.jcn2
[lilypond.git] / ly / paper-as9.ly
1 % paper-as9.ly
2
3 \version "1.3.120";
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.ly";
13         
14 }
15
16 \paper { \paperAsNine }