X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fparams.ly;h=71f1f66b1ef46befcabb2f4fb006a6d87b4751ce;hb=0cf97b5cdceecbba937f43ac827f4065aad5001e;hp=354779e019bfd033dc4046b1db2a87f3094e0db8;hpb=e319b8b2e19181a6e0864139bd94a36d66adb602;p=lilypond.git diff --git a/ly/params.ly b/ly/params.ly index 354779e019..71f1f66b1e 100644 --- a/ly/params.ly +++ b/ly/params.ly @@ -184,19 +184,10 @@ rulethickness = \staffline; gourlay_energybound = 100000.; %{ Maximum number of measures per line to try when using Gourlay -method. Decreasing this greatly reduces computation time. +method. %} gourlay_maxmeasures = 10.; -%{ -Gourlay is a better, TeX like algorithm for breaking lines. Wordwrap is faster, but leaves -really spaced out lines at the end -%} - -Gourlay = 1.0; -Wordwrap = 0.0; - -castingalgorithm = \Gourlay; %{ Ross. page 151 lists these values, but we think that thick lines and kernings are too thick. @@ -282,8 +273,10 @@ stem_default_neutral_direction = 1.0; % in interline articulation_script_padding_default = 1.0; -% 1.0 -> faster. -simple_spacing_solver = 1.0; +% Backward compatibility -- has no function; +Gourlay = 0.0; +Wordwrap =0.0; + \include "engraver.ly";