]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/slur.scm
patch::: 1.4.3.jcn4
[lilypond.git] / scm / slur.scm
index abfa9e2a89f92831093483e72ad4b72a3fd38a63..28d1eb0cf12a38143cecca50cdf880fbe5f62b15 100644 (file)
 (define default-slur-extremity-offset-alist
   '(
     ((head 1 1) . (-0.25 . 0.25))
-    ((head 1 -1) . (-0.25 . -0.25))
+    ((head 1 -1) . (-0.25 . 0.25))
     ((head -1 1) . (-0.25 . 0.25))
-    ((head -1 -1) . (-0.85 . -0.25))
+    ((head -1 -1) . (-0.85 . 0.25))
 
     ((stem 1 1) . (0 . 0.5))
-    ((stem -1 -1) . (0 . -0.5))
+    ((stem -1 -1) . (0 . 0.5))
 
     ((loose-end 1 1) . (-0.4 . 0))
     ((loose-end 1 -1) . (-0.4 . 0))
 (define default-phrasing-slur-extremity-offset-alist
   '(
     ((head 1 1) . (-0.25 . 1.25))
-    ((head 1 -1) . (-0.25 . -1.25))
+    ((head 1 -1) . (-0.25 . 1.25))
     ((head -1 1) . (-0.25 . 1.25))
-    ((head -1 -1) . (-0.85 . -1.25))
+    ((head -1 -1) . (-0.85 . 1.25))
 
     ((stem 1 1) . (0 . 1.5))
-    ((stem -1 -1) . (0 . -1.5))
+    ((stem -1 -1) . (0 . 1.5))
 
     ((loose-end 1 1) . (-0.4 . 0))
     ((loose-end 1 -1) . (-0.4 . 0))