2015-12-27 18:18 GMT+01:00 Alex Jones <[email protected]>:
> I’m using the Script.priority-order to place an accidental above a trill 
> ornament, but when combining with a note accent it creates an ordering 
> property as per the documentation example.  However with the following 
> snippet:
>
> \version "2.18.0"
>
> \relative c''' {
> a2-> \trill
>
> \once \override Script.script-priority = #-100
> a2-> ^\trill^\markup { \sharp }
> }
>
>
> The first note places the accent adjacent to the note and the trill above 
> (which is correct)
>
> when adding the \sharp and getting it above the tr it swaps the accent and 
> trill ornament creates this side-effect.
>
> Is there a way to specify the order between the three expressive marks?
>
> Thanks!!!
>
> -akj

\relative c''' {
a2-> \trill

a2-\tweak script-priority #99 ->
  -\tweak script-priority #100 ^\trill
  ^\markup { \sharp }
}


HTH,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to