]> git.donarmstrong.com Git - lilypond.git/blob - init/paper16.ly
patch::: 0.1.9.jcn1: tegen negen
[lilypond.git] / init / paper16.ly
1 % paper16.ly
2
3 \include "table16.ly"
4
5 Gourlay = 1.0
6 Wordwrap = 0.0
7
8 default_paper = \paper {
9         linewidth = 15.0 \cm;
10         rule_thickness = 0.4\pt;
11         bar_size = 16.0 \pt;
12         interline = 4.\pt;
13         notewidth = 5.0\pt;
14         wholewidth = 4.8\pt;
15         unitspace = 22.\pt;
16         %geometric = 1.414;
17         %basicspace = 4.\pt;
18
19         geometric = 0.;
20         arithmetic_basicspace = 2.;
21         arithmetic_multiplier = 4.8\pt;
22    
23         %
24         interbeam = 2.667\pt;
25
26         gourlay_energybound = 100000.;
27         gourlay_maxmeasures = 14.;
28         castingalgorithm = \Gourlay;
29         \symboltables { \table_sixteen }
30         \requesttranslator { \orchestral_score_translator }
31 }