]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params.ly
release: 1.1.64
[lilypond.git] / ly / params.ly
index 65d4e8d02a2350feefe76ab4c30b9f4147e9ab45..033f1c9a3ff1733f39a18773ee7cb4172739d5d4 100644 (file)
@@ -101,7 +101,7 @@ slur_x_minimum = 3.0 * \interline;
 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_height_damping = 0.4;
 slur_interstaff_height_damping = 0.5;
 % snap to stem if slur ends closer to stem than
 slur_snap_to_stem = 1.75 * \interline;
@@ -201,12 +201,14 @@ stemSpacingCorrection = 0.5*\interline;
 
 
 % relative strength of space following  tprefatory matter, and inline clefs.
-non_musical_space_strength = 40.0; 
+non_musical_space_strength = 8.0; 
 
 
 %If columns do not have spacing information set, set it to this much
 loose_column_distance = 2.0 * \interline;
 
+% if stem is on middle line, choose this direction.
+stem_default_neutral_direction = 1.0;
 
 \include "engraver.ly";