Updates:
        Labels: -Priority-Postponed Priority-Medium

Comment #5 on issue 630 by philehol...@googlemail.com: non-synchronized grace note makes voiceOne go stems down
http://code.google.com/p/lilypond/issues/detail?id=630

There's a similar problem when the grace note follows \oneVoice immediately:

<<
  \new Staff
  <<
    \new Voice {
      \voiceOne
      e''4 e''4 e''4 e''4  |  % 1
      \oneVoice
      \acciaccatura { d''16 [ e''16 ] } e''4 e''4 e''4 e''4
    }
    \new Voice {
      \voiceTwo  f'4 f'4 f'4 f'4  |  % 1
      \oneVoice  s1*4/4
    }
  >>


The acciacatura is stem-down and should be stem-up.

Attachments:
        GraceTestII.png  2.7 KB


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

Reply via email to