X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flayout-slur.scm;h=5614dd65c601b0db614ddc25c6a2b214c043d6fc;hb=b92ea16ef75d8aaa7bdb9f492b58d7af906e7945;hp=e153c0cf79d2370d013d4c578983a2cfa6354e5a;hpb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;p=lilypond.git diff --git a/scm/layout-slur.scm b/scm/layout-slur.scm index e153c0cf79..5614dd65c6 100644 --- a/scm/layout-slur.scm +++ b/scm/layout-slur.scm @@ -1,8 +1,19 @@ -;;;; slur.scm -- Slur scheme stuff +;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; source file of the GNU LilyPond music typesetter -;;;; -;;;; (c) 2000--2009 Jan Nieuwenhuizen +;;;; Copyright (C) 2000--2011 Jan Nieuwenhuizen +;;;; +;;;; LilyPond is free software: you can redistribute it and/or modify +;;;; it under the terms of the GNU General Public License as published by +;;;; the Free Software Foundation, either version 3 of the License, or +;;;; (at your option) any later version. +;;;; +;;;; LilyPond is distributed in the hope that it will be useful, +;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;;; GNU General Public License for more details. +;;;; +;;;; You should have received a copy of the GNU General Public License +;;;; along with LilyPond. If not, see . ; ; this is put into the slur-details property of Slur and PhrasingSlur (define default-slur-details @@ -26,4 +37,5 @@ (head-slur-distance-factor . 10) (absolute-closeness-measure . 0.3) (edge-slope-exponent . 1.7) + (close-to-edge-length . 2.5) ))