]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/slur.scm
* python/lilylib.py (make_ps_images): don't do showpage for
[lilypond.git] / scm / slur.scm
index d7ec5fef84318872996c1171f2bb96522749cafc..238b13827f2a582bfd0921e6e4f56b542c6e3eb0 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>
-;;;;
                                ;
 ; 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.3)
+    (head-slur-distance-max-ratio . 3)
+    (head-slur-distance-factor . 10)
+    (absolute-closeness-measure . 0.3)
+    (edge-slope-exponent . 1.7)
     ))