Hi

How do I get a final pedal that is pressed on the last note and depressed on the final bar-line? So I need something like this for the last bar:

        |       |      | *
        |       |      | *
       O       O       | *

____/\______/\_______|

This is what I have (the same as in the attached gif...):

\score {
    \notes \relative c' {
        \property Staff.pedalSustainStyle = #'bracket
        | a2\sustainDown a\sustainUp\sustainDown
        | a\sustainUp\sustainDown a\sustainUp
        \bar "|."
    }
}

Thanks in advance :-)

--
peace, love & harmony
Atte

http://www.atte.dk

<<inline: pedal.gif>>

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to