]> git.donarmstrong.com Git - lilypond.git/blob - ly/params-as.ly
patch::: 1.3.26.jcn1
[lilypond.git] / ly / params-as.ly
1 % params-as.ly
2 % generic paper parameters
3
4 #'staff-height = \staffheight;
5
6 %%paperfile = \papersize + ".ly";
7 %%% paperfile = "a4.ly";
8 %%\include \paperfile;
9 %hsize = 60.0\char;
10 %vsize = 60.0\char;  %?
11
12 %%\include "paper.ly";
13 linewidth = 60.0\char;
14 textheight = 60.0\char;
15 indent = 8.0\char;
16
17 staffspace = (\staffheight - 1.0 ) / 4.0;
18 stafflinethickness = \staffspace / 2.0;
19
20 % deprecated
21 interline = \staffspace;
22
23 % urg, need grace_ versions of these too?
24 beam_thickness = 0.52 * (\staffspace - \stafflinethickness);
25
26 #'beam-thickness = \beam_thickness;  %% UGR
27
28
29 interbeam = (2.0 * \staffspace + \stafflinethickness - \beam_thickness) / 2.0;
30 interbeam4 = (3.0 * \staffspace - \beam_thickness) / 3.0;
31
32 %{
33 The space taken by a note is determined by the formula 
34
35 arithmetic_multiplier * ( c + log2 (time) ))
36
37 where code(time) is the amount of time a note occupies.  The value
38 of code(c) is chosen such that the smallest space within a measure is
39 arithmetic_basicspace.  The smallest space is the one following the
40 shortest note in the measure.  Typically arithmetic_basicspace is set
41 to the width of a quarter note head.
42 %}
43 arithmetic_basicspace = 2.;
44 arithmetic_multiplier = 0.9 * \quartwidth ;
45
46
47 #'Stem_tremolo::beam-width = 1.5 * \quartwidth ; 
48
49 #'Clef_item::visibility-lambda = #postbreak-only-visibility
50 #'Key_item::visibility-lambda = #postbreak-only-visibility
51 #'Breathing_sign::visibility-lambda = #non-postbreak-visibility
52
53 % catch suspect beam slopes, set slope to zero if
54 % outer stem is lengthened more than
55 beam_lengthened = 0.2 * \staffspace;
56 % and slope is running away steeper than
57 beam_steep_slope = 0.2 / 1.0;
58
59 %{
60 dit(code(slur_x_gap)) Horizontal space between note and slur.  Set to
61 code(\staffspace / 5) by default.  
62
63 %}
64 % OSU: suggested gap = ss / 5;
65 slur_x_gap = \staffspace / 5.0;
66 slur_y_gap = 0.25 * \staffspace;
67 slur_y_free = 0.75 * \staffspace;
68 slur_x_minimum = 1.5 * \staffspace;
69
70 %{
71 Like beams, slurs often aren't as steep as the notes they encompass.
72 This sets the amount of damping.
73 %}
74 % slope damping: keep dy/dx < slur_slope_damping
75 slur_slope_damping = 0.3;
76 slur_interstaff_slope_damping = 0.6;
77 % height damping: keep h/dx < slur_height_damping
78 slur_height_damping = 0.4;
79 slur_interstaff_height_damping = 0.5;
80 % snap to stem if slur ends closer to stem than
81 slur_snap_to_stem = 1.75 * \staffspace;
82 slur_interstaff_snap_to_stem = 2.5 * \staffspace;
83 % maximum dy change allowed by snapping
84 slur_snap_max_slope_change = 0.5;
85 slur_interstaff_snap_max_slope_change = 0.5;
86
87
88
89 tie_x_minimum = \staffspace + \slur_x_minimum;
90 % OSU: tie gap == slur gap
91 tie_x_gap = \slur_x_gap;
92 tie_y_gap = 0.25 * \staffspace;
93 % length of a tie that's a staffspace high
94 tie_staffspace_length = 4.0 * \staffspace;
95
96 % ugh: rename to bow (in bezier.cc and fonts.doc too...)
97
98 % used to be 1.4 .
99 slur_thickness = 1.2 * \stafflinethickness;
100 tie_thickness = 1.2 * \stafflinethickness;
101
102 %{
103  Specifies the maximum height of slurs.
104 %}
105 slur_height_limit = \staffheight;
106
107
108 %{
109 Specifes the ratio of slur hight to slur width
110 to aim for.  Default value is 0.3. 
111 %}
112
113 % slur_ratio = 0.3;
114 % try bit flatter slurs
115 slur_ratio = 0.25;
116 slur_clip_ratio = 1.2;
117 slur_clip_height = 3.0 * \staffheight;
118 slur_clip_angle = 100.0;
119 slur_rc_factor = 2.4;
120
121 % ugh
122 notewidth = 3.0\char;
123
124 gourlay_energybound = 100000.;
125 %{
126 Maximum number of measures per line to try when using Gourlay
127 method. 
128 %}
129 gourlay_maxmeasures = 10.;
130
131 bar_kern = 1.0\char;
132 bar_thinkern = 1.0\char;
133 barthick_thick = 2.0\char;
134 barthick_score = 1.0\char;
135 barthick_thin = 1.0\char;
136
137 bracket_arch_thick = \staffspace / 3.0;
138 bracket_width = 2.0 * \staffspace;
139 bracket_thick = 2.0 * \stafflinethickness;
140 bracket_arch_height = 1.5 * \staffspace;
141 bracket_arch_width = \bracket_arch_height;
142 bracket_arch_angle = 50.0;
143
144 tuplet_spanner_gap = 2.0 * \staffspace;
145 tuplet_thick = 1.0\char;
146 volta_thick = 1.0\char;
147 volta_spanner_height = 1.0\char;
148
149 % relative thickness of thin lines  1.6 : 1 : 0.8
150 stemthickness = 1.0\char;
151 rulethickness = 1.0\char;
152
153
154 extender_height = 0.8*\stafflinethickness;
155
156 hyphen_thickness = 0.05*\font_normal;
157 hyphen_height = 0.2*\font_normal;
158 hyphen_minimum_length = 0.25*\font_normal;
159
160 % Multi-measure rests
161 multi_measure_rest_x_minimum = 2.5*\staffheight;
162 multi_measure_rest_padding = 2.0 *\staffspace;
163 multi_measure_rest_expand_limit = 10.0;
164
165 % chop off this much when next to pp / ff sign.
166 crescendo_shorten = 4.0 * \staffspace;
167 crescendo_thickness   = \stafflinethickness;
168 crescendo_height = 0.666 * \staffspace;
169
170 % in internote.
171 restcollision_minimum_dist = 3.0;
172 restcollision_minimum_beamdist = 1.5;
173
174
175 % unit for note collision resolving
176 collision_note_width = \notewidth;      %ugh.
177
178 % deprecated!
179 postBreakPadding = 0.0;
180
181 % optical correction amount.
182 stemSpacingCorrection = 0.5*\staffspace;
183
184
185 %{
186  relative strength of space following breakable columns (eg. prefatory matter)
187  %}
188 breakable_column_space_strength = 2.0; 
189
190 % space after inline clefs and such get this much stretched
191 decrease_nonmus_spacing_factor = 1.0 ;
192
193 %{
194  space before musical columns (eg. taken by accidentals) get this much
195  stretched when they follow a musical column, in absence of grace notes.
196
197  0.0 means no extra space (accidentals are ignored)
198 %}
199 musical_to_musical_left_spacing_factor = 0.4;
200
201 %{
202  stretch space this much if there are grace notes before the column
203 %}
204 before_grace_spacing_factor = 1.2;
205
206 %{
207 If columns do not have spacing information set, set it to this much
208 %}
209 loose_column_distance = 2.0 * \staffspace;
210
211 %{
212 Relative cost of compressing (vs. stretching).  Increasing this
213 will cause scores to be set looser
214 .
215 %}
216
217 compression_energy_factor = 0.6;
218
219 % if stem is on middle line, choose this direction.
220 stem_default_neutral_direction = 1.0;
221
222 % in staffspace
223 articulation_script_padding_default = 1.0;
224
225 % Backward compatibility -- has no function; 
226 Gourlay = 0.0;
227 Wordwrap =0.0;
228
229 \include "engraver.ly";
230
231
232 #'margin-shape = #'()
233
234
235
236 #'Local_key_item::left-padding = #'0.2
237 #'Local_key_item::right-padding = #'0.4
238
239 #'Staff_symbol::staff-space = \staffspace ;
240 #'Staff_symbol::line-count = #5
241