lilypond-user
[Top][All Lists]
Advanced

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

cautionary accidental causes shift of lower accidental


From: Kieren MacMillan
Subject: cautionary accidental causes shift of lower accidental
Date: Wed, 9 May 2007 13:33:59 -0400

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 }




reply via email to

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