lilypond-1.3.145
[lilypond.git] / ly / paper-as5.ly
blob78959978dbd6912621c5a64649bd0bc34068dcbd
1 % paper-as5.ly
3 \version "1.3.120";
5 paperAsFive = \paper {
6 staffheight = 5.\char;
8 \stylesheet #(as-make-style-sheet 'as5)
10 \translator { \StaffContext barSize = \staffheight; }
12 % no beam-slope
13 %\translator { \VoiceContext beamHeight = #0; }
14 \include "params-as.ly";
17 \paper { \paperAsFive }