lilypond-user
[Top][All Lists]
Advanced

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

Re: Controlling the order of articulations and text markup


From: Trevor Daniels
Subject: Re: Controlling the order of articulations and text markup
Date: Sat, 13 Dec 2014 09:20:51 -0000

Richard Shann wrote Saturday, December 13, 2014 8:39 AM

> I am having trouble controlling the stacking order of articulations and
> text. 

\version "2.18.2"
{
\once \override TextScript.outside-staff-priority = #500  
\once \override Script.outside-staff-priority = #450  

c''  ^Text 
     ^\tweak script-priority 100 ^\turn
     ^\tweak script-priority 150 ^\prall
}
 
Setting outside-staff-priority turns Script objects into "outside-staff-objects"
and their position can then be controlled relative to TextScript objects.

Then, to control the relative position of several Script objects at the same
musical moment, \tweak their script-priority values, or (not shown) to
place two Script objects above and below a TextScript object \tweak
their outside-staff-priority.

Trevor

reply via email to

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