Sorry for the redundant question. I forgot that I already obtained an
answer for the same question (and I did not delete in my "how-to" list,
meanwhile)

http://lilypond.1069038.n5.nabble.com/Outside-staff-priority-and-vertical-order-of-grobs-td226058.html

On Wed, Feb 5, 2020 at 10:32 PM Paolo Prete <paolopr...@gmail.com> wrote:

> Hello,
>
> what's wrong in the following code? (tested on both 2.18 and 2,19)
> I would like that the Script grob appear below the other grobs, then I set
> the lowest value for its outside-staff-priority, but it appears above the
> TupletBracket.
> How can I fix this?
>
> Thanks,
> P
>
> %%%%%%%%%%%%%%%%%
> {
> \once \override TupletBracket.outside-staff-priority = 10000
> \once \override DynamicText.outside-staff-priority = 5000
> \once \override DynamicLineSpanner.outside-staff-priority = 5000
> \once \override Script.outside-staff-priority = 3000
> \once \override TupletBracket.direction = #UP
> \once \override Script.Y-offset = 7
> \tuplet 3/2 {  c'''4^>^\mf c''' c''' } c''' r
> }
> %%%%%%%%%%%%%%%%%
>

Reply via email to