]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/slur.scm
Update Debian font description.
[lilypond.git] / scm / slur.scm
index a0ba65c3648b6c844c60ac8a7c89ccf18780e061..777b4a86dd756795ed63952c1b579237a2bb37cf 100644 (file)
@@ -1,10 +1,8 @@
-;;;;
 ;;;; slur.scm -- Slur scheme stuff
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
-;;;;
+;;;; (c) 2000--2005 Jan Nieuwenhuizen <janneke@gnu.org>
                                ;
 ; this is put into the slur-details property of Slur and PhrasingSlur
 (define default-slur-details
     (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.5)
+    (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)
     ))