bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 45 in lilypond: collision noteheads with four voices


From: lilypond
Subject: Re: Issue 45 in lilypond: collision noteheads with four voices
Date: Tue, 14 Sep 2010 22:05:13 +0000


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




reply via email to

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