]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params.ly
release: 1.2.14
[lilypond.git] / ly / params.ly
index 71f1f66b1ef46befcabb2f4fb006a6d87b4751ce..f0e9893b8d37316d3adcd8f1ee4272ace3913a4b 100644 (file)
@@ -267,6 +267,14 @@ If columns do not have spacing information set, set it to this much
 %}
 loose_column_distance = 2.0 * \interline;
 
+%{
+Relative cost of compressing (vs. stretching).  Increasing this
+will cause scores to be set looser
+.
+%}
+
+compression_energy_factor = 0.6;
+
 % if stem is on middle line, choose this direction.
 stem_default_neutral_direction = 1.0;