Comment #1 on issue 709 by paconet.org: Simultaneous music problem
http://code.google.com/p/lilypond/issues/detail?id=709
Tested also in 2.11.65.
A minimal example of the same would be
\new Staff { << c'8 d' >> }
All else is superfluous. Here we have two simultaneous expressions leading
us to two
voices with the same settings. Workarounds are
\new Staff { << { \voiceOne c'8 } { \voiceTwo d' } >> }
or better
\new Voice { << c'8 d' >> }
--
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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond