Comment #4 on issue 45 by byu92nd: collision noteheads with four voices
http://code.google.com/p/lilypond/issues/detail?id=45

Recognizing Han-Wen's comment about incorrect voicing, it seems that we ought to have the ability to switch notes between the stem-down voices in order to avoid this problem.


\version "2.13.33"
<< a''2 \\ e''2 \\ f''2 \\ g''2 >>


This resolves the collision.

The same thing could be done manually:

\version "2.13.33"
<< a''2 \\ \voiceFour g''2 \\ f''2 \\ \voiceTwo e''2 >>


I don't think this qualifies as a High priority. I think Han-Wen's assessment of Low is about right.




Attachments:
        45-workaround.png  4.6 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to