Hello, all!

Attached is a snippet from a piano piece I'm engraving.

As you will see, the addition of a cautionary accidental in the upper part of the chord causes the lower (regular) accidental to shift unnecessarily. I've included this on -list, to document the (i.e., my current) workaround.

Thanks!
Kieren.

p.s. You will also note the insufficient padding preceding the accidentals at the beginning of the second measure, but that's a different (ongoing) story... ;-)
__________________________________

\version "2.11.23"  % Mac OS X 10.4.9
\include "english.ly"

theMusic = \relative
{
        \key gf \major
        <a' g'>8[--( <af gf'>-- <g f'>-- <gf ff'>]--)
        <a g'>8[--( <af gf'>-- <g f'?>-- <gf ff'>]--)
        <a g'>8[--( <af gf'>-- <g f'>-- <gf ff'>]--)
<a g'>8[--( <af gf'>-- \once \override Accidental #'X-extent = #'(1 . -1) <g f'?>-- <gf ff'>]--)
}

\paper { ragged-right = ##t }
\score { \theMusic }


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

Reply via email to