bug-lilypond
[Top][All Lists]
Advanced

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

Issue 202 in project lilypond


From: codesite-noreply
Subject: Issue 202 in project lilypond
Date: Tue, 23 Jan 2007 07:50:06 -0800

Issue 202: merge-differently-headed should work for >2 voices
http://code.google.com/p/lilypond/issues/detail?id=202

Comment #6 by Carl.D.Sorensen:
This item can now be closed, as far as I can tell.

I've got a snippet that demonstrates a workaround, and might possibly be added 
to the
manual.

Here's  some proposed language for the docs:

If three or more notes line up in the same column, merge-differently-headed 
can't
successfully complete the merge of the two notes that should be merged.  To 
allow the
merge to complete, apply a \shift to the note that should not be merged.

% \shiftXxx can be used to avoid "warning: too many clashing note 
columns"

% the first shared note, d''2 and d''8 is shared between voice1 and voice2
% the second shared note, e,8 and e'2, is shared between voice2 and voice3
%  an error message is given, and the notehead is _not_ a half note

\version "2.10.5"  %Windows XP

\paper {indent = 0\mm ragged-right = ##t}

\relative c' { \override Staff.NoteCollision #'merge-differently-headed = ##t 
<< {d=''2   g2 } \\ {\stemNeutral d=''8 c8 r4 e,8 c'8 r4 } \\ { 
\voiceFour e,,2 e'2} >>
<< {d=''2 \shiftOn  g2 } \\ {\stemNeutral d=''8 c8 r4 e,8 c'8 r4 } \\ { 
\voiceFour
e,,2 e'2} >>
}
%  end of .ly snippet.







-- 
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]