From: fred Date: Thu, 15 Jan 1998 17:34:31 +0000 (+0000) Subject: lilypond-0.1.41 X-Git-Tag: release/1.5.59~6016 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=45c0c4fab2adc94c3c45a2e3326701f8e7653196;p=lilypond.git lilypond-0.1.41 --- diff --git a/init/paper13.ly b/init/paper13.ly new file mode 100644 index 0000000000..e693d20041 --- /dev/null +++ b/init/paper13.ly @@ -0,0 +1,37 @@ +% paper20.ly + +\include "table13.ly" + +paper_thirteen = \paper { + linewidth = 15.0 \cm; + rulethickness = 0.25\pt; + barsize = 13.0 \pt; + interline = 3.25\pt; + notewidth = 7.15\pt; % ugh see table20 for sizes + wholewidth = 10.44\pt; + unitspace = 22.\pt; +% basicspace = 4.\pt; +% geometric = 1.414; + geometric = 0.; + basicspace = 9.\pt; + + arithmetic_basicspace = 2.; + arithmetic_multiplier = 7.\pt; + + % + % three beams span two interlines, including stafflines: + % 2 interbeam + beam_thickness = 2 interline - staffline_thickness + % ( beam_thickness = 0.48 interline for now...) + % interbeam = interline - (beam_thickness + staffline_thickness) / 2 + % interbeam = 3.6; + % ugh: interline *in fact* is rule_thickness + "interline"? + interbeam = 3.9; + + gourlay_energybound = 100000.; + gourlay_maxmeasures = 12.; + + castingalgorithm = \Gourlay; + \symboltables { \table_thirteen } + \include "engraver.ly" +} +