bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 709 in lilypond: Simultaneous music problem


From: codesite-noreply
Subject: Issue 709 in lilypond: Simultaneous music problem
Date: Fri, 19 Dec 2008 19:24:33 +0000


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]