lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vertical placement of trillspan and upbow


From: Arjen
Subject: vertical placement of trillspan and upbow
Date: Sun, 5 Mar 2023 15:56:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

Hello,

I am trying to switch the vertical stacking order of the upbow symbol and the trillspan in the following fragment by overriding the script-priority of the upbow symbol.
The upbow symbol should be the topmost.

\version "2.22.1"
\relative a'' {
  g1\startTrillSpan ( ~
  \once \override Script.script-priority = #1000
  g2\upbow\stopTrillSpan ~ \acciaccatura fis8 g8 e8)
}



I tried replacing "Script" with "TextScript", but it did not work either.
And I tried overriding TrillSpanner.script-priority to -1000 (placing it before the g1), which also didn't work.

Can someone please be so kind to explain how to accomplish this?

Regards,
Arjen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]