bug-lilypond
[Top][All Lists]
Advanced

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

Re: Possible bug, or I am doing something wrong?


From: Sami Amiris
Subject: Re: Possible bug, or I am doing something wrong?
Date: Thu, 7 Jun 2012 15:21:37 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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...




reply via email to

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