]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/script.scm
Web-es: update NEWS; marker for main web file.
[lilypond.git] / scm / script.scm
index a8b5cc7c91678c7f9e182611f356a61b1722c5fe..905a9f5a623b70079193d6fdb7b70c4a2ad7d37f 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2000--2010 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
@@ -63,7 +63,8 @@
        (script-stencil . (feta . ("downbow" . "downbow")))
        (padding . 0.20)
        (avoid-slur . around)
-       (direction . ,UP)))
+       (direction . ,UP)
+       (script-priority . 150)))
     ("downmordent"
      . (
        (script-stencil . (feta . ("downmordent" . "downmordent")))
      . (
        (script-stencil . (feta . ("uportato" . "dportato")))
        (avoid-slur . around)
-       (slur-padding . 0.3)
        (padding . 0.45)
        (side-relative-direction . ,DOWN)))
     ("prall"
        (avoid-slur . around)
        (padding . 0.50)
        (direction . ,UP)
-       (slur-padding . 0.2)
        (staff-padding . 0.5)))
     ("trill"
      . (
        (script-stencil . (feta . ("upbow" . "upbow")))
        (avoid-slur . around)
        (padding . 0.20)
-       (direction . ,UP)))
+       (direction . ,UP)
+       (script-priority . 150)))
     ("upmordent"
      . (
        (script-stencil . (feta . ("upmordent" . "upmordent")))