X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fslur.scm;h=777b4a86dd756795ed63952c1b579237a2bb37cf;hb=36f6cd546770e38c6e2314404e21f1c89504eb7d;hp=943e6dd61e6db697b2e6d58a6601c50cdce211c4;hpb=ca4a47ffd343a3672c0e13b801eeb2647866ce98;p=lilypond.git diff --git a/scm/slur.scm b/scm/slur.scm index 943e6dd61e..777b4a86dd 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 -;;;; +;;;; (c) 2000--2005 Jan Nieuwenhuizen ; ; this is put into the slur-details property of Slur and PhrasingSlur (define default-slur-details @@ -19,9 +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) ))