bug-lilypond
[Top][All Lists]
Advanced

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

RE: Beam collides with notehead in polyphonic music


From: Carl D. Sorensen
Subject: RE: Beam collides with notehead in polyphonic music
Date: Sun, 21 Jan 2007 15:13:45 -0700

> 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




reply via email to

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