bug-lilypond
[Top][All Lists]
Advanced

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

Bug in Piano Pedal instructions


From: Christopher
Subject: Bug in Piano Pedal instructions
Date: Tue, 4 Nov 2008 16:48:07 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

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