Carl D. Sorensen wrote:
Not top posting
Will this do as a minimal example?
Unfortunately not. I spent five minute working on this; see below.
http://code.google.com/p/lilypond/issues/detail?id=252
To have it make musical sense I need
three voices and merged notes; to have the problem I need to have beamed
eighth-notes.
- when preparing a bug report, music sense doesn't matter.
- bug reports should generally not include special \overrides. If you
can reproduce the behavior using very simple notation (as I have below),
that indicates a more serious bug.
%Beam collides with notehead in polyphonic music with
% three voices in a staff
\version "2.11.12"
\paper { ragged-last = ##t }
\relative c'' {
<<
{ e2 } \\
{ e,2 } \\
{ s2 } \\
{ e'8 c e c }
>>
}
Cheers,
- Graham
%Beam collides with notehead in polyphonic music with three voices in a
staff
\paper {
ragged-last = ##t
}
\version "2.10.5" %Windows XP
\score {
\relative c' {
\clef treble
\key b \minor
\time 3/4
\override Staff.NoteCollision #'merge-differently-headed
= ##t
<<{e'4 } \\
{\stemNeutral e8[ cis] |} \\
{\voiceFour e,4 | } >>
}
}
% End of ly snippet
Carl Sorensen
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond