Re: vertical ordering of symbols

2010-11-20 Thread -Eluze
ot seem to suffice. > > i think you need both \override TextScript #'staff-padding = #'() \override TextScript #'outside-staff-priority = ##f hth -- View this message in context: http://old.nabble.com/vertical-ordering-of-symbols-tp30256852p30268239.html Sent f

Re: vertical ordering of symbols

2010-11-20 Thread Nick Payne
On 21/11/10 08:22, Stephan Elliot Perez wrote: Thank you. Can you please tell me how to bring a markup object inside of the staff? \override TextScript #'outside-staff-priority = ##f and \override TextScript #'outside-staff-padding = #-3 do not seem to suffice. You can use tweak. e.g. \

Re: vertical ordering of symbols

2010-11-20 Thread Stephan Elliot Perez
Thank you. Can you please tell me how to bring a markup object inside of the staff? \override TextScript #'outside-staff-priority = ##f and \override TextScript #'outside-staff-padding = #-3 do not seem to suffice. On Fri, Nov 19, 2010 at 7:03 PM, Xavier Scheuer wrote: > On 19 November 20

Re: vertical ordering of symbols

2010-11-19 Thread Xavier Scheuer
On 19 November 2010 12:49, Stephan Elliot Perez wrote: > > Hello, > I am trying to use the technique listed on this page > http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Attached-to-notes#Attached-to-notes > for ordering the symbols above a note. However certain marks, such as >

vertical ordering of symbols

2010-11-19 Thread Stephan Elliot Perez
Hello, I am trying to use the technique listed on this page http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Attached-to-notes#Attached-to-notes for ordering the symbols above a note. However certain marks, such as \downbow and \portato, do not seem to work inside the \markup. Any