> does it help if you put
> 
> \autochange \new Voice { … }
> 

> 
> Eluze


Thank you. It opens up a new can of worms. The stem up - down work fine now, 
but 
the autochange is reversed! Running this will show what I mean:

\version "2.14.2"
\score
        {
        \new PianoStaff
        <<      
                \new Staff = "up"{
                \time 2/4
                \clef treble
                \autochange {
                \new Voice              
                \relative c''
                        {
                        \stemUp{        
                        b8[ c b' c | d2] 
                }}}}
                
                \new Staff = "down"{
                \time 2/4
                \clef bass
                \autochange {
                \new Voice
                \relative c' 
                        {
                        \stemDown{      
                         b8[ c b' c | d2]   
                }}}}            
        >>
        }

btw, the lilypond-user list won't accept my msgs even though I am a registered 
user. Still pending...


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

Reply via email to