]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper-as5-init.ly
* lily/parser.yy (assignment): allow SCM expression as assignment.
[lilypond.git] / ly / paper-as5-init.ly
1 % paper-as5-init.ly
2
3 \version "1.5.68"
4
5 paperAsFive = \paper {
6         staffheight = 5.\char
7
8         \stylesheet #(as-make-font-list 'as5)
9         
10         \translator { \StaffContext barSize = #5 }
11
12         % no beam-slope
13         %\translator { \VoiceContext beamHeight = #0 }
14         \include "params-as-init.ly"
15 }
16
17 \paper { \paperAsFive }