]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/script.scm
release: 1.1.38
[lilypond.git] / scm / script.scm
index 17483b954f75b10e0aaa450c993e362867ba82e8..c1c209f57210e9562e5bf11fd1ad0b5bfea483c2 100644 (file)
@@ -1,4 +1,4 @@
-;; (name . '((downindexstring upindexstring)
+;; (name . '((downindexstring upindexstring)
 ;;           follow-into-staff :: bool
 ;;           dir-relative-to-stem :: int
 ;;           force-dir :: int
@@ -15,8 +15,8 @@
        ("portato" . (("dportato" . "uportato") #f -1 0 0))
        ("fermata" . (("dfermata" . "ufermata") #f 1 0 0))
        ("stopped" . (("stopped" . "stopped") #f 0 1 0))
-       ("staccato" . (("staccato" . "staccato") #t -1 0 0))
-       ("tenuto" . (("tenuto" "tenuto") 1 -1 0 0))
+       ("staccato" . (("staccato" . "staccato") #t -1 0 -100))
+       ("tenuto" . (("tenuto" "tenuto") 1 -1 0 0))
        ("upbow" . (("upbow" . "upbow") #f 0 1 0))
        ("downbow" . (("downbow" . "downbow") #f 0 1 0))
        ("lheel" . (("upedalheel" . "upedalheel") #f 0 -1  0))