bug-lilypond
[Top][All Lists]
Advanced

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

Beam collides with notehead in polyphonic music


From: Carl D. Sorensen
Subject: Beam collides with notehead in polyphonic music
Date: Fri, 19 Jan 2007 12:45:47 -0700

% Beam collides with notehead in polyphonic music

\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
                \override Staff.NoteCollision #'merge-differently-dotted
= ##t
                <<  {e'2 e4 }  \\ 
                {#(override-auto-beam-setting '(end * * 3 4) 1 4)
                #(override-auto-beam-setting '(end * * 3 4) 2 4)
                \stemNeutral e8 cis g cis e cis |} \\ 
                {\voiceFour s2 e,4 | } >>               
        }

}
% End of ly snippet


Carl D. Sorensen
Associate Professor
Department of Mechanical Engineering
Brigham Young University
Provo, UT 84602
801-422-6397     Fax 801-422-0516 

Attachment: Voice-Collision.png
Description: Voice-Collision.png


reply via email to

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