Problem Solved (I think):

\version "2.14.2" 
\score 
        { 
        \new PianoStaff 
        << 
                \new Staff = "up"
                { 
                \clef treble 
                <<
                \new Voice {
                        \voiceOne
                        \autochange 
                        \relative c''
                        {\stemUp 
                        \bar "|:" bes4 c bes' c \bar ":|" d1 \bar "|." 
                        }} 
                \new Voice {
                        \voiceTwo
                        \autochange 
                        \relative c'
                        {\stemDown      
                         bes4 c bes' c | d1 
                        }} 
                >>        
                }       
               
                \new Staff = "down"
                { 
                \clef bass 
                }
        >> 
        } 

Needs \new Voice -> \voiceOne -> autochange -> relative ->  stemUp, then
same for second voice, all in the same Staff. The other staff is blank, like
an otherwise unaffiliated tutorial example in the manual.  None of these
commands can be missing...
-- 
View this message in context: 
http://old.nabble.com/Possible-multiple-bugs%2C-any-way-around--tp33975473p33982446.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to