X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fscript.scm;h=417df4cbee435084d093bcb65036ff59e1620dce;hb=98b9439fda0b019a67cfe63b0c0c5bb99ded618e;hp=a8b5cc7c91678c7f9e182611f356a61b1722c5fe;hpb=a1a8c5c497df3fb5ff227cc06341bdaec7c2eb6d;p=lilypond.git diff --git a/scm/script.scm b/scm/script.scm index a8b5cc7c91..417df4cbee 100644 --- a/scm/script.scm +++ b/scm/script.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2000--2010 Han-Wen Nienhuys +;;;; Copyright (C) 2000--2011 Han-Wen Nienhuys ;;;; ;;;; 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"))) @@ -321,7 +322,8 @@ (script-stencil . (feta . ("upbow" . "upbow"))) (avoid-slur . around) (padding . 0.20) - (direction . ,UP))) + (direction . ,UP) + (script-priority . 150))) ("upmordent" . ( (script-stencil . (feta . ("upmordent" . "upmordent")))