bug-lilypond
[Top][All Lists]
Advanced

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

Fwd: piano pedal brackets


From: Jonathan Kraut
Subject: Fwd: piano pedal brackets
Date: Fri, 12 Dec 2003 18:22:24 -0500

Reposting as a bug (originally posted on lilypond-users).

------- Forwarded Message

From: Jonathan Kraut <address@hidden>
To: address@hidden
Subject: piano pedal brackets 
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <address@hidden>
Date: Wed, 10 Dec 2003 20:24:56 -0500

Hello list!

I am typesetting some piano music and have run into a problem with the
bracket style of pedalSustainStyle.  If I have some simultaneous notes
in each clef, and the notes in the treble clef contain some
accidentals, the bracket sides for a pedal change are drawn as:

____\__/___

instead of

____/\_____

I could fix each pedal change with 
Staff.PianoPedalBracket \set #'shorten-pair etc etc.,
but I have a very chromatic piece and that would be _very_ aggravating.  Is
there any way to make this work correctly globally?

I'm using v. 2.0.0.  Thanks in advance. Here's a very simple example:


\include "english.ly"
\version "2.0.0"
upper = \notes {
    <c' e' a'>2 <b e' gs'>2 <c' e' a'>1
}

lower = \notes {
    a,2\sustainDown e2\sustainUp\sustainDown a1\sustainUp
}

\score {
    \context PianoStaff <<
    \context Staff = upper <<
        \upper
        \time 4/4
        \clef treble >>
    \context Staff = lower <<
        \property Staff.pedalSustainStyle = #'bracket
        \clef bass
        \lower >>  
    >>
}


Thanks,
Jon

- --------
Jonathan Kraut
NYC
address@hidden

------- End of Forwarded Message





reply via email to

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