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: Pierre Perol-Schneider
Subject: Re: Controlling the order of articulations and text markup
Date: Sat, 13 Dec 2014 11:19:37 +0100

Hi Richard, Hi Trevor,
See LSR addition : http://lsr.di.unimi.it/LSR/Item?id=965
Cheers,
Pierre

2014-12-13 10:20 GMT+01:00 Trevor Daniels <address@hidden>:

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

reply via email to

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