Issue 289: grace note cancels \voiceOne http://code.google.com/p/lilypond/issues/detail?id=289
Comment #3 by arvidgr: Is #74 a regression since 2.11.5? If not, this can't possibly be a duplicate of that bug. Or at least it has grown a lot worse. Also, the workaround in #74 doesn't work anymore. (More specifically, you now have to set \voiceNNN on all other voices that you have. On all staves.) The bug is still there in 2.11.18. The following example demonstrates cross-staff breakage as well as how the workaround from #74 doesn't: \version "2.11.17" \score { \context Score << \new Staff << \new Voice { \relative c'' { \voiceOne c4 e g c c g e c \bar "||" \grace d8 \voiceOne c4 e g c c g e c \bar "||" } } \new Voice { \relative c' { \voiceTwo \repeat unfold 4 { c4 d e d } } } >> \new Staff << \relative c'' { c2 e g c c g e c } \\ \relative c' { c2 d e d c d e d } >> >> \layout {} } -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond