lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with accent placement


From: Alex Jones
Subject: Re: problem with accent placement
Date: Sun, 27 Dec 2015 13:30:25 -0500

This was successful, thank you!  I did not try the more involved solution.

-akj

> On Dec 27, 2015, at 1:12 PM, Thomas Morley <address@hidden> wrote:
> 
> 2015-12-27 18:18 GMT+01:00 Alex Jones <address@hidden>:
>> 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




reply via email to

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