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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to