]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params.ly
patch::: 1.1.60.jcn2
[lilypond.git] / ly / params.ly
index 47b28f061efea9675ced4a79ffed37f09b29ddac..3cf95651a8dbef1977e1a90a65222a93036e7e8f 100644 (file)
@@ -93,10 +93,18 @@ slur_x_minimum = 3.0 * \interline;
 
 % slope damping: keep dy/dx < slur_slope_damping
 slur_slope_damping = 0.3;
+slur_interstaff_slope_damping = 0.6;
 % height damping: keep h/dx < slur_height_damping
 slur_height_damping = 0.5;
+slur_interstaff_height_damping = 0.5;
 % snap to stem if slur ends closer to stem than
-slur_snap_to_stem = 1.5 * \interline;
+slur_snap_to_stem = 1.75 * \interline;
+slur_interstaff_snap_to_stem = 2.5 * \interline;
+% maximum dy change allowed by snapping
+slur_snap_max_slope_change = 0.5;
+slur_interstaff_snap_max_slope_change = 0.5;
+
+
 
 tie_x_minimum = \slur_x_minimum;
 % OSU: tie gap == slur gap
@@ -186,11 +194,12 @@ postBreakPadding = 0.0;
 stemSpacingCorrection = 0.5*\interline;
 
 
-% relative strength of space following  time signature, 
-non_musical_space_strength = 4.0; 
-
+% relative strength of space following  tprefatory matter, and inline clefs.
+non_musical_space_strength = 40.0; 
 
 
+%If columns do not have spacing information set, set it to this much
+loose_column_distance = 2.0 * \interline;
 
 
 \include "engraver.ly";