> Not top posting

Will this do as a minimal example?  To have it make musical sense I need
three voices and merged notes; to have the problem I need to have beamed
eighth-notes.

%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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to