Please always tell what LilyPond version you use. A possibly related bug
was fixed in version 2.11.40 or 2.11.41.

  /Mats

Stefan Thomas wrote:
Dear Lilypond-users,
I don't know why, but in the below quoted example is the pedal bracket shorter than expected. I find it strange, that it works fine with text-stylle pedal.
How can I solve the problem?


re = \change Staff = rechts
li = \change Staff = links
standardped = { \override Staff.PianoPedalBracket #'style = #'bracket \set Staff.pedalSustainStyle = #'mixed }

rechts = \relative c { \repeat "unfold" 2 {
\clef bass r2 r4 r8 s8 e16~ e2... }}
links = \relative c, {\clef bass r2 r4 r8 \standardped
\context Voice = "A"<< { \times 4/5 {< ais! ais'! >32\p\< ( cis! \re f a! c\! ) }|
     \li R1} {s8 \sustainDown s16 s2... \sustainUp } >>
     \clef bass r2 r4 r8 \set Staff.pedalSustainStyle = #'text
\context Voice = "A"<< { \times 4/5 {< ais,! ais'! >32\p\< ( cis! \re f a! c\! ) }|
     \li R1} {s8 \sustainDown s16 s2... \sustainUp } >>
 }
\score {
     \new PianoStaff
<< \new Staff = "rechts" \rechts
 \new Staff = "links" \links >>
     }
------------------------------------------------------------------------

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to