X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fslur.scm;h=777b4a86dd756795ed63952c1b579237a2bb37cf;hb=454201fcc65b1a3494253f3fe3fba99baca19e93;hp=772b5b28a4e804a33355b8e7fad68e178ad6f005;hpb=46a7d3d3e83e0cfa9a93713f81daba66aa3427eb;p=lilypond.git diff --git a/scm/slur.scm b/scm/slur.scm index 772b5b28a4..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 @@ -26,5 +24,5 @@ (head-slur-distance-max-ratio . 3) (head-slur-distance-factor . 10) (absolute-closeness-measure . 0.3) - (edge-slope-exponent . 2) + (edge-slope-exponent . 1.7) ))