]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/slur.scm
patch::: 1.3.96.jcn9
[lilypond.git] / scm / slur.scm
index 046d86ddcf97ec1c2c4d8899644ceec22b671870..2c10991f077dd4bf21e3b273a1b91ebe24b7eb9d 100644 (file)
     ))
 
 
-
+(define default-basic-slur-properties
+  `(
+   (molecule-callback . ,Slur::brew_molecule)
+   (thickness . 1.2)           
+   (spacing-procedure . ,Slur::set_spacing_rods)               
+   (minimum-length . 1.5)
+   (after-line-breaking-callback . ,Slur::after_line_breaking)
+   (extremity-rules . ,default-slur-extremity-rules)
+   (extremity-offset-alist . ,default-slur-extremity-offset-alist)
+   (de-uglify-parameters . ( 1.5  0.8  -2.0))
+   (details . ((height-limit . 2.0) (ratio . 0.333) (force-blowfit . 0.5)))
+   (beautiful . 0.5)
+   (y-free . 0.75)
+   (attachment-offset . ((0 . 0) . (0 . 0)))
+   (slope-limit . 0.8)
+   (meta . ,(element-description "Slur" general-element-interface slur-interface))
+   )
+  )