> 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
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
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
> > 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
> > 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
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
> 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
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
> > > 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
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
> > 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.
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
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
13 matches
Mail list logo