Greetings -

I feel kind of stupid. I don't understand why the following four examples
all produce the same output. Are the \upbow and \trill *not* TextScripts?
I'm trying to get the trill below the upbow.

I'm using LilyPond 2.19.83 with Frescobaldi 3.0.0 under Linux/Ubuntu 18.04

%%%%%%%%%%%%%%%%%

\version "2.19.83"

{ f'4\trill\upbow( e') }

{ f'4\upbow\trill( e') }

{ \once \override TextScript.script-priority = #-100
  f'4\trill\upbow( e') }

{ \once \override TextScript.script-priority = #-100
  f'4\upbow\trill( e') }

%%%%%%%%%%%%%%%%%

Thanks for your help,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
(he, him, his)
palmer.r.vio...@gmail.com

Reply via email to