]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/script.scm
Revert "Apply scripts/auxiliar/fixscm.sh"
[lilypond.git] / scm / script.scm
index 4d6dc05a8ea6eb5bcbe8f346cca4470c5b3fe6c1..b5e14bae5667974c269dea5e0e8602e8946b7131 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2000--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; Copyright (C) 2000--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
@@ -62,6 +62,7 @@
      . (
        (script-stencil . (feta . ("downbow" . "downbow")))
        (padding . 0.20)
+       (skyline-horizontal-padding . 0.20)
        (avoid-slur . around)
        (direction . ,UP)
        (script-priority . 150)))
        (quantize-position . #t)
        (script-stencil . (feta . ("dstaccatissimo" . "ustaccatissimo")))
        (padding . 0.20)
+       (skyline-horizontal-padding . 0.10)
        (side-relative-direction . ,DOWN)))
     ("staccato"
      . (
        (avoid-slur . inside)
        (toward-stem-shift . 0.5)
        (padding . 0.20)
+       (skyline-horizontal-padding . 0.10)
        (script-priority . -100)))
     ("stopped"
      . (
        (avoid-slur . inside)
        (padding . 0.20)
        (side-relative-direction . ,DOWN)))
-    ("thumb"
-     . (
-       (script-stencil . (feta . ("thumb"  . "thumb")))
-       (avoid-slur . around)
-       (padding . 0.50)
-       (direction . ,UP)
-       (staff-padding . 0.5)))
     ("trill"
      . (
        (script-stencil . (feta . ("trill" . "trill")))