]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper-as5-init.ly
f7f58a3a3d51d930aef12c4c176d804a7cb623e0
[lilypond.git] / ly / paper-as5-init.ly
1 % paper-as5-init.ly
2
3 \version "1.3.146"
4
5 paperAsFive = \paper {
6         staffheight = 5.\char
7
8         \stylesheet #(as-make-style-sheet '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 }