Hi,

I work with Lilypond 2.10.33 ( Ubuntu Linux ) and found a bug in the piano pedal
instructions.

If you have a chord where one note is printed on the left of the stem, the pedal
sign is aligned under this note and not under the stem.

Here is a little example :

\version "2.10.33"

{
        \set Staff.pedalSustainStyle = #'bracket
        
        \time 3/4 \key f \major \clef bass
        
        <c' bes e>\sustainDown
        <c' bes e>\sustainUp \sustainDown
        <c' bes e>\sustainUp    
}

I tried to solve the problem with combinations of

\override Staff.PianoPedalBracket #'side-position = 1 ( or 0,-1)
\override Staff.PianoPedalBracket #'direction = #CENTER ( or #LEFT,#RIGHT)

but this did not help.

Maybe I did something wrong ?
Maybe it is a bug ? 
I don't know.

Kind regards,
Christopher




_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to