From a074d941086c5ebf2ea2940e71a85d9b103829a1 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:27:30 +0000 Subject: [PATCH] lilypond-1.2.13 --- ly/params.ly | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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"; -- 2.39.5