]> git.donarmstrong.com Git - lilypond.git/blob - scm/slur.scm
* input/regression/slur-stem-broken.ly: remove.
[lilypond.git] / scm / slur.scm
1 ;;;;
2 ;;;; slur.scm -- Slur scheme stuff
3 ;;;;
4 ;;;; source file of the GNU LilyPond music typesetter
5 ;;;; 
6 ;;;; (c)  2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
7 ;;;;
8                                 ;
9 ; this is put into the slur-details property of Slur and PhrasingSlur
10 (define default-slur-details
11   '((region-size . 4)
12     (head-encompass-penalty . 1000.0)
13     (stem-encompass-penalty . 30.0)
14     (closeness-factor . 10)
15     (edge-attraction-factor . 4)
16     (same-slope-penalty . 20)
17     (steeper-slope-factor . 50)
18     (non-horizontal-penalty . 15)
19     (max-slope . 1.1)
20     (max-slope-factor . 10)
21     (free-head-distance . 0.3)
22     (extra-object-collision . 50)
23     (accidental-collision . 3)
24     (extra-encompass-free-distance . 0.5)
25     ))