bug-lilypond
[Top][All Lists]
Advanced

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

Adjacent-tone noteheads crash using multiple parts.


From: Rob Vlasaty
Subject: Adjacent-tone noteheads crash using multiple parts.
Date: Sun, 17 Jul 2005 18:38:09 -0500

Take a look at this example.  The << e \\ d >> are placed on top of each other 
instead of side-by-side.  It works ok when \voiceTwo is by itself, but when I 
combine it with \voiceOne, they form a glob.  I've checked it over several 
times using 2.6.0 Windows Native.  Has this been reported yet?

Rob 


\version "2.6.0"
upperOne = 
        \relative a'{
        \time 4/4
        \voiceOne
        a4  b c d  
                }
        

upperTwo =  
        \relative a'{
        \voiceTwo
        d,4 << e \\ d >> f g 
}


          
\score{ 
                \context Staff = "notes"                        
                        <<
                        \clef treble
                        \context Voice = "one" \upperOne
                        \context Voice = "two" \upperTwo 
                        >>
}


-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm





reply via email to

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