lilypond-user
[Top][All Lists]
Advanced

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

Re: pedal position


From: Stefan Thomas
Subject: Re: pedal position
Date: Wed, 30 Jan 2008 09:32:59 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Dear Trevor,
thanks for the advice.
Now I have the problem with mixed-style.
The "Ped" moves down, but the line doesn't. How can I move it too?
Here a short example:
\version "2.11.37"
standardped = { \override Staff.PianoPedalBracket #'style = #'bracket \set Staff.pedalSustainStyle = #'mixed }
\relative c''' {
\standardped
c2\pp\sustainDown
c2\pp\sustainUp
\once \override Staff.SustainPedal #'extra-offset = #'(0
. -5)
c2\pp\sustainDown
c2\pp\sustainUp
}

Trevor Daniels schrieb:
Stefan Thomas wrote on 29 January 2008 08:45
It is possible to move these things vertically by hand?
I tried it with
\relative c''' {
\override SustainPedalLineSpanner #'padding = 8
c2~\pp\sustainDown
\times 2/3 {c4 b bes} |
aes8\< f \times 2/3 {d8-. bes8-.
 ges8-.\p\sustainUp } r2 | }
but the pedal and the dynamic stay at the same place.
Isn't there another solution?


Yes. When all else fails try extra-offset:

\once \override Staff.SustainPedal #'extra-offset = #'(0
. -3)

This will move the following sustainUp or sustainDown marks
down.
Change the -3 to suit your needs.

Trevor D









reply via email to

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