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

This commit does weird things to my scores - it changes the behaviour of \oneVoice so that it doesn't return to neutral directions; instead, it goes back to the previous \voice* setting:

\version "2.15.30"

\relative c''' {
  \voiceOne
  c2 \voiceTwo c2 \voiceOne
  << { c2 c  }
     \new Voice {
       \voiceTwo
       a2 a
     }
  >>
  \oneVoice %ends up as \voiceTwo
  c,,2 c
}




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

Reply via email to