bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pedal position


From: Valentin Villenave
Subject: Re: pedal position
Date: Tue, 5 Feb 2008 13:20:02 +0100

On 29/01/2008, Mats Bengtsson <address@hidden> wrote:
> I send a copy also to bug-lilypond, since I think there's something fishy
> going on here with outside-staff-priority.

Added as http://code.google.com/p/lilypond/issues/detail?id=575

> \version "2.11.37"
> \relative c''' {
>   \override Staff.SustainPedalLineSpanner #'outside-staff-priority = #250
>   \override Voice.DynamicLineSpanner #'outside-staff-priority = #0
>   c2\pp\sustainDown
>   c2\pp\sustainDown
> }

I don't understand why nothing happens when you set the property
on-the-fly such as
\relative c''' {
 c2\pp\sustainDown
 \override Staff.SustainPedalLineSpanner #'outside-staff-priority = #250
 \override Voice.DynamicLineSpanner #'outside-staff-priority = #0
 c2\pp\sustainDown
}

Is it because the LineSpanner is already being drawn?

Cheers,
Valentin




reply via email to

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