Mats Bengtsson <mats.bengtsson <at> ee.kth.se> writes:
> I'm really surprised that this issue hasn't popped
> up earlier.

I remember running into this a couple of months back
(http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/10045). I believe the
plan was to add it to issue 34
(http://code.google.com/p/lilypond/issues/detail?id=34). I found a workaround
that I was happy with and kinda forgot to add comments to the issue. I can do
that now unless we want to create a new issue. Let me know. In any case I think
a better workaround is to add some space before the grace note. This will keep
the key signature where you want it.

\version "2.11.22"
\score {
 \new PianoStaff <<
   \relative c''

   \new Staff {
    \key g \minor
    \partial 4.
    s8

    \appoggiatura g'16
    f8 ees16 d
    c8-3 (bes) bes4. d8-2 g d
   }

   \relative c'
   \new Staff {
    \key g \minor
    \partial 4.
    s8
    r4
    r8 bes8 (d f d bes d g)
   }
 >>
}

-----Jay



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

Reply via email to