Re: Controlling the order of articulations and text markup

2014-12-17 Thread Richard Shann
On Tue, 2014-12-16 at 21:56 +, Trevor Daniels wrote: > Richard, you wrote Tuesday, December 16, 2014 5:50 PM > > > Well, I am getting an unexpected order in this case: > > > > \version "2.18.0" > > { > > a'4 > > -\tweak script-priority 0 ^\markup\tiny\sharp > > -\tweak script-priority -5 ^

Re: Controlling the order of articulations and text markup

2014-12-16 Thread Trevor Daniels
Richard, you wrote Tuesday, December 16, 2014 5:50 PM > Well, I am getting an unexpected order in this case: > > \version "2.18.0" > { > a'4 > -\tweak script-priority 0 ^\markup\tiny\sharp > -\tweak script-priority -5 ^\turn > -\tweak script-priority -10 ^\markup\tiny\flat a'4 > } > > wit

Re: Controlling the order of articulations and text markup

2014-12-16 Thread Toine Schreurs
> Well, I am getting an unexpected order in this case: > \version "2.18.0" > { > a'4 > -\tweak script-priority 0 ^\markup\tiny\sharp > -\tweak script-priority -5 ^\turn > -\tweak script-priority -10 ^\markup\tiny\flat a'4 > } > > with the priority getting lower for each symbol I expec

Re: Controlling the order of articulations and text markup

2014-12-16 Thread Richard Shann
On Sat, 2014-12-13 at 11:17 +, Richard Shann wrote: > On Sat, 2014-12-13 at 11:19 +0100, Pierre Perol-Schneider wrote: > > Hi Richard, Hi Trevor, > > > > See LSR addition : http://lsr.di.unimi.it/LSR/Item?id=965 > > Thank you both - I think I can make progress now. Well, I am getting an unex

Re: Controlling the order of articulations and text markup

2014-12-13 Thread Richard Shann
On Sat, 2014-12-13 at 11:19 +0100, Pierre Perol-Schneider wrote: > Hi Richard, Hi Trevor, > > See LSR addition : http://lsr.di.unimi.it/LSR/Item?id=965 Thank you both - I think I can make progress now. Richard > > Cheers, > > Pierre > > 2014-12-13 10:20 GMT+01:00 Trevor Daniels : >

Re: Controlling the order of articulations and text markup

2014-12-13 Thread Pierre Perol-Schneider
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 : > > > Richard Shann wrote Saturday, December 13, 2014 8:39 AM > > > I am having trouble controlling the stacking order of articulations and > > text. > > \ver

Re: Controlling the order of articulations and text markup

2014-12-13 Thread Trevor Daniels
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 ^\twe

Re: Controlling the order of articulations and text markup

2014-12-13 Thread Pierre Perol-Schneider
Hi Richard, I found the \tweak command more flexible to reach such placement ; e.g. : \version "2.18.2" { c'' -\tweak outside-staff-priority #-1000 ^Text -\tweak outside-staff-priority #0 ^\turn -\tweak outside-staff-priority #-100 ^\prall } HTH, Pierre 2014-12-13 9:39 GMT+01:00

Controlling the order of articulations and text markup

2014-12-13 Thread Richard Shann
I am having trouble controlling the stacking order of articulations and text. Sometimes in musical scores two ornaments are placed one above the other and I can't find documentation to say how the vertical order of the ornaments can be controlled. Sometimes I create ornaments using markup via \epsf