Re: another skyline problem

2006-12-07 Thread Werner LEMBERG
> slurs and dynamic texts are involved in collision resolution; check > the avoid-slur properties on DynamicText and DynamicLineSpanner. Indeed, this did the trick: f1 \once \override DynamicText #'X-offset = #'-5.0 \once \override DynamicLineSpanner #'Y-offset = #'-5.0 \once \override

Re: another skyline problem

2006-12-07 Thread Han-Wen Nienhuys
Werner LEMBERG escreveu: >>> Change #'Y-offset on the DynamicLineSpanner too. >> Yes, I got the same idea. However, I would prefer that Y-offset >> were relative to the original position instead of being relative to >> the vertical staff center. However, I can live with that. > > Hmm. The code

Re: another skyline problem

2006-12-07 Thread Han-Wen Nienhuys
Werner LEMBERG escreveu: >>> Well, it still doesn't work: I want to change Y-offset! >>> >>> { >>> \override DynamicText #'Y-offset = #5.0 >>> \once \override DynamicLineSpanner #'outside-staff-priority = ##f >>> c2\ff >>> } >> Change #'Y-offset on the DynamicLineSpanner too. > > Y

Re: another skyline problem

2006-12-07 Thread Werner LEMBERG
> > Change #'Y-offset on the DynamicLineSpanner too. > > Yes, I got the same idea. However, I would prefer that Y-offset > were relative to the original position instead of being relative to > the vertical staff center. However, I can live with that. Hmm. The code below makes me believe that t

Re: another skyline problem

2006-12-07 Thread Werner LEMBERG
> > Well, it still doesn't work: I want to change Y-offset! > > > > { > > \override DynamicText #'Y-offset = #5.0 > > \once \override DynamicLineSpanner #'outside-staff-priority = ##f > > c2\ff > > } > > Change #'Y-offset on the DynamicLineSpanner too. Yes, I got the same idea. Ho

Re: another skyline problem

2006-12-07 Thread Joe Neeman
On 12/7/06, Werner LEMBERG <[EMAIL PROTECTED]> wrote: > That's right -- you need to override DynamicLineSpanner instead of > DynamicText (see the following example). Well, it still doesn't work: I want to change Y-offset! { \override DynamicText #'Y-offset = #5.0 \once \override Dyn

Re: another skyline problem

2006-12-07 Thread Werner LEMBERG
> That's right -- you need to override DynamicLineSpanner instead of > DynamicText (see the following example). Well, it still doesn't work: I want to change Y-offset! { \override DynamicText #'Y-offset = #5.0 \once \override DynamicLineSpanner #'outside-staff-priority = ##f c2\ff

Re: another skyline problem

2006-12-07 Thread Joe Neeman
On 12/7/06, Werner LEMBERG <[EMAIL PROTECTED]> wrote: > > > If a user wants the symbol to be positioned at an absolute > > > offset from its Y-parent, they can just set > > > outside-staff-position to () in addition to setting Y-offset. > > Sorry, outside-staff-priority, not outside-staff-posit

Re: another skyline problem

2006-12-06 Thread Werner LEMBERG
> > > If a user wants the symbol to be positioned at an absolute > > > offset from its Y-parent, they can just set > > > outside-staff-position to () in addition to setting Y-offset. > > Sorry, outside-staff-priority, not outside-staff-position. This doesn't work. I tried \once \override Dyna

Re: another skyline problem

2006-12-05 Thread Joe Neeman
On 12/5/06, Werner LEMBERG <[EMAIL PROTECTED]> wrote: > If a user wants the symbol to be positioned at an absolute offset > from its Y-parent, they can just set outside-staff-position to () in > addition to setting Y-offset. Unfortunately, I can't `just set outside-staff-position' because this

Re: another skyline problem

2006-12-05 Thread Werner LEMBERG
> > symbol up -- this is the right action. However, if you comment > > out the line overriding the Y-offset property you can see that it > > has no effect, which is problematic. > > If a user wants the symbol to be moved from its default position, > they can set extra-offset instead of Y-offset.

Fwd: another skyline problem

2006-12-05 Thread Joe Neeman
Oops, forgot to send to the list... -- Forwarded message -- From: Joe Neeman <[EMAIL PROTECTED]> Date: Dec 5, 2006 1:43 PM Subject: Re: another skyline problem To: Werner LEMBERG <[EMAIL PROTECTED]> On 12/4/06, Werner LEMBERG <[EMAIL PROTECTED]> wrote: C

another skyline problem

2006-12-05 Thread Werner LEMBERG
Consider this input: { \once \override DynamicText #'X-offset = #'-5.0 %\once \override DynamicText #'Y-offset = #'5.0 c\ff } \paper { ragged-right = ##t } As can be seen in the attached image, lilypond doesn't move the ff symbol up -- this is the right action. However, if