]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper-as5-init.ly
* scm/output-ascii-script.scm (as-font-alist-alist):
[lilypond.git] / ly / paper-as5-init.ly
1 % paper-as5-init.ly
2
3 \version "1.7.18"
4
5 paperAsFive = \paper {
6         staffheight = 5.\char
7
8         #(define fonts (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 }