Jay Anderson wrote:

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.

The disadvantage, of course, is that the extra spacer note also
introduces some extra space in the printed output compared
to the solution I proposed:

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

  \new Staff {
   \key g \minor

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

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


   /Mats

\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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to