lilypond-user
[Top][All Lists]
Advanced

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

pedal bracket too short


From: Stefan Thomas
Subject: pedal bracket too short
Date: Thu, 28 Feb 2008 23:24:31 +0100

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 >>
     }
   

reply via email to

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