Comment #18 on issue 630 by [email protected]: 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
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond