lilypond-user
[Top][All Lists]
Advanced

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

Re: Possible multiple bugs, any way around?


From: Sami
Subject: Re: Possible multiple bugs, any way around?
Date: Fri, 8 Jun 2012 08:56:31 -0700 (PDT)

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.




reply via email to

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