X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fslur.scm;h=238b13827f2a582bfd0921e6e4f56b542c6e3eb0;hb=abfdd3c36946e4c341b0abb0f1c6bbdbc12883c1;hp=d7ec5fef84318872996c1171f2bb96522749cafc;hpb=aa53bc276900dd8258a6f4ba6ba8c695bfd385d1;p=lilypond.git diff --git a/scm/slur.scm b/scm/slur.scm index d7ec5fef84..238b13827f 100644 --- a/scm/slur.scm +++ b/scm/slur.scm @@ -1,10 +1,8 @@ -;;;; ;;;; slur.scm -- Slur scheme stuff ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; ;;;; (c) 2000--2004 Jan Nieuwenhuizen -;;;; ; ; this is put into the slur-details property of Slur and PhrasingSlur (define default-slur-details @@ -19,7 +17,12 @@ (max-slope . 1.1) (max-slope-factor . 10) (free-head-distance . 0.3) + (free-slur-distance . 0.8) (extra-object-collision . 50) (accidental-collision . 3) (extra-encompass-free-distance . 0.3) + (head-slur-distance-max-ratio . 3) + (head-slur-distance-factor . 10) + (absolute-closeness-measure . 0.3) + (edge-slope-exponent . 1.7) ))